Is there an easy way to migrate my Plex music library (including the star ratings) to a Jellyfin music library?

I have well over 10 000 tracks that have been meticulously curated and rated (for better playlist management) and from what I understand, those ratings are nowhere to be found in the actual file metadata.

Is there a way to port over these ratings to Jellyfin?

I simply cannot imagine starting from scratch all over again

  • @[email protected]
    link
    fedilink
    English
    12 years ago

    Oof… I’ve had a quick google search. But I am afraid, there is no “easy” to write that stuff to the actual metadata of the file.

    If I recall correctly, Plex stores all it’s data in a local SQLite database. So theoretically, you could query that database and then use some other tools to write those ratings to the database. So if you can code, you could probably whip something up in your preferred coding language and write that to the files.

    • @twistedtxbOP
      link
      English
      02 years ago

      Does Jellyfin easily fetches all ID3 metadata? Even the obscure ones? I could write some “bogus” metadata in an obscure ID3 field in Plex, and recreate the playlists in Jellyfin using this.