Music-Tag
view release on metacpan or search on metacpan
bin/musictag view on Meta::CPAN
Is the equivalent of --plugin="File,MusicBrainz,Amazon,Lyrics" --keepmtime --safe
=item brainz
Is the equivalent of --plugin="MusicBrainz"
=item brainzsort
Is the equivalent of --plugin="File,MusicBrainz" --move=1 --dest="."
=back
=item --plugin
Specify a plugin to add (input and outpout). Plugin options can be expressed in the form option=value. For example, to use Amazon with the German store, try
--plugin="Amazon:Locale=de"
=item --outputplugin
Specify an output plugin. This is like --plugin except that it is ONLY used for output. For example, if you wanted to write cover art to a file but not read from a file you would use
--plugin="Amazon" --outputplugin="File"
=item --inputplugin=s@
Specify an input plugin. This is like --outputplugin for input.
=item --pluginoption=s%
Specify additional options for all plugins. These optons are specified in key-value form. For example
--plugin="Amazon,MusicBrainz" --pluginoptions="trust_title=1"
Would set the trusttitle option in both Amazon and MusicBrainz.
=item --nochange
Do not change the music file. Output plugins are still processed, just not the default plugin associated with the file extension.
=item --trust_title
Trust title (over track number). Used by MusicBrainz and Amazon plugins.
=item --trust_track
Trust track number (over title). Used by MusicBrainz and Amazon plugins.
=item --trust_time
Trust track time more. Used by MusicBrainz and Amazon plugins.
=item --trust_totaltracks
Trust total number of tracks. Used by MusicBrainz and Amazon plugins.
=item --striptags
Remove tag from file before writing new tag. Only used by MP3::Tag at the moment. Useful to convert from id3v2.4 to id3v2.3 or to clean up cruft
from tags.
=item --safe
Do not change artist, album, title, and track number. Useful if all you want is a cover, and don't want to risk changing these.
=item --verbose
Produce more output.
=item --quiet
Shut up already.
=item --keepmtime
Attempt to keep mtime after tag change. Rarely works and requires you to run as root.
=item --sleeptime=f
Sleep between iterations. Keeps you from hammering Amazon or MusicBrainz.
=item --lyricsoverwrite
Overwrite lyrics already saved.
=item --coveroverwrite
Overwrite cover artwork already saved.
=item --forcechange
Resave tag no matter what.
=item --printinfo
Dump raw tag info to stdout. Very useful.
=item --getinfo=s
Get a specific tag info. Great for scripts.
=item --move
Move file to sorted location. If --move is set and a --dest is set, will sort your files. For example:
musictag --move --dest="/nicely/sorted/" /poorly/sorted
This will resort the whole folder.
=item --cp
Copy file to sorted location. Same as move but copies.
=item --ln
Link file to sorted location. Same as move but links.
=item --lns
( run in 2.263 seconds using v1.01-cache-2.11-cpan-4ac696b4eb4 )