quodlibet / mutagen

Python module for handling audio metadata

Home Page:https://mutagen.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write into FLAC files via cli

foremtehan opened this issue · comments

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

mid3v2 --artist "Fly Away" "01 A Million Miles Away.flac"

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

id3 tags can be added to any file type since they are just prefixed, but ideally you would only use them on file types where this is also expected and supported by other software, otherwise you might "break" those files.

mid3v2 was mainly created to provide modern/less buggy version of id3v2. In case of flac the official codec provides a capable CLI tool already: metaflac -> https://xiph.org/flac/documentation_tools_metaflac.html