We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if file extension is anything apart from lowercase, like Mp3 or MP3 ... then it's throwing error
mp3_tagger.exceptions.MP3OpenFileError: File must be MP3 format
mp3-tagger/mp3_tagger/mp3.py
Line 87 in 453ef8c
The text was updated successfully, but these errors were encountered:
MP3 file extension should be case insensitive
ba8ddbf
Fixing issue, artcom-net#14
15e3940
Fixing issue: artcom-net#14
Just FYI, this is a duplicate of #5.
Sorry, something went wrong.
No branches or pull requests
if file extension is anything apart from lowercase, like Mp3 or MP3 ...
then it's throwing error
mp3-tagger/mp3_tagger/mp3.py
Line 87 in 453ef8c
The text was updated successfully, but these errors were encountered: