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
|
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
[<!ENTITY version SYSTEM "version.xml">]>
<refentry id="easytag">
<refmeta>
<refentrytitle>easytag</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="manual">User Commands</refmiscinfo>
<refmiscinfo class="source">EasyTAG</refmiscinfo>
<refmiscinfo class="version">&version;</refmiscinfo>
</refmeta>
<refnamediv>
<refname>easytag</refname>
<refpurpose>tag editor for MP3, Ogg Vorbis files and more</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>easytag</command>
<arg choice="opt">OPTION</arg>
</cmdsynopsis>
<cmdsynopsis>
<command>easytag</command>
<arg choice="opt"><replaceable>PATH</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1><title>Description</title>
<para>
<command>easytag</command> is a utility for viewing and editing tags for MP3,
MP2, MP4/AAC, FLAC, Ogg Speex, Ogg Opus, Ogg Vorbis, MusePack, Monkey's Audio
and WavPack files. Its simple and nice GTK+ interface makes tagging easier
under Linux or Windows.</para>
</refsect1>
<refsect1><title>Invocation</title>
<para><command>easytag</command> can take an <replaceable>option</replaceable>
or a <replaceable>path</replaceable> as arguments.</para>
<refsect2><title>Options</title>
<variablelist>
<varlistentry>
<term><option>--help</option>, <option>-h</option></term>
<listitem><para>Print brief help and exit.</para></listitem>
</varlistentry>
<varlistentry>
<term><option>--version</option>, <option>-v</option></term>
<listitem><para>Print the version and exit.</para></listitem>
</varlistentry>
</variablelist>
</refsect2>
<refsect2><title>Paths</title>
<para>Either an absolute or a relative <replaceable>path</replaceable> can be
supplied, which will open the path in the browser on startup.</para>
</refsect2>
</refsect1>
<refsect1><title>See also</title>
<para>EasyTAG help manual</para>
</refsect1>
<refsect1><title>Author</title>
<para>
<command>easytag</command> was written by Jérôme Couderc
<email>easytag@gmail.com</email>, Kip Warner
<email>kip@thevertigo.com</email> and David King
<email>amigadave@amigadave.com</email>.
</para>
<para>
This manual page was written by David King
<email>amigadave@amigadave.com</email>.
</para>
</refsect1>
</refentry>
|