question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support rating tag

See original GitHub issue

Related issue: https://github.com/leetreveil/musicmetadata/issues/137

Parse rating tags and map it to a common tag. In line with MusicBrainz Picard, normalize the common tag to a scale from 0 to 5.0:

            elif frameid == 'POPM':
                # Rating in ID3 ranges from 0 to 255, normalize this to the range 0 to 5
                if frame.email == config.setting['rating_user_email']:
                    rating = string_(int(round(frame.rating / 255.0 * (config.setting['rating_steps'] - 1))))
                    metadata.add('~rating', rating)

_source: https://github.com/metabrainz/picard/blob/master/picard/formats/id3.py_

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
Borewitcommented, Jun 5, 2018

Added in v2.0.0

3reactions
Borewitcommented, Jun 2, 2018

Thanks for your feedback gents. Let’s enable rating support.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tagging ratings - Search Console Help - Google Support
Tagging ratings · 65% - the best possible rating is 100, and the actual rating is 65 · Image rating that shows 4...
Read more >
The Power Of Tags For Reviews - GatherUp
Our Tag Widget allows you to bring reviews, ratings, content, and conversion to any page on your website focused on a service, topic...
Read more >
Review tagging | Product Features - Trustpilot Business
Easily segment your reviews with Review Tagging. Show relevant reviews on key pages, or break down the big data in your customer feedback...
Read more >
how to add rating tag - Support - Mp3tag Community
First: only WMP accepts rating tags - iTunes stores them locally in a database on the PC. Then: Add the column %rating wmp%...
Read more >
Organize and Group Reviews With Tags - EmbedSocial
Reviews Tagging is a new feature that allows you to analyze, manage and organize your reviews collected from various sources, based on flexible ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found