1WVTAG(1) WavPack Executable Programs WVTAG(1)
2
3
4
6 wvtag - metadata utility for wavpack files
7
9 wvtag [-options] INFILE...
10
12 wvtag applies the specified metadata operation(s) to each of the
13 specified WavPack source file(s) in this order: clean, import, delete,
14 write, extract, list. Note that WavPack metadata is stored in APEv2
15 tags, and this tool will automatically import from an ID3v1 tag if it
16 is the only tag present on the source file, and that ID3v1 tag will be
17 deleted and replaced with an APEv2 tag if an edit is requested.
18
20 --allow-huge-tags
21 allow tag data up to 16 MB (embedding > 1 MB is not recommended for
22 portable devices and may not work with some programs including
23 WavPack pre-4.70)
24
25 -c
26 extract cuesheet only to stdout (equivalent to -x “cuesheet”)
27
28 -cc
29 extract cuesheet to source-name.cue file in same directory as
30 source file (equivalent to -xx “cuesheet=%a.cue”)
31
32 --clean, --clear
33 clean all items from tag (done first)
34
35 -d “Field”
36 delete specified metadata item (text or binary)
37
38 -h, --help
39 this help display
40
41 --import-id3
42 import applicable tag items from ID3v2.3 tag present in DSF (and
43 other) files into APEv2 tag (if there are > 1 MB cover images
44 present add --allow-huge-tags to include them)
45
46 -l, --list
47 list all tag items (done last)
48
49 --no-utf8-convert
50 don't recode passed tags from local encoding to UTF-8, assume they
51 are in UTF-8 already
52
53 -q
54 quiet (keep console output to a minimum)
55
56 -v, --version
57 write program version to stdout
58
59 -w “Field=”
60 delete specified metadata item (text or binary)
61
62 -w “Field=Value”
63 write specified text metadata to APEv2 tag
64
65 -w “Field=@file.ext”
66 write specified text metadata from file to APEv2 tag, normally used
67 for embedded cuesheets and logs (field names “Cuesheet” and “Log”)
68
69 --write-binary-tag “Field=@file.ext”
70 write the specified binary metadata file to APEv2 tag, normally
71 used for cover art with the specified field name “Cover Art
72 (Front)”
73
74 -x “Field”
75 extract the specified tag field only to stdout
76
77 -xx “Field[=file]”
78 extract the specified tag field to named file in same directory as
79 source file; optional filename specification may contain %a which
80 is replaced with the audio file base name, %t replaced with the tag
81 field name (note: comes from data for binary tags) and %e replaced
82 with the extension from the binary tag source file (or “txt” for
83 text tag).
84
85 -y
86 yes to all warnings (use with caution!)
87
89 wavpack(1), wvunpack(1), wvgain(1)
90
91 Please visit www.wavpack.com for more information
92
94 This manual page was written by David Bryant <david@wavpack.com>.
95 Permission is granted to copy, distribute and/or modify this document
96 under the terms of the BSD License.
97
99 David Bryant <david@wavpack.com>
100 Author
101
103 Copyright © 2020 David Bryant
104
105
106
107WavPack 5.3.0 2020-04-13 WVTAG(1)