2024-08-14, 12:22 PM
(This post was last modified: 2024-08-15, 06:55 AM by pixel24. Edited 1 time in total.)
Hello everyone,
I'm having an issue with one of my playlists. When I click on the options menu for this specific playlist, the delete option is not available, whereas it is for all the other playlists.
I checked the server's file system, and I found three directories related to this playlist:
The GID "domain users" is used because Jellyfin runs with these group permissions on this Debian 12 system. This is necessary since the SMB shares on the file server belong to this group. Playlists I create in Jellyfin are also created with this owner/group:
For the playlist that cannot be deleted, I ran:
but this did not resolve the issue.
How can I remove this playlist?
with best
I'm having an issue with one of my playlists. When I click on the options menu for this specific playlist, the delete option is not available, whereas it is for all the other playlists.
I checked the server's file system, and I found three directories related to this playlist:
Code:
drwxrwxrwx 2 jellyfin domain users 26 14. Aug 13:55 '025 Meine Playlist'
drwxrwxrwx 2 jellyfin domain users 26 14. Aug 13:55 '025 Meine Playlist1'
drwxrwxrwx 2 jellyfin domain users 26 14. Aug 13:55 '025 Meine Playlist11'
The GID "domain users" is used because Jellyfin runs with these group permissions on this Debian 12 system. This is necessary since the SMB shares on the file server belong to this group. Playlists I create in Jellyfin are also created with this owner/group:
Code:
drwxr-xr-x 2 jellyfin domain users 26 14. Aug 13:22 'zz010 Schlummerland'
drwxr-xr-x 2 jellyfin domain users 26 14. Aug 13:28 'zz020 Barstars'
drwxr-xr-x 2 jellyfin domain users 26 14. Aug 13:26 'zz040 Lagerfeuer'
For the playlist that cannot be deleted, I ran:
Code:
chmod -R 777 Playlist*
How can I remove this playlist?
with best