Skip to content
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

Rating tag support #137

Open
martpie opened this issue Nov 22, 2016 · 3 comments
Open

Rating tag support #137

martpie opened this issue Nov 22, 2016 · 3 comments

Comments

@martpie
Copy link

martpie commented Nov 22, 2016

Hello !

Is there any plan to support the RATING tag ? :)

@leetreveil
Copy link
Owner

No plans but we can add it. Is this field common across the formats musicmetadata supports?

@martpie
Copy link
Author

martpie commented Nov 23, 2016

Well, it's in id3v2 spec. I don't know if it's in all the extensions musicmetadata supports

Some refs (apparently it's a nightmare):

It might be more complicated than expected

@draeron
Copy link

draeron commented Apr 17, 2017

i suggested a i pull request (#145) which add the support for the POPM frame, note that ratings are stored as a list from provider so you get an array like this :

{
   ratings : [{
      owner_identifier: 'something.like@an.email'
      rating : [0-255]
   }]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants