logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mid3iconv - convert ID3 tag encodings

Author

       Emfox Zhou.

       Based on id3iconv ( <http://www.cs.berkeley.edu/~zf/id3iconv/> ) by Feng Zhou.

                                                                                                    MID3ICONV(1)

Description

mid3iconv converts ID3 tags from legacy encodings to Unicode and stores them using the ID3v2 format.

Name

       mid3iconv - convert ID3 tag encodings

Options

--debug, -d
              Print updated tags

       --dry-run, -p
              Do not actually modify files

       --encoding, -e
              Convert from this encoding. By default, your locale's default encoding is used.

       --force-v1
              Use an ID3v1 tag even if an ID3v2 tag is present

       --quiet, -q
              Only output errors

       --remove-v1
              Remove any ID3v1 tag after processing the files

Synopsis

mid3iconv [options] filename ...

See Also