-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support rating tag for MP3 and Opus #84
Comments
If you could just tell me what the convention looks like (or send me a link to the specification or an example file) that should be easy to implement. I assume Strawberry Music Player means taglib? So if you cannot find any technical details I could still do some testings with that and also dig into taglib's code. |
Oh, you're the author of StaxRip. I used that myself some years ago :-) |
Nowadays, I work on mpv.net, which I use for video, but want to use it also for music, currently migrating. Found something on Wikipedia: https://en.wikipedia.org/wiki/ID3?oldformat=true#ID3v2_star_rating_tag_issue My files are tagged like so: 1star: POPULARIMETER: MusicBee|1|0 |
Sample file: more info: |
Ok, I suppose I remember the POPULARIMETER from reading the ID3v2 standard. It is just not implemented yet. |
While the tag field is standard, the string representation with the |
Thank you. I've also many Opus files from YouTube, it seems that is commonly handled with the Vorbis comment RATING using a 0-100 scale. |
Then it makes sense to implement it in Vorbis comments as well. However, I'm currently still implementing the ID3v2 field which is a bit more involved as it actually also supports a user and a play counter. I suppose I'll likely will allow editing the string value in the format you've mentioned within the CLI and GUI which will allow you to edit the raw rating value. Implementing a selector with stars that internally sets an appropriate rating value for the current tag format would make sense as well but that's of course also more work. |
It is implemented on master for ID3v2 and Vorbis comments. So the field can be edited as string value. If you want to test it, make sure you also have the latest commits from https://github.com/Martchus/tagparser. |
Closing as there was no further response. |
Thanks for the new feature and the new release. |
MP3 has no official rating support, but MediaMonkey, MusicBee, Strawberry Music Player, Windows File explorer and probably many other apps have agreed on a compatible convention, so it would make sense to support it in this way.
The text was updated successfully, but these errors were encountered: