nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
532 stars 58 forks source link

isMp3File missing/removed? #546

Closed papadeltasierra closed 3 years ago

papadeltasierra commented 3 years ago

Did you remove the isMp3File() method? I'm updating an old tool but this method now seems to be missing.

nicfit commented 3 years ago

Yes, see:

eyeD3.mimetype.guessMimetype(path)  in eyed3.mp3.MIME_TYPES  == True