artcom-net / mp3-tagger

ID3 data editor
MIT License
35 stars 16 forks source link

Update id3.py #13

Closed TheBengineer closed 2 years ago

TheBengineer commented 3 years ago

Catch the vase where the Genre field is empty.

TheBengineer commented 3 years ago

This fixes Issue 12 https://github.com/artcom-net/mp3-tagger/issues/12

kk-hiraskar commented 3 years ago

This fixes Issue 12

12

This will handle only if genre is empty..
what about if it is having string instead of integer?

I am having many mp3 files, where genre is with some other strings.

kk-hiraskar commented 3 years ago

Already issue is fixed and committed here in github: fix diff

please release it on https://pypi.org/project/mp3-tagger/

TheBengineer commented 2 years ago

Closed because fixed.