-
Notifications
You must be signed in to change notification settings - Fork 0
/
tagreport.1.sgml
130 lines (111 loc) · 3.8 KB
/
tagreport.1.sgml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<refentry>
<refentryinfo>
<address>
<email>[email protected]</email>
</address>
<author>
<firstname>Joshua</firstname>
<surname>Kwan</surname>
</author>
<copyright>
<year>"2003"</year>
<holder>"joshk"</holder>
</copyright>
<date>September 23, 2003</date>
</refentryinfo>
<refmeta>
<refentrytitle>tagreport</refentrytitle>
<manvolnum>1</manvolnum>
</refmeta>
<refnamediv>
<refname>tagreport</refname>
<refpurpose>produces HTML playlists of MP3/Ogg/FLAC directories</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>tagreport</command>
<arg><option>-h --help</option></arg>
<arg><option>-t --template</option> <replaceable>template</replaceable></arg>
<arg><option>-v --verbose</option></arg>
<arg><option>-o --output</option> <replaceable>file</replaceable></arg>
<arg><option>-f --force</option></arg>
<arg><replaceable>directory ...</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para><command>tagreport</command> is a program initially intended to
replace the Playlist->HTML function found in Winamp for Windows, but
is more powerful in some respects.</para>
<para>It currently only supports scanning of MP3 and Ogg Vorbis audio
files. The FLAC format is mostly supported, but not extensively tested,
and only available if the libFLAC library is on your system at build
time.</para>
<para>TagReport also supports customizable HTML templates using a simple
file format. Look in the def/ directory in the source for a sample one
which describes the format.</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<para>In the event that you did not have a suitable getopt_long at
compile time, the long options (prefixed with two dashes) will not
be available to you.</para>
<variablelist>
<varlistentry>
<term><option>-h</option>, <option>--help</option>
</term>
<listitem>
<para>Shows the summary of options available.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-t</option>, <option>--template</option>
</term>
<listitem>
<para>Choose a template to use during HTML generation. You
may either use an absolute path, or the name of the template
file without the extension, in which case ./def/ and the
install-time def/ directory will be searched.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option>, <option>--verbose</option>
</term>
<listitem>
<para>Verbose output to stdout, useful for debugging.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-o</option>, <option>--output</option>
</term>
<listitem>
<para>The file to which the final HTML is written to.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f</option>, <option>--force</option></term>
<listitem>
<para>Continues when errors are detected in a template.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>directory ...</option></term>
<listitem>
<para>Directories to traverse. If not specified, the current directory
will be the root of the traversal.</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1>
<title>SEE ALSO</title>
<para>xmms(1).</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>This manual page was written by Joshua Kwan <[email protected]>
for <command>tagreport</command>. It is published under the GNU General
Public License.</para>
</refsect1>
</refentry>