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
547 stars 59 forks source link

write into FLAC files via cli #580

Closed foremtehan closed 2 years ago

foremtehan commented 2 years ago

I use eyeD3 cli to write tags, But looks like it only working for mp3 files

eyeD3 --artist "My Artist" 01 A Million Miles Away.flac

I won't get any error but tags never written. same for m4a files.

nicfit commented 2 years ago

eyeD3 requires understanding FLAC and m4a audio formats for this. Duplicate of https://github.com/nicfit/eyeD3/issues/404