Try converting with pandoc

Manuel Reimer 2023-06-26 18:45:49 +02:00
parent 502881baf8
commit db8aaf843d
3 changed files with 94 additions and 94 deletions

@ -32,41 +32,41 @@ Protocol" (SVDRP), which can be accessed on port 6419, for instance by
<strong>telnet</strong>.</p> <strong>telnet</strong>.</p>
<h1>OPTIONS</h1> <h1>OPTIONS</h1>
<dl> <dl>
<dt><strong>-a </strong><em>cmd</em><strong>, <dt><h3><strong>-a </strong><em>cmd</em><strong>,
--audio=</strong><em>cmd</em></dt> --audio=</strong><em>cmd</em></h3></dt>
<dd> <dd>
<p>Send Dolby Digital audio to stdin of command <em>cmd</em>.</p> <p>Send Dolby Digital audio to stdin of command <em>cmd</em>.</p>
</dd> </dd>
<dt><strong>--cachedir=</strong><em>dir</em></dt> <dt><h3><strong>--cachedir=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Save cache files in <em>dir</em> (default is to save them in the <p>Save cache files in <em>dir</em> (default is to save them in the
video directory).</p> video directory).</p>
</dd> </dd>
<dt><strong>--chartab=</strong><em>character_table</em></dt> <dt><h3><strong>--chartab=</strong><em>character_table</em></h3></dt>
<dd> <dd>
<p>Set the character table to use for strings in the DVB data stream <p>Set the character table to use for strings in the DVB data stream
that don't begin with a character table indicator, but don't use the that don't begin with a character table indicator, but don't use the
standard default character table (for instance ISO-8859-9).</p> standard default character table (for instance ISO-8859-9).</p>
</dd> </dd>
<dt><strong>-c </strong><em>dir</em><strong>, <dt><h3><strong>-c </strong><em>dir</em><strong>,
--config=</strong><em>dir</em></dt> --config=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Read config files from directory <em>dir</em> (default is to read <p>Read config files from directory <em>dir</em> (default is to read
them from the video directory).</p> them from the video directory).</p>
</dd> </dd>
<dt><strong>-d, --daemon</strong></dt> <dt><h3><strong>-d, --daemon</strong></h3></dt>
<dd> <dd>
<p>Run in daemon mode (implies --no-kbd).</p> <p>Run in daemon mode (implies --no-kbd).</p>
</dd> </dd>
<dt><strong>-D </strong><em>num</em><strong>, <dt><h3><strong>-D </strong><em>num</em><strong>,
--device=</strong><em>num</em></dt> --device=</strong><em>num</em></h3></dt>
<dd> <dd>
<p>Use only the given DVB device (<em>num</em> = 0, 1, 2...). There may <p>Use only the given DVB device (<em>num</em> = 0, 1, 2...). There may
be several <strong>-D</strong> options (by default all DVB devices will be several <strong>-D</strong> options (by default all DVB devices will
be used). If <strong>-D-</strong> is given, no DVB devices will be used be used). If <strong>-D-</strong> is given, no DVB devices will be used
at all, independent of any other -D options.</p> at all, independent of any other -D options.</p>
</dd> </dd>
<dt><strong>--dirnames=</strong><em>path</em><strong>[,</strong><em>name</em><strong>[,</strong><em>enc</em><strong>]]</strong></dt> <dt><h3><strong>--dirnames=</strong><em>path</em><strong>[,</strong><em>name</em><strong>[,</strong><em>enc</em><strong>]]</strong></h3></dt>
<dd> <dd>
<p>Set the maximum directory path length to <em>path</em> (default is <p>Set the maximum directory path length to <em>path</em> (default is
the maximum value allowed on the system). If <em>name</em> is also the maximum value allowed on the system). If <em>name</em> is also
@ -79,21 +79,21 @@ apply. The length of the video directory name and that of the actual
recording directory is subtracted from <em>path</em>, to make sure the recording directory is subtracted from <em>path</em>, to make sure the
directory path will never become too long.</p> directory path will never become too long.</p>
</dd> </dd>
<dt><strong>--edit=</strong><em>rec</em></dt> <dt><h3><strong>--edit=</strong><em>rec</em></h3></dt>
<dd> <dd>
<p>Edit the given recording. <em>rec</em> must be the full path name of <p>Edit the given recording. <em>rec</em> must be the full path name of
an existing recording. The program will return immediately after editing an existing recording. The program will return immediately after editing
the recording.</p> the recording.</p>
</dd> </dd>
<dt><strong>-E </strong><em>file</em><strong>, <dt><h3><strong>-E </strong><em>file</em><strong>,
--epgfile=</strong><em>file</em></dt> --epgfile=</strong><em>file</em></h3></dt>
<dd> <dd>
<p>Write the EPG data into the given <em>file</em> (default is <p>Write the EPG data into the given <em>file</em> (default is
<em>epg.data</em> in the cache directory). Use <strong>-E-</strong> to <em>epg.data</em> in the cache directory). Use <strong>-E-</strong> to
disable this. If <em>file</em> is a directory, the file disable this. If <em>file</em> is a directory, the file
<em>epg.data</em> will be created in that directory.</p> <em>epg.data</em> will be created in that directory.</p>
</dd> </dd>
<dt><strong>--filesize=</strong><em>size</em></dt> <dt><h3><strong>--filesize=</strong><em>size</em></h3></dt>
<dd> <dd>
<p>Limit video files to <em>size</em> bytes (default is 2000M). This <p>Limit video files to <em>size</em> bytes (default is 2000M). This
option is only useful in conjunction with --edit, and must precede that option is only useful in conjunction with --edit, and must precede that
@ -102,7 +102,7 @@ followed by one of the letters K, M, G or T to abbreviate Kilo-, Mega-,
Giga- or Terabyte, respectively. The given value is silently limited to Giga- or Terabyte, respectively. The given value is silently limited to
the program's internal minimum and maximum values.</p> the program's internal minimum and maximum values.</p>
</dd> </dd>
<dt><strong>--genindex=</strong><em>rec</em></dt> <dt><h3><strong>--genindex=</strong><em>rec</em></h3></dt>
<dd> <dd>
<p>Generate the index file for the given recording. <em>rec</em> must be <p>Generate the index file for the given recording. <em>rec</em> must be
the full path name of an existing recording. The recording must be in TS the full path name of an existing recording. The recording must be in TS
@ -112,19 +112,19 @@ generating the index. Note that using this option while another instance
of VDR is currently replaying the given recording, or if the recording of VDR is currently replaying the given recording, or if the recording
has not been finished yet, may lead to unexpected results.</p> has not been finished yet, may lead to unexpected results.</p>
</dd> </dd>
<dt><strong>-g, --grab=</strong><em>dir</em></dt> <dt><h3><strong>-g, --grab=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Write images from the SVDRP command GRAB into the given directory <p>Write images from the SVDRP command GRAB into the given directory
<em>dir</em>. <em>dir</em> must be the full path name of an existing <em>dir</em>. <em>dir</em> must be the full path name of an existing
directory, without any "..", double '/' or symlinks. By default, or if directory, without any "..", double '/' or symlinks. By default, or if
<strong>-g-</strong> is given, grabbing images to disk is disabled.</p> <strong>-g-</strong> is given, grabbing images to disk is disabled.</p>
</dd> </dd>
<dt><strong>-h, --help</strong></dt> <dt><h3><strong>-h, --help</strong></h3></dt>
<dd> <dd>
<p>Print a help message and exit.</p> <p>Print a help message and exit.</p>
</dd> </dd>
<dt><strong>-i </strong><em>instance</em><strong>, <dt><h3><strong>-i </strong><em>instance</em><strong>,
--instance=</strong><em>instance</em></dt> --instance=</strong><em>instance</em></h3></dt>
<dd> <dd>
<p>Use <em>instance</em> as the id of this VDR instance (default is 0). <p>Use <em>instance</em> as the id of this VDR instance (default is 0).
In an environment where several instances of VDR use the same video In an environment where several instances of VDR use the same video
@ -134,8 +134,8 @@ in case they record exactly the same broadcast. The number given here
will be part of the directory name in which the recordings will be will be part of the directory name in which the recordings will be
stored.</p> stored.</p>
</dd> </dd>
<dt><strong>-l </strong><em>level</em><strong>, <dt><h3><strong>-l </strong><em>level</em><strong>,
--log=</strong><em>level</em></dt> --log=</strong><em>level</em></h3></dt>
<dd> <dd>
<p>Set logging to <em>level</em>. <strong>0</strong> = no logging, <p>Set logging to <em>level</em>. <strong>0</strong> = no logging,
<strong>1</strong> = errors only, <strong>2</strong> = errors and info, <strong>1</strong> = errors only, <strong>2</strong> = errors and info,
@ -143,33 +143,33 @@ stored.</p>
is <strong>3</strong>. If logging should be done to LOG_LOCAL<em>n</em> is <strong>3</strong>. If logging should be done to LOG_LOCAL<em>n</em>
instead of LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7).</p> instead of LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7).</p>
</dd> </dd>
<dt><strong>-L </strong><em>dir</em><strong>, <dt><h3><strong>-L </strong><em>dir</em><strong>,
--lib=</strong><em>dir</em></dt> --lib=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Search for plugins in directory <em>dir</em> (default is <p>Search for plugins in directory <em>dir</em> (default is
./PLUGINS/lib). There can be several <strong>-L</strong> options with ./PLUGINS/lib). There can be several <strong>-L</strong> options with
different <em>dir</em> values. Each of them will apply to the different <em>dir</em> values. Each of them will apply to the
<strong>-P</strong> options following it.</p> <strong>-P</strong> options following it.</p>
</dd> </dd>
<dt><strong>--lirc[=</strong><em>path</em><strong>]</strong></dt> <dt><h3><strong>--lirc[=</strong><em>path</em><strong>]</strong></h3></dt>
<dd> <dd>
<p>Use a LIRC remote control device. If <em>path</em> is omitted, vdr <p>Use a LIRC remote control device. If <em>path</em> is omitted, vdr
uses <em>/var/run/lirc/lircd</em>.</p> uses <em>/var/run/lirc/lircd</em>.</p>
</dd> </dd>
<dt><strong>--localedir=</strong><em>dir</em></dt> <dt><h3><strong>--localedir=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Search for locale files in <em>dir</em> (default is ./locale).</p> <p>Search for locale files in <em>dir</em> (default is ./locale).</p>
</dd> </dd>
<dt><strong>-m, --mute</strong></dt> <dt><h3><strong>-m, --mute</strong></h3></dt>
<dd> <dd>
<p>Mute audio of the primary DVB device at startup.</p> <p>Mute audio of the primary DVB device at startup.</p>
</dd> </dd>
<dt><strong>--no-kbd</strong></dt> <dt><h3><strong>--no-kbd</strong></h3></dt>
<dd> <dd>
<p>Don't use the keyboard as an input device.</p> <p>Don't use the keyboard as an input device.</p>
</dd> </dd>
<dt><strong>-p </strong><em>port</em><strong>, <dt><h3><strong>-p </strong><em>port</em><strong>,
--port=</strong><em>port</em></dt> --port=</strong><em>port</em></h3></dt>
<dd> <dd>
<p>Use <em>port</em> for SVDRP. A value of <strong>0</strong> turns off <p>Use <em>port</em> for SVDRP. A value of <strong>0</strong> turns off
SVDRP. The default SVDRP port is <strong>6419</strong>. You need to edit SVDRP. The default SVDRP port is <strong>6419</strong>. You need to edit
@ -179,8 +179,8 @@ changes the TCP port used for SVDRP commands. The UDP port for
discovering peer VDRs in the same network is always set to 6419 and discovering peer VDRs in the same network is always set to 6419 and
can't be changed.</p> can't be changed.</p>
</dd> </dd>
<dt><strong>-P </strong><em>options</em><strong>, <dt><h3><strong>-P </strong><em>options</em><strong>,
--plugin=</strong><em>options</em></dt> --plugin=</strong><em>options</em></h3></dt>
<dd> <dd>
<p>Load a plugin, defined by the given <em>options</em>. The first word <p>Load a plugin, defined by the given <em>options</em>. The first word
in <em>options</em> must be the name of an existing <strong>vdr</strong> in <em>options</em> must be the name of an existing <strong>vdr</strong>
@ -197,41 +197,41 @@ available plugins (without any particular options) you can use</p>
<p>(note the quotes around the asterisk to prevent wildcard <p>(note the quotes around the asterisk to prevent wildcard
expansion).</p> expansion).</p>
<dl> <dl>
<dt><strong>-r </strong><em>cmd</em><strong>, <dt><h3><strong>-r </strong><em>cmd</em><strong>,
--record=</strong><em>cmd</em></dt> --record=</strong><em>cmd</em></h3></dt>
<dd> <dd>
<p>Call <em>cmd</em> before and after a recording. See the file <p>Call <em>cmd</em> before and after a recording. See the file
<em>INSTALL</em> for more information.</p> <em>INSTALL</em> for more information.</p>
</dd> </dd>
<dt><strong>--resdir=</strong><em>dir</em></dt> <dt><h3><strong>--resdir=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Read resource files from <em>dir</em> (default is to read them from <p>Read resource files from <em>dir</em> (default is to read them from
the config directory).</p> the config directory).</p>
</dd> </dd>
<dt><strong>--showargs[=</strong><em>dir</em><strong>]</strong></dt> <dt><h3><strong>--showargs[=</strong><em>dir</em><strong>]</strong></h3></dt>
<dd> <dd>
<p>Read command line arguments from <em>dir</em> (default is <p>Read command line arguments from <em>dir</em> (default is
<em>/etc/vdr/conf.d</em>), display them to the console and exit.</p> <em>/etc/vdr/conf.d</em>), display them to the console and exit.</p>
</dd> </dd>
<dt><strong>-s </strong><em>cmd</em><strong>, <dt><h3><strong>-s </strong><em>cmd</em><strong>,
--shutdown=</strong><em>cmd</em></dt> --shutdown=</strong><em>cmd</em></h3></dt>
<dd> <dd>
<p>Call <em>cmd</em> to shutdown the computer. See the file <p>Call <em>cmd</em> to shutdown the computer. See the file
<em>INSTALL</em> for more information.</p> <em>INSTALL</em> for more information.</p>
</dd> </dd>
<dt><strong>--split</strong></dt> <dt><h3><strong>--split</strong></h3></dt>
<dd> <dd>
<p>Split edited files at the editing marks. This option is only useful <p>Split edited files at the editing marks. This option is only useful
in conjunction with --edit, and must precede that option to have an in conjunction with --edit, and must precede that option to have an
effect.</p> effect.</p>
</dd> </dd>
<dt><strong>-t </strong><em>tty</em><strong>, <dt><h3><strong>-t </strong><em>tty</em><strong>,
--terminal=</strong><em>tty</em></dt> --terminal=</strong><em>tty</em></h3></dt>
<dd> <dd>
<p>Set the controlling terminal.</p> <p>Set the controlling terminal.</p>
</dd> </dd>
<dt><strong>-u </strong><em>user</em><strong>, <dt><h3><strong>-u </strong><em>user</em><strong>,
--user=</strong><em>user</em></dt> --user=</strong><em>user</em></h3></dt>
<dd> <dd>
<p>Run as user <em>user</em> in case vdr was started as user 'root'. <p>Run as user <em>user</em> in case vdr was started as user 'root'.
Starting vdr as 'root' is necessary if the system time shall be set from Starting vdr as 'root' is necessary if the system time shall be set from
@ -239,7 +239,7 @@ the transponder data, but for security reasons vdr can switch to a
lesser privileged user id during normal operation. <em>user</em> can be lesser privileged user id during normal operation. <em>user</em> can be
a user name or a numerical id.</p> a user name or a numerical id.</p>
</dd> </dd>
<dt><strong>--updindex=</strong><em>rec</em></dt> <dt><h3><strong>--updindex=</strong><em>rec</em></h3></dt>
<dd> <dd>
<p>Update the index file for the given recording. <em>rec</em> must be <p>Update the index file for the given recording. <em>rec</em> must be
the full path name of an existing recording. The recording must be in TS the full path name of an existing recording. The recording must be in TS
@ -251,26 +251,26 @@ another instance of VDR is currently replaying the given recording, or
if the recording has not been finished yet, may lead to unexpected if the recording has not been finished yet, may lead to unexpected
results.</p> results.</p>
</dd> </dd>
<dt><strong>--userdump</strong></dt> <dt><h3><strong>--userdump</strong></h3></dt>
<dd> <dd>
<p>Allow coredumps if -u is given (only for debugging).</p> <p>Allow coredumps if -u is given (only for debugging).</p>
</dd> </dd>
<dt><strong>--vfat</strong></dt> <dt><h3><strong>--vfat</strong></h3></dt>
<dd> <dd>
<p>For backwards compatibility (same as --dirnames= 250,40,1).</p> <p>For backwards compatibility (same as --dirnames= 250,40,1).</p>
</dd> </dd>
<dt><strong>-v </strong><em>dir</em><strong>, <dt><h3><strong>-v </strong><em>dir</em><strong>,
--video=</strong><em>dir</em></dt> --video=</strong><em>dir</em></h3></dt>
<dd> <dd>
<p>Use <em>dir</em> as video directory. The default is <p>Use <em>dir</em> as video directory. The default is
<em>/video</em>.</p> <em>/video</em>.</p>
</dd> </dd>
<dt><strong>-V, --version</strong></dt> <dt><h3><strong>-V, --version</strong></h3></dt>
<dd> <dd>
<p>Print version information and exit.</p> <p>Print version information and exit.</p>
</dd> </dd>
<dt><strong>-w </strong><em>sec</em><strong>, <dt><h3><strong>-w </strong><em>sec</em><strong>,
--watchdog=</strong><em>sec</em></dt> --watchdog=</strong><em>sec</em></h3></dt>
<dd> <dd>
<p>Activate the watchdog timer with a timeout of <em>sec</em> seconds. A <p>Activate the watchdog timer with a timeout of <em>sec</em> seconds. A
value of <strong>0</strong> (default) disables the watchdog.</p> value of <strong>0</strong> (default) disables the watchdog.</p>
@ -281,11 +281,11 @@ options from files named '*.conf' in the directory /etc/vdr/conf.d.
Files are read in alphabetical order. See vdr(5) for details.</p> Files are read in alphabetical order. See vdr(5) for details.</p>
<h1>SIGNALS</h1> <h1>SIGNALS</h1>
<dl> <dl>
<dt><strong>SIGINT, SIGTERM</strong></dt> <dt><h3><strong>SIGINT, SIGTERM</strong></h3></dt>
<dd> <dd>
<p>Program exits with status 0.</p> <p>Program exits with status 0.</p>
</dd> </dd>
<dt><strong>SIGHUP</strong></dt> <dt><h3><strong>SIGHUP</strong></h3></dt>
<dd> <dd>
<p>Program exits with status 1. This can be used to force a reload, for <p>Program exits with status 1. This can be used to force a reload, for
example if an update has been installed.</p> example if an update has been installed.</p>
@ -293,16 +293,16 @@ example if an update has been installed.</p>
</dl> </dl>
<h1>EXIT STATUS</h1> <h1>EXIT STATUS</h1>
<dl> <dl>
<dt><strong>0</strong></dt> <dt><h3><strong>0</strong></h3></dt>
<dd> <dd>
<p>Successful program execution.</p> <p>Successful program execution.</p>
</dd> </dd>
<dt><strong>1</strong></dt> <dt><h3><strong>1</strong></h3></dt>
<dd> <dd>
<p>An error has been detected which requires the DVB driver and <p>An error has been detected which requires the DVB driver and
<strong>vdr</strong> to be reloaded.</p> <strong>vdr</strong> to be reloaded.</p>
</dd> </dd>
<dt><strong>2</strong></dt> <dt><h3><strong>2</strong></h3></dt>
<dd> <dd>
<p>An non-recoverable error has been detected, <strong>vdr</strong> has <p>An non-recoverable error has been detected, <strong>vdr</strong> has
given up.</p> given up.</p>
@ -310,72 +310,72 @@ given up.</p>
</dl> </dl>
<h1>FILES</h1> <h1>FILES</h1>
<dl> <dl>
<dt><em>channels.conf</em></dt> <dt><h3><em>channels.conf</em></h3></dt>
<dd> <dd>
<p>Channel configuration.</p> <p>Channel configuration.</p>
</dd> </dd>
<dt><em>timers.conf</em></dt> <dt><h3><em>timers.conf</em></h3></dt>
<dd> <dd>
<p>Timer configuration.</p> <p>Timer configuration.</p>
</dd> </dd>
<dt><em>setup.conf</em></dt> <dt><h3><em>setup.conf</em></h3></dt>
<dd> <dd>
<p>User definable setup.</p> <p>User definable setup.</p>
</dd> </dd>
<dt><em>commands.conf</em></dt> <dt><h3><em>commands.conf</em></h3></dt>
<dd> <dd>
<p>User definable commands (executed from the <strong>Commands</strong> <p>User definable commands (executed from the <strong>Commands</strong>
menu).</p> menu).</p>
</dd> </dd>
<dt><em>svdrphosts.conf</em></dt> <dt><h3><em>svdrphosts.conf</em></h3></dt>
<dd> <dd>
<p>SVDRP host configuration, defining which hosts or networks are given <p>SVDRP host configuration, defining which hosts or networks are given
access to the SVDRP port.</p> access to the SVDRP port.</p>
</dd> </dd>
<dt><em>marks</em></dt> <dt><h3><em>marks</em></h3></dt>
<dd> <dd>
<p>Contains the editing marks defined for a recording.</p> <p>Contains the editing marks defined for a recording.</p>
</dd> </dd>
<dt><em>info</em></dt> <dt><h3><em>info</em></h3></dt>
<dd> <dd>
<p>Contains a description of the recording.</p> <p>Contains a description of the recording.</p>
</dd> </dd>
<dt><em>resume</em></dt> <dt><h3><em>resume</em></h3></dt>
<dd> <dd>
<p>Contains the index into the recording where the last replay session <p>Contains the index into the recording where the last replay session
left off.</p> left off.</p>
</dd> </dd>
<dt><em>index</em></dt> <dt><h3><em>index</em></h3></dt>
<dd> <dd>
<p>Contains the file number, offset and type of each frame of the <p>Contains the file number, offset and type of each frame of the
recording.</p> recording.</p>
</dd> </dd>
<dt><em>remote.conf</em></dt> <dt><h3><em>remote.conf</em></h3></dt>
<dd> <dd>
<p>Contains the key assignments for the remote control.</p> <p>Contains the key assignments for the remote control.</p>
</dd> </dd>
<dt><em>keymacros.conf</em></dt> <dt><h3><em>keymacros.conf</em></h3></dt>
<dd> <dd>
<p>Contains user defined remote control key macros.</p> <p>Contains user defined remote control key macros.</p>
</dd> </dd>
<dt><em>00001.ts </em>... <em>65535.ts</em></dt> <dt><h3><em>00001.ts </em>... <em>65535.ts</em></h3></dt>
<dd> <dd>
<p>The actual data files of a recording.</p> <p>The actual data files of a recording.</p>
</dd> </dd>
<dt><em>epg.data</em></dt> <dt><h3><em>epg.data</em></h3></dt>
<dd> <dd>
<p>Contains all current EPG data. Can be used for external processing <p>Contains all current EPG data. Can be used for external processing
and will also be read at program startup to have the full EPG data and will also be read at program startup to have the full EPG data
available immediately.</p> available immediately.</p>
</dd> </dd>
<dt><em>donerecs.data</em></dt> <dt><h3><em>donerecs.data</em></h3></dt>
<dd> <dd>
<p>Contains the names of recordings that have been done by pattern <p>Contains the names of recordings that have been done by pattern
timers with '@' as the first character of the pattern. File names are timers with '@' as the first character of the pattern. File names are
appended to this file after a recording has finished, and the entire appended to this file after a recording has finished, and the entire
file is read upon startup of VDR.</p> file is read upon startup of VDR.</p>
</dd> </dd>
<dt><em>.update</em></dt> <dt><h3><em>.update</em></h3></dt>
<dd> <dd>
<p>If this file is present in the video directory, its last modification <p>If this file is present in the video directory, its last modification
time will be used to trigger an update of the list of recordings in the time will be used to trigger an update of the list of recordings in the

@ -43,7 +43,7 @@ the channel's number in OSD menus and the <em>timers.conf</em> file.</p>
<p>The fields in a channel definition have the following meaning (from <p>The fields in a channel definition have the following meaning (from
left to right):</p> left to right):</p>
<dl> <dl>
<dt><strong>Name</strong></dt> <dt><h3><strong>Name</strong></h3></dt>
<dd> <dd>
<p>The channel's name (if the name originally contains a ':' character <p>The channel's name (if the name originally contains a ':' character
it has to be replaced by '|'). Some TV stations provide a way of it has to be replaced by '|'). Some TV stations provide a way of
@ -61,14 +61,14 @@ delimiting comma is always the rightmost one.</p>
to the channel name, separated by a semicolon, as in</p> to the channel name, separated by a semicolon, as in</p>
<p><strong>RTL Television,RTL;RTL World:...</strong></p> <p><strong>RTL Television,RTL;RTL World:...</strong></p>
<dl> <dl>
<dt><strong>Frequency</strong></dt> <dt><h3><strong>Frequency</strong></h3></dt>
<dd> <dd>
<p>The transponder frequency (as an integer). For DVB-S this value is in <p>The transponder frequency (as an integer). For DVB-S this value is in
MHz. For DVB-C and DVB-T it can be given either in MHz, kHz or Hz (the MHz. For DVB-C and DVB-T it can be given either in MHz, kHz or Hz (the
actual value given will be multiplied by 1000 until it is larger than actual value given will be multiplied by 1000 until it is larger than
1000000).</p> 1000000).</p>
</dd> </dd>
<dt><strong>Parameters</strong></dt> <dt><h3><strong>Parameters</strong></h3></dt>
<dd> <dd>
<p>Various parameters, depending on whether this is a DVB-S, DVB-C or <p>Various parameters, depending on whether this is a DVB-S, DVB-C or
DVB-T channel. Each parameter consist of a key character, followed by an DVB-T channel. Each parameter consist of a key character, followed by an
@ -274,16 +274,16 @@ necessarily the "character/number" format listed above). The only
condition is that the string may not contain colons (':') or newline condition is that the string may not contain colons (':') or newline
characters.</p> characters.</p>
<dl> <dl>
<dt><strong>Source</strong></dt> <dt><h3><strong>Source</strong></h3></dt>
<dd> <dd>
<p>The signal source of this channel, as defined in the file <p>The signal source of this channel, as defined in the file
<em>sources.conf</em>.</p> <em>sources.conf</em>.</p>
</dd> </dd>
<dt><strong>Srate</strong></dt> <dt><h3><strong>Srate</strong></h3></dt>
<dd> <dd>
<p>The symbol rate of this channel (DVB-S and DVB-C only).</p> <p>The symbol rate of this channel (DVB-S and DVB-C only).</p>
</dd> </dd>
<dt><strong>VPID</strong></dt> <dt><h3><strong>VPID</strong></h3></dt>
<dd> <dd>
<p>The video PID (set to '0' for radio channels). If this channel uses a <p>The video PID (set to '0' for radio channels). If this channel uses a
separate PCR PID, it follows the VPID, separated by a plus sign, as separate PCR PID, it follows the VPID, separated by a plus sign, as
@ -295,7 +295,7 @@ in</p>
pids, separated by an '=' sign, as in</p> pids, separated by an '=' sign, as in</p>
<p><strong>...:164+17=27:...</strong></p> <p><strong>...:164+17=27:...</strong></p>
<dl> <dl>
<dt><strong>APID</strong></dt> <dt><h3><strong>APID</strong></h3></dt>
<dd> <dd>
<p>The audio PID (either one number, or several, separated by commas). <p>The audio PID (either one number, or several, separated by commas).
If this channel also carries Dolby Digital sound, the Dolby PIDs follow If this channel also carries Dolby Digital sound, the Dolby PIDs follow
@ -316,7 +316,7 @@ delimited by a '+' sign, as in</p>
<p>Note that if there is no language code, there still is the separating <p>Note that if there is no language code, there still is the separating
'=' if there is an audio type.</p> '=' if there is an audio type.</p>
<dl> <dl>
<dt><strong>TPID</strong></dt> <dt><h3><strong>TPID</strong></h3></dt>
<dd> <dd>
<p>The teletext PID. If this channel also carries DVB subtitles, the DVB <p>The teletext PID. If this channel also carries DVB subtitles, the DVB
subtitling PIDs follow the teletext PID, separated by a semicolon, as subtitling PIDs follow the teletext PID, separated by a semicolon, as
@ -329,7 +329,7 @@ language codes for these can be appended to the individual subtitling
PID, separated by an '=' sign, as in</p> PID, separated by an '=' sign, as in</p>
<p><strong>...:201;2001=deu,2002=eng:...</strong></p> <p><strong>...:201;2001=deu,2002=eng:...</strong></p>
<dl> <dl>
<dt><strong>Conditional access</strong></dt> <dt><h3><strong>Conditional access</strong></h3></dt>
<dd> <dd>
<p>A hexadecimal integer defining how this channel can be accessed:</p> <p>A hexadecimal integer defining how this channel can be accessed:</p>
</dd> </dd>
@ -364,19 +364,19 @@ system id broadcast, they will be separated by commas, as in</p>
<p>The values are in hex because that's the way they are defined in the <p>The values are in hex because that's the way they are defined in the
"ETR 162" document. Leading zeros may be omitted.</p> "ETR 162" document. Leading zeros may be omitted.</p>
<dl> <dl>
<dt><strong>SID</strong></dt> <dt><h3><strong>SID</strong></h3></dt>
<dd> <dd>
<p>The Service ID of this channel.</p> <p>The Service ID of this channel.</p>
</dd> </dd>
<dt><strong>NID</strong></dt> <dt><h3><strong>NID</strong></h3></dt>
<dd> <dd>
<p>The Network ID of this channel.</p> <p>The Network ID of this channel.</p>
</dd> </dd>
<dt><strong>TID</strong></dt> <dt><h3><strong>TID</strong></h3></dt>
<dd> <dd>
<p>The Transport stream ID of this channel.</p> <p>The Transport stream ID of this channel.</p>
</dd> </dd>
<dt><strong>RID</strong></dt> <dt><h3><strong>RID</strong></h3></dt>
<dd> <dd>
<p>The Radio ID of this channel (typically 0, may be used to distinguish <p>The Radio ID of this channel (typically 0, may be used to distinguish
channels where NID, TID and SID are all equal).</p> channels where NID, TID and SID are all equal).</p>
@ -409,7 +409,7 @@ characters. Example:</p>
<p>The fields in a timer definition have the following meaning (from <p>The fields in a timer definition have the following meaning (from
left to right):</p> left to right):</p>
<dl> <dl>
<dt><strong>Flags</strong></dt> <dt><h3><strong>Flags</strong></h3></dt>
<dd> <dd>
<p>The individual bits in this field have the following meaning:</p> <p>The individual bits in this field have the following meaning:</p>
</dd> </dd>
@ -448,7 +448,7 @@ in donerecs.data</td>
</table> </table>
<p>All other bits are reserved for future use.</p> <p>All other bits are reserved for future use.</p>
<dl> <dl>
<dt><strong>Channel</strong></dt> <dt><h3><strong>Channel</strong></h3></dt>
<dd> <dd>
<p>The channel to record from. This is either the channel number as <p>The channel to record from. This is either the channel number as
shown in the on-screen menus, or a complete channel ID. When reading shown in the on-screen menus, or a complete channel ID. When reading
@ -459,7 +459,7 @@ allow easier creation of timers when manually editing
<em>timers.conf</em>. Also, when timers are listed via SVDRP commands, <em>timers.conf</em>. Also, when timers are listed via SVDRP commands,
the channels are given as numbers.</p> the channels are given as numbers.</p>
</dd> </dd>
<dt><strong>Day</strong></dt> <dt><h3><strong>Day</strong></h3></dt>
<dd> <dd>
<p>The day when this timer shall record.</p> <p>The day when this timer shall record.</p>
</dd> </dd>
@ -498,20 +498,20 @@ timer on Wednesday, which actually starts "Monday next week". The
<strong>first day</strong> date given need not be that of a day when the <strong>first day</strong> date given need not be that of a day when the
timer would actually hit.</p> timer would actually hit.</p>
<dl> <dl>
<dt><strong>Start</strong></dt> <dt><h3><strong>Start</strong></h3></dt>
<dd> <dd>
<p>A four digit integer defining when this timer shall <p>A four digit integer defining when this timer shall
<strong>start</strong> recording. The format is <strong>hhmm</strong>, <strong>start</strong> recording. The format is <strong>hhmm</strong>,
so <strong>1430</strong> would mean "half past two" in the so <strong>1430</strong> would mean "half past two" in the
afternoon.</p> afternoon.</p>
</dd> </dd>
<dt><strong>Stop</strong></dt> <dt><h3><strong>Stop</strong></h3></dt>
<dd> <dd>
<p>A four digit integer defining when this timer shall <p>A four digit integer defining when this timer shall
<strong>stop</strong> recording. The format is the same as for the <strong>stop</strong> recording. The format is the same as for the
<strong>start</strong> time.</p> <strong>start</strong> time.</p>
</dd> </dd>
<dt><strong>Priority</strong></dt> <dt><h3><strong>Priority</strong></h3></dt>
<dd> <dd>
<p>An integer in the range <strong>0...99</strong>, defining the <p>An integer in the range <strong>0...99</strong>, defining the
<strong>priority</strong> of this timer and of recordings created by <strong>priority</strong> of this timer and of recordings created by
@ -531,7 +531,7 @@ exceeded its guaranteed <strong>lifetime</strong>) will be removed.</p>
higher priority will interrupt the timer with the lowest priority in higher priority will interrupt the timer with the lowest priority in
order to start recording.</p> order to start recording.</p>
<dl> <dl>
<dt><strong>Lifetime</strong></dt> <dt><h3><strong>Lifetime</strong></h3></dt>
<dd> <dd>
<p>The <strong>guaranteed lifetime</strong> (in days) of a recording <p>The <strong>guaranteed lifetime</strong> (in days) of a recording
created by this timer. <strong>0</strong> means that this recording may created by this timer. <strong>0</strong> means that this recording may
@ -542,7 +542,7 @@ means that this recording may not be automatically deleted in favour of
a new recording, until the given number of days since the a new recording, until the given number of days since the
<strong>start</strong> time of the recording has passed by.</p> <strong>start</strong> time of the recording has passed by.</p>
</dd> </dd>
<dt><strong>File</strong></dt> <dt><h3><strong>File</strong></h3></dt>
<dd> <dd>
<p>The <strong>file name</strong> this timer will give to a recording. <p>The <strong>file name</strong> this timer will give to a recording.
If the name contains any ':' characters, these have to be replaced by If the name contains any ':' characters, these have to be replaced by
@ -612,7 +612,7 @@ completeness)</td>
</tbody> </tbody>
</table> </table>
<dl> <dl>
<dt><strong>Auxiliary data</strong></dt> <dt><h3><strong>Auxiliary data</strong></h3></dt>
<dd> <dd>
<p>An arbitrary string that can be used by external applications to <p>An arbitrary string that can be used by external applications to
store any kind of data related to this timer. The string must not store any kind of data related to this timer. The string must not

@ -13,12 +13,12 @@ displays the result. A list of available commands can be shown by
sending the HELP command.</p> sending the HELP command.</p>
<h1>OPTIONS</h1> <h1>OPTIONS</h1>
<dl> <dl>
<dt><strong>-d</strong> <em>hostname</em></dt> <dt><h3><strong>-d</strong> <em>hostname</em></h3></dt>
<dd> <dd>
<p>Accesses the VDR at the specified <em>hostname</em> (default is <p>Accesses the VDR at the specified <em>hostname</em> (default is
localhost).</p> localhost).</p>
</dd> </dd>
<dt><strong>-p</strong> <em>port</em></dt> <dt><h3><strong>-p</strong> <em>port</em></h3></dt>
<dd> <dd>
<p>Uses the SVDRP port number <em>port</em> (default is 6419).</p> <p>Uses the SVDRP port number <em>port</em> (default is 6419).</p>
</dd> </dd>