jellyfin / jellyfin-plugin-dlna

GNU General Public License v3.0
23 stars 13 forks source link

Songs stuck in loop: DLNA or Marantz/HEOS app issue? #102

Open make-nz opened 4 days ago

make-nz commented 4 days ago

When I start playing an album songs get stuck in loop. Song 1 on list will repeat till I press skip, then song 2 will repeat till I press skip…

This is from the reports: Image

This is from a 2 CD Box set with 15 songs per CD

Same with any other CD from my lib

make-nz commented 4 days ago

Logs show lots of playback tracker lines on Processingplaybacktracker.txt

[2024-11-08 17:22:59.984 +01:00] [INF] [25] Jellyfin.Plugin.PlaybackReporting.EventMonitorEntryPoint: Processing playback tracker : "feb6b6f3-5bcb-15d9-0080-000678d55e3a-15386550285c44a590cb3ed7e78edfb9-5305e47c7f122a017223eeb3d7a94017" Edit: truncated .PlaybackReporting.Event output here, as unrelated

disgustipated commented 4 days ago

Those log lines are from the playback reporting plugin, not dlna plugin. Does your player in whatever youre playing with have this icon? Image

I'm not able to reproduce this when i browser to an album and play or when i use play to a dlna device, it will play the whole album

make-nz commented 4 days ago

I just send this from the browser, to my Marantz which is in another room, but has speakers in this room. (Only updated the server a view days ago and never had this before)

Image

disgustipated commented 4 days ago

I'd say try jf server 10.10.1 with v5 of the plugin if you have the capabilities. If you came from JF server 10.8 like i did the move to the dlna plugin made a few things not work as expected. v4 has some things to improve ssdp and v5 has some changes in the relative url that might help with the device youre using. im able to play an album to my lg tv and it will advance to the next track.

make-nz commented 4 days ago

Well should hav waited a few days…

10.10.1 05 Nov 2024 20:20:39 multimedia/jellyfin: update to 10.10.1

One thing… I went to v3 manualy now, but I do not have any control over repeat, it's grayed out: Image

disgustipated commented 4 days ago

That player is part of jf server, looks like they might be doing some changes to that as on 10.10 i dont see any of the controls anymore except the shuffle

make-nz commented 4 days ago

Found the issue, but am unsure what to think of it!? If one uses the HEOS app and sets a repeat on a song, while played via JF DLNA the repeat stays on for days!

Shouldn't DLNA start a new session and reset the repeat?? Is this by design?

Image

make-nz commented 4 days ago

i dont see any of the controls anymore except the shuffle

You have to use remote control: Image

disgustipated commented 4 days ago

interesting, yeah i think there may have been some server changes around the sessionstate that need to be built into the dlna plugin to have that enabled. in the jf android app the repeat is dithered as well so it looks like the server recognizes that the plugin might not have that capability.