Jellyfin Forum
Location of Playlists - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Location of Playlists (/t-location-of-playlists)



Location of Playlists - wbravin - 2024-10-20

Hello all

I am migrating from a Jellyfin app on Truenas to a Jellyfin installation on a proxmox lxc

i see the path that will host /var/lib/jellyfin/data/playlists

How can i change this to U:\Jellyfin\playlists

Because i listen to music playlists a have numerous playlist. A huge investment of time is required to build and maintain them 

Every time i need to re-install Jellyfin be it because i need to reinstall Proxmox, Truenas Jellyfin due to corruption outages updates or because of my ignorance I must rebuild all the playlists.

I would like to avoid this

I have my playlist residing up on my NAS and when Jellyfin was an app in turenas this was easy.

Now that Jellyfin is installed in an LXC i do not know how i can copy al my playlists from my nas to the lxc installation

Yes i do now that everytime i reinstall jellyfin and that jellyfin attributed a UID to the playlist I need to edit the old uid of the old files  with the id of the new installation 

Can someone please tell if this can be done and if so how to do it

Thank you


RE: Location of Playlists - TheDreadPirate - 2024-10-20

You can't use Windows paths inside of Linux. Are your playlists located on a samba share? Are they M3U playlists or are they playlists created in Jellyfin?


RE: Location of Playlists - wbravin - 2024-10-20

Hi Thank you for your reply


Yes They are on my nas and they are samba shares. They were created in Jellyfin and on my nas they are located in /mnt/media/apps/jellyfin/data/Playlists


RE: Location of Playlists - TheDreadPirate - 2024-10-21

You can just copy and paste those files to /var/lib/jellyfin/data/playlists.

BUT only if the path to your actual media is identical since the playlist uses absolute paths. The location of the playlist itself doesn't matter. If the path to your media changed you will need to replace the path in the playlist file BEFORE you move your playlists into the new Jellyfin instance.


RE: Location of Playlists - wbravin - 2024-10-21

Thank you for your response

yes i understand. MY issue was the difference of setting up Jellyfin Server as an app in truenas and as an LXC,

In the app when one specifies the path location of all the files the Jellyfin suggest a path however the pulldown menu all one to specify an existing path for the files and cache.

Why is this not possible in the LXC?

With regard of the playlist ownership 2 simple if then else statements is all that is required. Why have the developers not implemented this yes.

It would be simple to implement much more flexible regarding security and would offer several options for security

just a thought