• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Finding Jellyfin music from Sonos App

     
    • 0 Vote(s) - 0 Average

    Finding Jellyfin music from Sonos App

    I want to play my Jellyfin music within the official sonos app
    renegadeandy
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    #13
    2024-11-05, 10:05 AM (This post was last modified: 2024-11-05, 03:52 PM by renegadeandy. Edited 10 times in total.)
    Thanks @TheDreadPirate

    So would I need one of those profiles for each of my speakers (they all have unique names).

    By doing this the hypothesis is that I will be able to see my music collection from within the Sonos App?

    Looking at an example statement:

    Code:
    DeviceIdentification { FriendlyName: "192.168.0.223 - Sonos Play:1 - RINCON_7828CA27F3AA01400 Games room", ModelNumber: "S12", SerialNumber: null, ModelName: "Sonos Play:1", ModelDescription: "Sonos Play:1", ModelUrl: "http://www.sonos.com/products/zoneplayers/S12", Manufacturer: "Sonos, Inc.", ManufacturerUrl: "http://www.sonos.com", Headers: [] }

    I think therefore the snippet more accurately would be:


    Code:
    <Name>Sonos One</Name>

      <Identification>

        <FriendlyName>192.168.0.223 - Sonos Play:1 - RINCON_7828CA27F3AA01400 Games room</FriendlyName>

        <Manufacturer>Sonos, Inc.</Manufacturer>

        <ModelNumber>S12</ModelNumber>

        <ModelName>Sonos Play:1</ModelName>

        <Headers>

          <HttpHeaderInfo name="User-Agent" value="Sonos DLNA" match="Substring" />

        </Headers>

      </Identification>

    Agree with the changes?


    Okay so I made a "Sonos.xml" with the changes I suggested above. In the logs I now see:

    [*]
    Code:
    DeviceIdentification { FriendlyName: "192.168.0.63 - Sonos Play:1 - RINCON_949F3E0EE68E01400 Games room", ModelNumber: "S12", SerialNumber: null, ModelName: "Sonos Play:1", ModelDescription: "Sonos Play:1", ModelUrl: "http://www.sonos.com/products/zoneplayers/S12", Manufacturer: "Sonos, Inc.", ManufacturerUrl: "http://www.sonos.com", Headers: [] }
    [2024-11-05 13:11:35.615 +00:00] [INF] [20] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "192.168.0.63 - Sonos Play:1 - RINCON_949F3E0EE68E01400 Games room" - "Sonos Play:1" using profile "Generic Device"
    [2024-11-05 13:11:35.646 +00:00] [INF] [10] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "192.168.0.223 - Sonos Play:1 - RINCON_7828CA27F3AA01400 Games room" - "Sonos Play:1" using profile "Sonos"
    [2024-11-05 13:11:35.674 +00:00] [INF] [10] Jellyfin.Plugin.Dlna.DlnaManager: No matching device profile found. The default will need to be used.


    SO, out of 7 speakers, the one in the profile is now associated with a specific Sonos DLNA profile, hte others are generic..off to test apps again!...


    Sonos app is no different. No sign of Jellyfin music , nothing.

    [*]Jellyfin official app sees each speaker but not groups, can indeed play music to a single speaker however is generally not a good solution to the problem<for clarity, this is identical to what I got out of the box installing DLNA plugin making no other changes>

    [*]I am starting to think that the experience I am looking for actually wont be solved by the DLNA support in the project. Instead Jellyfin needs a first class integration with Sonos, so I have created this https://features.jellyfin.org/posts/2942...ntegration and an associated fork of the master branch, and working against my own feature branch to start working on the project.

    [*]<If I am off track and it is still thought that what I want can be achieved without this - then fantastic - and let's keep digging here>
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-03, 10:15 PM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-03, 10:25 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-03, 10:28 PM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-03, 10:29 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-03, 10:33 PM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-03, 11:54 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-04, 09:00 AM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-04, 01:51 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-04, 08:42 PM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-04, 09:42 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-04, 09:52 PM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-05, 12:19 AM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-05, 10:05 AM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-05, 04:50 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-05, 05:08 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-05, 05:16 PM
    RE: Finding Jellyfin music from Sonos App - by TheDreadPirate - 2024-11-05, 05:36 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-05, 05:52 PM
    RE: Finding Jellyfin music from Sonos App - by renegadeandy - 2024-11-06, 09:26 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode