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

add encoding to _saveV1Tag #568

Closed electis closed 2 years ago

electis commented 2 years ago

I need another encoding for ID3v1 tag, please add encoding to _saveV1Tag

tag.py:

        if version[0] == 1:
            self._saveV1Tag(version)
nicfit commented 2 years ago

ID3 v1.x does support various encodings.