omptagger
only the bestest music tagger
Usage: omptagger [options] [files]

Options:
  --view        -v  View all tags
  --view-tag    -t  View a tag
  --set-tag     -s  Set a tag
  --remove      -r  Remove all tags
  --remove-tag  -d  Remove a tag
  --generate    -g  Generate tags based on filename
  --rename      -m  Generate filename based on tags
  --scheme      -n  Specify a file naming scheme
  --pretend     -p  Do not make any actual changes
  --no-colour   -c  Disable use of colour in output
  --list        -l  Display list of available tags
  --help        -h  Display help information
  --rename      -m  Generate filename based on tags

Notes:
  * The default file naming scheme is Artist - Title.
  * Schemes must be specified prior to actions that use them.
  * Underscores in filenames are converted to spaces in tags.
Fix case sensitivy issue with Ogg Vorbis tags.
Many improvements to both code and interface.
Fix error when generating tags.
Add naming scheme support to rename option.
Fix and improve rename option.
Many code improvements.
Experimental custom file naming scheme support.
Minor code improvements; default to viewing.
Add option for renaming files based on tags.
Use basename on files when generating tags.
Remove ID3 tags rather than set blank ones.
Initial release.