PlexRatingToMB: Tool to export ratings from Plex, and also submit them to MusicBrainz

PlexRatingToMB

I recently needed to export my ratings from my Plex instance. So I made this Kotlin(Java) software to export them as CSV, and added a possibility to also send them to MusicBrainz.

Example of semi-interactive mode

Source code: GitHub - defvs/PlexRatingToMB
Latest release and JAR build: Release 1.0: First Release · defvs/PlexRatingToMB · GitHub
Documentation (RTFM, it’s important :wink: ): PlexRatingToMB/README.md at master · defvs/PlexRatingToMB · GitHub

Requires Java 17 or later. If you want to build it yourself, all you need to do is run ./gradlew shadowJar, or ./gradlew run.

Any question or requests can be done here or via Github Issues.

Future features

Don’t count on those, maybe I won’t add them:

  • Embed the ratings in the file tags directly, since Plex does not do that
  • Total world domination
4 Likes