Ben Holleran

Results 12 comments of Ben Holleran

Change line 176 in id3.py from if self.title == 'genre': to if self.title == 'genre' and len(val): It's crashing when val is empty.

Added a pull here: https://github.com/artcom-net/mp3-tagger/pull/13