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

Support Writing Rating Tag for Display in Explorer / Windows Media Player #216

Closed
calliostro opened this issue Dec 20, 2019 · 1 comment
Closed

Comments

@calliostro
Copy link

Hello James Heinrich,

I want to suggest to remove the check for a valid email address in write.id3v2.php:910

This way it is possible to write the rating tag which is displayed in Explorer and Windows Media Player. They use the value "Windows Media Player 9 Series" for email field (see https://en.wikipedia.org/wiki/ID3#ID3v2_rating_tag_issue)

For testing change in demo.simple.write.php:48 from:
'popularimeter' => array('email'=>'user@example.net', 'rating'=>128, 'data'=>0),

to:
'popularimeter' => array('email'=>'Windows Media Player 9 Series', 'rating'=>128, 'data'=>0),

In current version you get the error message that email is not correct.

But this is the way to get the stars displayed in Explorer and Windows Media Player.

Kind regards
Denis

@calliostro calliostro changed the title Support Writuing Rating Tag for Windows Media Player Support Writing Rating Tag for Display in Explorer / Windows Media Player Dec 20, 2019
@JamesHeinrich
Copy link
Owner

Changed from Error to Warning in 4713528

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

2 participants