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

MP3 file extension should be case insensitive #14

Open
kk-hiraskar opened this issue Jul 12, 2021 · 1 comment
Open

MP3 file extension should be case insensitive #14

kk-hiraskar opened this issue Jul 12, 2021 · 1 comment

Comments

@kk-hiraskar
Copy link

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

if self.path.endswith('.mp3'):

kk-hiraskar added a commit to kk-hiraskar/mp3-tagger that referenced this issue Jul 12, 2021
kk-hiraskar added a commit to kk-hiraskar/mp3-tagger that referenced this issue Jul 12, 2021
@mibe
Copy link

mibe commented Jul 22, 2021

Just FYI, this is a duplicate of #5.

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