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


Finding Jellyfin music from Sonos App - renegadeandy - 2024-11-03

Hi all.

I have Jellyfin 10.10.0 installed - running as a docker container, on ARM and I have installed the DLNA plugin.

My music doesn't appear anywhere within the Sonos app.

I do see some people suggesting to go to

System -> Settings -> Media Servers -> Upnp on the sonos app but at least my android app no longer has that option (I think the old app did).

Has anyone got this working, any advice? Any ideas on *how* we can make it work. I have read that teams can create for free integrations within Sonos,and I am wondering if this isn't fully working yet, it we should, try as a community to create an integration with Sonos. I would be happy to spearhead such a project if it is deemed possible.

Thoughts - help - good wishes!


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

Did you publish port 1900/udp in your docker config for Jellyfin? Or use host networking? While also making sure that port 1900 is open on the host firewall.


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

Hi @TheDreadPirate!

In my docker run i have:

--network=host

Do you think I should also have something else? Host firewall has that port open.


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

Are your Sonos speakers and Jellyfin on the same subnet?


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

An example sonos speaker has IP: 192.168.0.194
My Synology Nas(where I am running Jellyfin) has IP: 192.168.0.186

So yes - same subnet.

I should note that from within Jellyfin webui, and from the jellyfin mobile app - I can see the sonos speakers, however that's not how I would want to drive them, but it sort of proves the networking side of it?


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

What is the output of "sudo ufw status" and can you share your jellyfin logs via pastebin?


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

Hi, I assume you want the ufw status to be run on the system hosting the container, rather than within the container itself.

SO it gives me:

sudo: ufw command not found

Jellyfin logs are here:

https://pastebin.com/rNWykva5

<I removed a lof of the ffprobe log lines as the log was > 512kb!>


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

What distro are you using? UFW is installed on most Ubuntu based distros. I'm assuming you were, but I guess not.

Not sure it matters, though. The server sees the speakers.

Code:
[2024-11-03 20:04:20.550 +00:00] [INF] [21] Jellyfin.Plugin.Dlna.Main.DlnaHost: DLNA Session created for "192.168.0.84 - Sonos Arc - RINCON_F0F6C177DB8F01400 Lounge" - "Sonos Arc" using profile "Generic Device"
[2024-11-03 20:04:20.605 +00:00] [INF] [21] Jellyfin.Plugin.Dlna.DlnaManager: No matching device profile found. The default will need to be used.

In the DLNA plugin config, did you select a user?


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

Yes, I selected the same user I am logged in as.


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

You can try creating a custom profile. In the <SupportedMediaTypes> tag you would only put "Audio". The Denon AVR profile might be a good starting point.