• 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 Troubleshooting Move playlists between users

     
    • 0 Vote(s) - 0 Average

    Move playlists between users

    IndianaLarry
    Offline

    Junior Member

    Posts: 18
    Threads: 1
    Joined: 2025 Sep
    Reputation: 0
    Country:United States
    #4
    6 hours ago (This post was last modified: 5 hours ago by IndianaLarry. Edited 1 time in total.)
    From my experience, any changes to the XML files are ignored in favor of what is in the library.db database file. To fix this in bulk, we will need SQL. With that said, considering that a lot of information is stored as JSON in the data column and editing JSON in SQLITE is no small matter, this will be a bit of an undertaking.

    If you want to try figuring it out, this documentation can get you started (although be sure to edit library.db, NOT jellyfin.db). The playlists are found in the TypedBaseItems table, with a value of "MediaBrowser.Controller.Playlists.Playlist."

    Code:
    select * from TypedBaseItems where type = 'MediaBrowser.Controller.Playlists.Playlist';
    « Next Oldest | Next Newest »

    Users browsing this thread: 2 Guest(s)


    Messages In This Thread
    Move playlists between users - by .minuteman76 - 2025-09-16, 12:58 PM
    RE: Move playlists between users - by pixel24 - 2025-09-16, 05:02 PM
    RE: Move playlists between users - by .minuteman76 - 2025-09-16, 09:51 PM
    RE: Move playlists between users - by IndianaLarry - 6 hours ago

    • 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