wvtag --version (return code: 0)
wvtag 5.1.0
libwavpack 5.1.0
wvtag --help (return code: 0)
Usage:
WVTAG [-options] file[.wv] [...]
Multiple input files may be specified. All options and operations
specified are applied to each file in this order: clean, import,
delete, write, extract, list.
Options:
--allow-huge-tags allow tag data up to 16 MB (embedding > 1 MB is not
recommended for portable devices and may not work
with some programs including WavPack pre-4.70)
-c extract cuesheet only to stdout
(note: equivalent to -x "cuesheet")
-cc extract cuesheet file (.cue)
(note: equivalent to -xx "cuesheet=%a.cue")
--clean or --clear clean all items from tag (done first)
-d "Field" delete specified metadata item (text or binary)
-h or --help this help display
--import-id3 import ID3v2 tags from the trailer of DSF files only
(add --allow-huge-tags option for > 1 MB images)
-l or --list list all tag items (done last)
--no-utf8-convert don't recode passed tags from local encoding to
UTF-8, assume they are in UTF-8 already
-q quiet (keep console output to a minimum)
-v or --version write the version to stdout
-w "Field=" delete specified metadata item (text or binary)
-w "Field=Value" write specified text metadata to APEv2 tag
-w "Field=@file.ext" write specified text metadata from file to APEv2
tag, normally used for embedded cuesheets and logs
(field names "Cuesheet" and "Log")
--write-binary-tag "Field=@file.ext"
write the specified binary metadata file to APEv2
tag, normally used for cover art with the specified
field name "Cover Art (Front)"
-x "Field" extract specified tag field only to stdout
-xx "Field[=file]" extract specified tag field to file, optional
filename spec can include these replacement codes:
%a = source filename
%t = tag field name
(note: comes from data for binary tags)
%e = extension from binary tag source file
(or 'txt' for text tag)
-y yes to overwrite warning (use with caution!)
Web:
Visit www.wavpack.com for latest version and complete information