• 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 Transfering Playlists between Docker Containers

     
    • 0 Vote(s) - 0 Average

    Transfering Playlists between Docker Containers

    I have two Jellyfin containers in my Synology Docker, and want to transfer playlists from the old one to the new one
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,167
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #5
    2023-12-12, 06:00 PM (This post was last modified: 2023-12-12, 06:18 PM by Efficient_Good_5784. Edited 2 times in total.)
    Yeah, I just confirmed what TheDreadPirate posted. All playlist files are stored in /config/data/playlists. In this location, you will have multiple folders (depending on your playlist amount) each with .xml files.

    If you just want your playlist metadata, just copy all those folder and paste them into the new container in the same location. Then rescan your whole library. Then when the scan is done, your playlists will reappear in the new container.

    As for what I suggested about making your config folder external as a host path, this link might help you: https://www.theserverside.com/blog/Coffe...st-machine
    You just need to access your synology's shell with SSH (you can enable SSH in synology's control panel), then follow the directions from the link above.

    There is another way though:
    1. Stop your old container
    2. Add a new host path to old container
    3. Run old container
    4. In Synology's docker GUI, open the old container and look for how to open a terminal with it
    5. In the terminal GUI, create a new terimal (will open a bash terminal)
    6. Use the "cp" command to copy the config folder into the host path folder (-r flag for recursive)
    7. Go to your host path folder and copy it to any other external folder you want now

    For number 6, your command would look like this: cp -r config pathToNewHostPathFolder/

    Finally, since we're on this topic, I would recommend in the future that you make your config and cache folders external as host paths. Most likely, your Synology NAS is running all HDDs, but in the future if you ever switch to a server that has both HDDs and SSDs, you can mount both your config and cache folders on the faster SSDs to make your Jellyfin server process things faster. Also, it's not really important to copy your cache folder, you can always link to a blank cache folder as the cache will be rebuilt as you use your server.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transfering Playlists between Docker Containers - by GarrickWinter - 2023-12-12, 04:51 PM
    RE: Transfering Playlists between Docker Containers - by TheDreadPirate - 2023-12-12, 05:19 PM
    RE: Transfering Playlists between Docker Containers - by Efficient_Good_5784 - 2023-12-12, 05:21 PM
    RE: Transfering Playlists between Docker Containers - by GarrickWinter - 2023-12-12, 05:39 PM
    RE: Transfering Playlists between Docker Containers - by Efficient_Good_5784 - 2023-12-12, 06:00 PM
    RE: Transfering Playlists between Docker Containers - by GarrickWinter - 2023-12-14, 09:47 PM
    RE: Transfering Playlists between Docker Containers - by Efficient_Good_5784 - 2023-12-14, 11:03 PM
    RE: Transfering Playlists between Docker Containers - by MichaelBlack001 - 2024-01-10, 07:35 AM

    • 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