Jellyfin Forum
Very Strange Playlist Issue - 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: Very Strange Playlist Issue (/t-very-strange-playlist-issue)



Very Strange Playlist Issue - Ludus - 2023-10-01

ISSUE: For whatever reason Jellyfin isn't showing playlists when clicking the playlist option in music screens (finamp view to show its not loading, simply displaying nothing)
           

Yet clicking the menu within the lefthand hamburger menu still shows the playlists 
       

This persists across computer restarts and across multiple apps (jellyfin android and finamp android especially). 

EXPECTED: Music playlist show up in both hamburger menu and music menu's "playlist" locations. 

Version: 10.8.11
OS: Linux (ubuntu 20.04.6 lts)
Architecture: X64

appreciate any help given, can't listen to playlists on the normal app and this glitch makes them not appear in finamp either. 
I couldn't figure out how to attach log file, don't think it'd be useful in this case but if I'm wrong please let me know.


RE: Very Strange Playlist Issue - fromage9747 - 2023-10-01

I noticed this today and what I have found through making the Llamafin app is that Hamburger Menu -> Playlists and Hamburger Menu -> Music -> Playlists use two different API queries.

Now I had been filtering on MediaType === 'Audio' for the playlists. Now when checking "Hamburger Menu -> Playlists" the MediaTypes are coming through and are being listed as Audio for the Music Playlists and Video for the Video Playlists and even still when navigating to "Hamburger Menu -> Music -> Playlists" the MediaTypes are pulling through Audio but they are not showing the other Playlists.

Something else to note, the Playlists that are not visible under "Hamburger Menu -> Music -> Playlists" are ones that have been created with Jellyfin through the GUI but the ones that are visible are ones that have been picked up as m3u playlists from folders.

I hope this helps in resolving the issue Jellyfin team!


RE: Very Strange Playlist Issue - TheDreadPirate - 2023-10-01

This is a known issue with 10.8.11.

https://github.com/jellyfin/jellyfin/issues/10272