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
536 stars 58 forks source link

[Feature Request] International Standard Recording Code (ISRC) Compatibility #472

Closed XDGFX closed 4 years ago

XDGFX commented 4 years ago

Unless I missed it while searching the documentation, I don't see any support for an 'ISRC' tag for audio files.

It appears under ID3v2 frame specification on the ID3 wiki as a 'TSRC' frame.

Also here on the ISRC wiki page

Thanks!

XDGFX commented 4 years ago

Found it: eyed3.load("file.mp3").tag.getTextFrame("TSRC")