2024-06-03, 04:30 PM
(This post was last modified: 2024-06-03, 04:37 PM by pcm. Edited 6 times in total.)
The playlists stored as XML files. A typical linux installation stores these playlists within the data directory.
Each playlist is a directory with the playlist name and a playlist.xml file within that directory.
So, if you have a playlist called 'metallica' you would have a directory like
So, if your paths are identical, you can simply copy the entire
NOTE: You may probably need to restart your server for it to detect the copied over playlists ...
Quote:/var/lib/jellyfin/data/playlists
Each playlist is a directory with the playlist name and a playlist.xml file within that directory.
So, if you have a playlist called 'metallica' you would have a directory like
Quote:/var/lib/jellyfin/data/playlists/metallicawith a
Quote:/var/lib/jellyfin/data/playlists/metallica/playlist.xmlfile in it and this xml file will contain all the individual files and their paths as PlayListItems.
So, if your paths are identical, you can simply copy the entire
Quote:/var/lib/jellyfin/data/playlistsdirectory over to your debian-jellyfin server and you should be good.
NOTE: You may probably need to restart your server for it to detect the copied over playlists ...