-
Notifications
You must be signed in to change notification settings - Fork 28
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
POPM (popularity meter) tag support #78
base: master
Are you sure you want to change the base?
Conversation
Hi @jmbannon sorry for a little late reply. Basically I think it's about time this tag gets integrated in mediafile. Great! maybe you can put as much context into the PR description as possible, for documentation purposes. And then there is something @Wolkenarchitect mentioned which I don't entirely understand: #23 (comment) |
Ah, found it, there actually is a changelog: https://mediafile.readthedocs.io/en/latest/#changelog But it seems like @sampsyo did additions to that log in the past when pushing out a release. So not sure if you should add to it within this PR |
Collecting some info about this tag and how other taggers/software implement it: Basically the POPM tag looks like this:emailaddress: "value", rating: int 0-255 ,count: int
mp3tag
puddletagexiftool
windows explorermediamonkey
translating scalesthere seems to be discrepancies bertween translation of the 0-255 rating value to other scales in different tools, but that shouldn't bother the implementation of the actual POPM tag, it's simply 0-255 integer: issuecomment @wolkenarchitect
maybe that's offtopic, MP4 in mutagen's implementationhas a |
POPM seems to be the standard tag used for ratings across many music apps. This PR adds support for this tag.
Closes #23