• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Location of Playlists

     
    • 0 Vote(s) - 0 Average

    Location of Playlists

    wbravin
    Offline

    Member

    Posts: 96
    Threads: 21
    Joined: 2023 Sep
    Reputation: 0
    Country:Italy
    #1
    2024-10-20, 06:48 PM (This post was last modified: 2024-10-20, 07:27 PM by TheDreadPirate. Edited 2 times in total.)
    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
    Servers: Dell r720 128gb ram  2x 5690  24tb HGST
    Supermicro x10 32 gb ram 1 X 5675   20TB HGST
    Proxmox on all machines hosting OPNsense Home Assistant OS Truenas scale with Jellyfin  in a jail in truenas   
    I still say to use less internet and use more cabernet (responsibly (only if driving))
    be well now


    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #2
    2024-10-20, 08:34 PM
    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?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    wbravin
    Offline

    Member

    Posts: 96
    Threads: 21
    Joined: 2023 Sep
    Reputation: 0
    Country:Italy
    #3
    2024-10-20, 09:38 PM
    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
    Servers: Dell r720 128gb ram  2x 5690  24tb HGST
    Supermicro x10 32 gb ram 1 X 5675   20TB HGST
    Proxmox on all machines hosting OPNsense Home Assistant OS Truenas scale with Jellyfin  in a jail in truenas   
    I still say to use less internet and use more cabernet (responsibly (only if driving))
    be well now


    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 461
    Country:United States
    #4
    2024-10-21, 12:14 AM
    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.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    wbravin
    Offline

    Member

    Posts: 96
    Threads: 21
    Joined: 2023 Sep
    Reputation: 0
    Country:Italy
    #5
    2024-10-21, 05:35 AM
    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
    Servers: Dell r720 128gb ram  2x 5690  24tb HGST
    Supermicro x10 32 gb ram 1 X 5675   20TB HGST
    Proxmox on all machines hosting OPNsense Home Assistant OS Truenas scale with Jellyfin  in a jail in truenas   
    I still say to use less internet and use more cabernet (responsibly (only if driving))
    be well now


    mscroggi
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 May
    Reputation: 0
    Country:United States
    #6
    Yesterday, 05:05 PM
    Oh man this issue just bit me. Had a power failure last night.. When power came back on.. Jellyfin must have started before the data volumes were available and all of my playlists are empty. Ugh.

    I disabled the cleanup on startup.. but dang it would have been nice if Jellyfin could have backed up the playlists before wacking all the contents.
    wbravin
    Offline

    Member

    Posts: 96
    Threads: 21
    Joined: 2023 Sep
    Reputation: 0
    Country:Italy
    #7
    Yesterday, 05:31 PM
    Sorry to hear this mate


    This has happened many time to me because i live in an area where thunderstorms create havoc with all my sistem.

    The bad this about Jellyfin playlists is that when one creates a playlist jellyfin add a UID specific for that jellyfin installation.


    I raised this as an issue to jellyfin and they as far as i know did not resolve it. I had 65 Playlists the shortes one 15 minutes and the longest 19 hours. I was realy pssed.

    In my case the has time this happens i edit the playlist in wordpad and change the uid to 0000000000. Jellyfin will load this -playlist

    I then move the playlist to my nas and back it up from there

    Sorry I could not help you more
    Servers: Dell r720 128gb ram  2x 5690  24tb HGST
    Supermicro x10 32 gb ram 1 X 5675   20TB HGST
    Proxmox on all machines hosting OPNsense Home Assistant OS Truenas scale with Jellyfin  in a jail in truenas   
    I still say to use less internet and use more cabernet (responsibly (only if driving))
    be well now


    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode