this post was submitted on 29 Jun 2023
8 points (100.0% liked)

Jellyfin: The Free Software Media System

5476 readers
19 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago

I ported the ratings over with a quick C# script I wrote. It takes in the XML that Plex returns when querying your favorites and then favorites them in Jellyfin if it can find them by name.

If there's any interest in this script just let me know. I wrote this a long time ago when I switched to Jellyfin so no idea if it still works.