mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Missing playlists after 10.9.0 update #5699
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FrenchGithubUser on GitHub (May 12, 2024).
Please describe your bug
The folder
/var/lib/jellyfin/data/playlistscontains more folders than the amount of playlists displayed in jellyfin.Before updating, I had 44 playlists in jellyfin (which is the amount of folders in the
playlistsdir), and now only 33. The amount of songs in the playlists seem to be right though.Reproduction Steps
update to 10.9.0
Jellyfin Version
10.9.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (May 12, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@Shadowghost commented on GitHub (May 12, 2024):
10.9 transformed playlists to be user specific. If you have playlists created by another user, you don't have access as other users anymore.
@FrenchGithubUser commented on GitHub (May 12, 2024):
is there a way to assign all playlists to a single user ? or to make playlists public ? I tried editing the field
OwnerUserIdbut that didn't change anything in jellyfin@Shadowghost commented on GitHub (May 12, 2024):
Playlists have the field Open access, setting it to true grants all users read access.
We have a full ACL logic with sharing in place but the interface for it wasn't ready for 10.9
@FrenchGithubUser commented on GitHub (May 12, 2024):
I added
<OpenAccess>true</OpenAccess>after theRunningTimetag, in the playlist.xml file, but even after rescanning playlists, it is not accessible by other users. Did I make a typo ?@FrenchGithubUser commented on GitHub (May 13, 2024):
I ended up finding the api docs : https://api.jellyfin.org/#tag/Playlists/operation/UpdatePlaylist
And sending a request to my server for each playlist :
On : https://your-server-url.ext/Playlists/playlist-id
@dmill-bz commented on GitHub (Oct 24, 2025):
For those landing here, I had an issue with this as well (all my playlists vanished). The fix was to update the date in the xml files since it was referencing 01/01/0001 00:00:00.
You can do it directly in the XML or if you create a new "testing" playlist in the UI, it will likely show the other playlists at that point. You can then edit metadata and set any date (ex: 02/02/2020) and you should be good to go and can delete the "testing" playlist.