
Usage
=====
  eyeD3 [OPTS] file [file...]

options
=======
  --version             show program's version number and exit
  -h, --help            show this help message and exit

Tag Versions
------------
    -1, --v1            Only read/write ID3 v1.x tags. By default, v1.x tags are
                        only read if there is not a v2.x tag.
    -2, --v2            Only read/write ID3 v2.x tags.
    --to-v1.1           Convert the file's tag to ID3 v1.1. (Or 1.0 if there is
                        no track number.)
    --to-v2.3           Convert the file's tag to ID3 v2.3
    --to-v2.4           Convert the file's tag to ID3 v2.4

Tag Data
--------
    -a STRING, --artist=STRING
                        Set artist
    -A STRING, --album=STRING
                        Set album
    -t STRING, --title=STRING
                        Set title
    -n NUM, --track=NUM
                        Set track number
    -N NUM, --track-total=NUM
                        Set total number of tracks
    -G GENRE, --genre=GENRE
                        Set genre. The argument is a valid genre string or
                        number.  See --list-genres
    -Y STRING, --year=STRING
                        Set a four digit year.
    --comment=[LANGUAGE]:[DESCRIPTION]:COMMENT
                        Set comment
    --remove-v1         Remove ID3 v1.x tag.
    --remove-v2         Remove ID3 v2.x tag.
    --remove-all        Remove both ID3 v1.x and v2.x tags.

Tag Versions
------------
    -l, --list-genres   Display the table of ID3 genres and exit
    -i, --write-images  Causes all attached images (APIC frames) to be written
                        to the current directory.
    --no-color          Disable color output
    -v, --verbose       Show all available information
    --debug             Trace program execution.
