Pippin555

Results 3 issues of Pippin555

When I want to set the release_date or the original_release_date I can use: mp3.tag.original_release_date = "2015-01-02" But for the recording_date I have to use: mp3.tag.recording_date = eyed3.core.Date.parse("2015-01-02") else I get...

This is not an issue, but a request for a smarter solution, I would like to compare two boolean values with an 'is' operator. But that operator is not available...

question
additional examples
fix-in-second-edition

the try-catch does not work as intended, change line 184 from file_author = track['metadata']['author'] to file_author = track['metadata']['composer'] it works great, thanks