Jellyfin Forum
Finding Jellyfin music from Sonos App - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Finding Jellyfin music from Sonos App (/t-finding-jellyfin-music-from-sonos-app)

Pages: 1 2


RE: Finding Jellyfin music from Sonos App - renegadeandy - 2024-11-04

I am not entirely sure what you mean by a custom profile? Can you explain a bit further?


RE: Finding Jellyfin music from Sonos App - TheDreadPirate - 2024-11-05

You'd go to /config/plugins/DNLA_5.0.0.0/profiles, copy one of the profiles, then modify it to match your Sonos. The Marantz or Denon AVR profiles are good starting points, since they are also audio only devices.

Specifically, you'd need to change the "Name" and "Identification" sections of the profile. Based on what is in your log, that'd look like this.

Code:
<Name>Sonos One</Name>
  <Identification>
    <FriendlyName>Sonos Games room</FriendlyName>
    <Manufacturer>Sonos</Manufacturer>
    <ModelNumber>S12</ModelNumber>
    <ModelName>Sonos Play:1</ModelName>
    <Headers>
      <HttpHeaderInfo name="User-Agent" value="Sonos DLNA" match="Substring" />
    </Headers>
  </Identification>