How to Fetch Music Ratings from Metadata?

On Windows 10, you can check the properties of a file, and in the details tab it will show a Rating field with a value of 0-5 stars. I believe this is a ID3 metadata tag or something? Anyway, how can I make this show up in Plex?

You can’t, unfortunately. Plex doesn’t support reading the ā€˜Rating’ metadata.

2 Likes

Thanks for your reply.

You’re right. There’s a very good reason why music players choose to use a custom database to store the ratings. However, a con to this is that there’s no standard to how this information is stored, and thus, it’s not very easy to sync your album ratings all from one place. When it comes specifically to Plex, it seems very possible to create a plugin that consumes an API to set the ratings for the albums.

Off-topic Android development stuff:
The bigger problem is that there’s not really any music player for Android that supports plugins. I’m currently using GoneMad Music Player, and I found a gmml.db SQLite database with a song_ratings column, and I think I might be able to use triggers to fire a python script, however, if GoneMad deletes gmml.db, then my trigger will be removed as well. Therefore, it seems like I need to monitor the activity of the app somehow, since I’m not an Android developer, I don’t know how to do this, but I’m looking into something they call ā€œIntentsā€, and maybe that might help me out.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.