mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Try converting with pandoc
parent
502881baf8
commit
db8aaf843d
@ -32,41 +32,41 @@ Protocol" (SVDRP), which can be accessed on port 6419, for instance by
|
||||
<strong>telnet</strong>.</p>
|
||||
<h1>OPTIONS</h1>
|
||||
<dl>
|
||||
<dt><strong>-a </strong><em>cmd</em><strong>,
|
||||
--audio=</strong><em>cmd</em></dt>
|
||||
<dt><h3><strong>-a </strong><em>cmd</em><strong>,
|
||||
--audio=</strong><em>cmd</em></h3></dt>
|
||||
<dd>
|
||||
<p>Send Dolby Digital audio to stdin of command <em>cmd</em>.</p>
|
||||
</dd>
|
||||
<dt><strong>--cachedir=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>--cachedir=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<p>Save cache files in <em>dir</em> (default is to save them in the
|
||||
video directory).</p>
|
||||
</dd>
|
||||
<dt><strong>--chartab=</strong><em>character_table</em></dt>
|
||||
<dt><h3><strong>--chartab=</strong><em>character_table</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
standard default character table (for instance ISO-8859-9).</p>
|
||||
</dd>
|
||||
<dt><strong>-c </strong><em>dir</em><strong>,
|
||||
--config=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>-c </strong><em>dir</em><strong>,
|
||||
--config=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<p>Read config files from directory <em>dir</em> (default is to read
|
||||
them from the video directory).</p>
|
||||
</dd>
|
||||
<dt><strong>-d, --daemon</strong></dt>
|
||||
<dt><h3><strong>-d, --daemon</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Run in daemon mode (implies --no-kbd).</p>
|
||||
</dd>
|
||||
<dt><strong>-D </strong><em>num</em><strong>,
|
||||
--device=</strong><em>num</em></dt>
|
||||
<dt><h3><strong>-D </strong><em>num</em><strong>,
|
||||
--device=</strong><em>num</em></h3></dt>
|
||||
<dd>
|
||||
<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 used). If <strong>-D-</strong> is given, no DVB devices will be used
|
||||
at all, independent of any other -D options.</p>
|
||||
</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>
|
||||
<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
|
||||
@ -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
|
||||
directory path will never become too long.</p>
|
||||
</dd>
|
||||
<dt><strong>--edit=</strong><em>rec</em></dt>
|
||||
<dt><h3><strong>--edit=</strong><em>rec</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
the recording.</p>
|
||||
</dd>
|
||||
<dt><strong>-E </strong><em>file</em><strong>,
|
||||
--epgfile=</strong><em>file</em></dt>
|
||||
<dt><h3><strong>-E </strong><em>file</em><strong>,
|
||||
--epgfile=</strong><em>file</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
disable this. If <em>file</em> is a directory, the file
|
||||
<em>epg.data</em> will be created in that directory.</p>
|
||||
</dd>
|
||||
<dt><strong>--filesize=</strong><em>size</em></dt>
|
||||
<dt><h3><strong>--filesize=</strong><em>size</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -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
|
||||
the program's internal minimum and maximum values.</p>
|
||||
</dd>
|
||||
<dt><strong>--genindex=</strong><em>rec</em></dt>
|
||||
<dt><h3><strong>--genindex=</strong><em>rec</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -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
|
||||
has not been finished yet, may lead to unexpected results.</p>
|
||||
</dd>
|
||||
<dt><strong>-g, --grab=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>-g, --grab=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
directory, without any "..", double '/' or symlinks. By default, or if
|
||||
<strong>-g-</strong> is given, grabbing images to disk is disabled.</p>
|
||||
</dd>
|
||||
<dt><strong>-h, --help</strong></dt>
|
||||
<dt><h3><strong>-h, --help</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Print a help message and exit.</p>
|
||||
</dd>
|
||||
<dt><strong>-i </strong><em>instance</em><strong>,
|
||||
--instance=</strong><em>instance</em></dt>
|
||||
<dt><h3><strong>-i </strong><em>instance</em><strong>,
|
||||
--instance=</strong><em>instance</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -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
|
||||
stored.</p>
|
||||
</dd>
|
||||
<dt><strong>-l </strong><em>level</em><strong>,
|
||||
--log=</strong><em>level</em></dt>
|
||||
<dt><h3><strong>-l </strong><em>level</em><strong>,
|
||||
--log=</strong><em>level</em></h3></dt>
|
||||
<dd>
|
||||
<p>Set logging to <em>level</em>. <strong>0</strong> = no logging,
|
||||
<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>
|
||||
instead of LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7).</p>
|
||||
</dd>
|
||||
<dt><strong>-L </strong><em>dir</em><strong>,
|
||||
--lib=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>-L </strong><em>dir</em><strong>,
|
||||
--lib=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<p>Search for plugins in directory <em>dir</em> (default is
|
||||
./PLUGINS/lib). There can be several <strong>-L</strong> options with
|
||||
different <em>dir</em> values. Each of them will apply to the
|
||||
<strong>-P</strong> options following it.</p>
|
||||
</dd>
|
||||
<dt><strong>--lirc[=</strong><em>path</em><strong>]</strong></dt>
|
||||
<dt><h3><strong>--lirc[=</strong><em>path</em><strong>]</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Use a LIRC remote control device. If <em>path</em> is omitted, vdr
|
||||
uses <em>/var/run/lirc/lircd</em>.</p>
|
||||
</dd>
|
||||
<dt><strong>--localedir=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>--localedir=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<p>Search for locale files in <em>dir</em> (default is ./locale).</p>
|
||||
</dd>
|
||||
<dt><strong>-m, --mute</strong></dt>
|
||||
<dt><h3><strong>-m, --mute</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Mute audio of the primary DVB device at startup.</p>
|
||||
</dd>
|
||||
<dt><strong>--no-kbd</strong></dt>
|
||||
<dt><h3><strong>--no-kbd</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Don't use the keyboard as an input device.</p>
|
||||
</dd>
|
||||
<dt><strong>-p </strong><em>port</em><strong>,
|
||||
--port=</strong><em>port</em></dt>
|
||||
<dt><h3><strong>-p </strong><em>port</em><strong>,
|
||||
--port=</strong><em>port</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -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
|
||||
can't be changed.</p>
|
||||
</dd>
|
||||
<dt><strong>-P </strong><em>options</em><strong>,
|
||||
--plugin=</strong><em>options</em></dt>
|
||||
<dt><h3><strong>-P </strong><em>options</em><strong>,
|
||||
--plugin=</strong><em>options</em></h3></dt>
|
||||
<dd>
|
||||
<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>
|
||||
@ -197,41 +197,41 @@ available plugins (without any particular options) you can use</p>
|
||||
<p>(note the quotes around the asterisk to prevent wildcard
|
||||
expansion).</p>
|
||||
<dl>
|
||||
<dt><strong>-r </strong><em>cmd</em><strong>,
|
||||
--record=</strong><em>cmd</em></dt>
|
||||
<dt><h3><strong>-r </strong><em>cmd</em><strong>,
|
||||
--record=</strong><em>cmd</em></h3></dt>
|
||||
<dd>
|
||||
<p>Call <em>cmd</em> before and after a recording. See the file
|
||||
<em>INSTALL</em> for more information.</p>
|
||||
</dd>
|
||||
<dt><strong>--resdir=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>--resdir=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<p>Read resource files from <em>dir</em> (default is to read them from
|
||||
the config directory).</p>
|
||||
</dd>
|
||||
<dt><strong>--showargs[=</strong><em>dir</em><strong>]</strong></dt>
|
||||
<dt><h3><strong>--showargs[=</strong><em>dir</em><strong>]</strong></h3></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dd>
|
||||
<dt><strong>-s </strong><em>cmd</em><strong>,
|
||||
--shutdown=</strong><em>cmd</em></dt>
|
||||
<dt><h3><strong>-s </strong><em>cmd</em><strong>,
|
||||
--shutdown=</strong><em>cmd</em></h3></dt>
|
||||
<dd>
|
||||
<p>Call <em>cmd</em> to shutdown the computer. See the file
|
||||
<em>INSTALL</em> for more information.</p>
|
||||
</dd>
|
||||
<dt><strong>--split</strong></dt>
|
||||
<dt><h3><strong>--split</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
effect.</p>
|
||||
</dd>
|
||||
<dt><strong>-t </strong><em>tty</em><strong>,
|
||||
--terminal=</strong><em>tty</em></dt>
|
||||
<dt><h3><strong>-t </strong><em>tty</em><strong>,
|
||||
--terminal=</strong><em>tty</em></h3></dt>
|
||||
<dd>
|
||||
<p>Set the controlling terminal.</p>
|
||||
</dd>
|
||||
<dt><strong>-u </strong><em>user</em><strong>,
|
||||
--user=</strong><em>user</em></dt>
|
||||
<dt><h3><strong>-u </strong><em>user</em><strong>,
|
||||
--user=</strong><em>user</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -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
|
||||
a user name or a numerical id.</p>
|
||||
</dd>
|
||||
<dt><strong>--updindex=</strong><em>rec</em></dt>
|
||||
<dt><h3><strong>--updindex=</strong><em>rec</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -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
|
||||
results.</p>
|
||||
</dd>
|
||||
<dt><strong>--userdump</strong></dt>
|
||||
<dt><h3><strong>--userdump</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Allow coredumps if -u is given (only for debugging).</p>
|
||||
</dd>
|
||||
<dt><strong>--vfat</strong></dt>
|
||||
<dt><h3><strong>--vfat</strong></h3></dt>
|
||||
<dd>
|
||||
<p>For backwards compatibility (same as --dirnames= 250,40,1).</p>
|
||||
</dd>
|
||||
<dt><strong>-v </strong><em>dir</em><strong>,
|
||||
--video=</strong><em>dir</em></dt>
|
||||
<dt><h3><strong>-v </strong><em>dir</em><strong>,
|
||||
--video=</strong><em>dir</em></h3></dt>
|
||||
<dd>
|
||||
<p>Use <em>dir</em> as video directory. The default is
|
||||
<em>/video</em>.</p>
|
||||
</dd>
|
||||
<dt><strong>-V, --version</strong></dt>
|
||||
<dt><h3><strong>-V, --version</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Print version information and exit.</p>
|
||||
</dd>
|
||||
<dt><strong>-w </strong><em>sec</em><strong>,
|
||||
--watchdog=</strong><em>sec</em></dt>
|
||||
<dt><h3><strong>-w </strong><em>sec</em><strong>,
|
||||
--watchdog=</strong><em>sec</em></h3></dt>
|
||||
<dd>
|
||||
<p>Activate the watchdog timer with a timeout of <em>sec</em> seconds. A
|
||||
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>
|
||||
<h1>SIGNALS</h1>
|
||||
<dl>
|
||||
<dt><strong>SIGINT, SIGTERM</strong></dt>
|
||||
<dt><h3><strong>SIGINT, SIGTERM</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Program exits with status 0.</p>
|
||||
</dd>
|
||||
<dt><strong>SIGHUP</strong></dt>
|
||||
<dt><h3><strong>SIGHUP</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Program exits with status 1. This can be used to force a reload, for
|
||||
example if an update has been installed.</p>
|
||||
@ -293,16 +293,16 @@ example if an update has been installed.</p>
|
||||
</dl>
|
||||
<h1>EXIT STATUS</h1>
|
||||
<dl>
|
||||
<dt><strong>0</strong></dt>
|
||||
<dt><h3><strong>0</strong></h3></dt>
|
||||
<dd>
|
||||
<p>Successful program execution.</p>
|
||||
</dd>
|
||||
<dt><strong>1</strong></dt>
|
||||
<dt><h3><strong>1</strong></h3></dt>
|
||||
<dd>
|
||||
<p>An error has been detected which requires the DVB driver and
|
||||
<strong>vdr</strong> to be reloaded.</p>
|
||||
</dd>
|
||||
<dt><strong>2</strong></dt>
|
||||
<dt><h3><strong>2</strong></h3></dt>
|
||||
<dd>
|
||||
<p>An non-recoverable error has been detected, <strong>vdr</strong> has
|
||||
given up.</p>
|
||||
@ -310,72 +310,72 @@ given up.</p>
|
||||
</dl>
|
||||
<h1>FILES</h1>
|
||||
<dl>
|
||||
<dt><em>channels.conf</em></dt>
|
||||
<dt><h3><em>channels.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>Channel configuration.</p>
|
||||
</dd>
|
||||
<dt><em>timers.conf</em></dt>
|
||||
<dt><h3><em>timers.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>Timer configuration.</p>
|
||||
</dd>
|
||||
<dt><em>setup.conf</em></dt>
|
||||
<dt><h3><em>setup.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>User definable setup.</p>
|
||||
</dd>
|
||||
<dt><em>commands.conf</em></dt>
|
||||
<dt><h3><em>commands.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>User definable commands (executed from the <strong>Commands</strong>
|
||||
menu).</p>
|
||||
</dd>
|
||||
<dt><em>svdrphosts.conf</em></dt>
|
||||
<dt><h3><em>svdrphosts.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>SVDRP host configuration, defining which hosts or networks are given
|
||||
access to the SVDRP port.</p>
|
||||
</dd>
|
||||
<dt><em>marks</em></dt>
|
||||
<dt><h3><em>marks</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains the editing marks defined for a recording.</p>
|
||||
</dd>
|
||||
<dt><em>info</em></dt>
|
||||
<dt><h3><em>info</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains a description of the recording.</p>
|
||||
</dd>
|
||||
<dt><em>resume</em></dt>
|
||||
<dt><h3><em>resume</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains the index into the recording where the last replay session
|
||||
left off.</p>
|
||||
</dd>
|
||||
<dt><em>index</em></dt>
|
||||
<dt><h3><em>index</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains the file number, offset and type of each frame of the
|
||||
recording.</p>
|
||||
</dd>
|
||||
<dt><em>remote.conf</em></dt>
|
||||
<dt><h3><em>remote.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains the key assignments for the remote control.</p>
|
||||
</dd>
|
||||
<dt><em>keymacros.conf</em></dt>
|
||||
<dt><h3><em>keymacros.conf</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains user defined remote control key macros.</p>
|
||||
</dd>
|
||||
<dt><em>00001.ts </em>... <em>65535.ts</em></dt>
|
||||
<dt><h3><em>00001.ts </em>... <em>65535.ts</em></h3></dt>
|
||||
<dd>
|
||||
<p>The actual data files of a recording.</p>
|
||||
</dd>
|
||||
<dt><em>epg.data</em></dt>
|
||||
<dt><h3><em>epg.data</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
available immediately.</p>
|
||||
</dd>
|
||||
<dt><em>donerecs.data</em></dt>
|
||||
<dt><h3><em>donerecs.data</em></h3></dt>
|
||||
<dd>
|
||||
<p>Contains the names of recordings that have been done by pattern
|
||||
timers with '@' as the first character of the pattern. File names are
|
||||
appended to this file after a recording has finished, and the entire
|
||||
file is read upon startup of VDR.</p>
|
||||
</dd>
|
||||
<dt><em>.update</em></dt>
|
||||
<dt><h3><em>.update</em></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
|
@ -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
|
||||
left to right):</p>
|
||||
<dl>
|
||||
<dt><strong>Name</strong></dt>
|
||||
<dt><h3><strong>Name</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -61,14 +61,14 @@ delimiting comma is always the rightmost one.</p>
|
||||
to the channel name, separated by a semicolon, as in</p>
|
||||
<p><strong>RTL Television,RTL;RTL World:...</strong></p>
|
||||
<dl>
|
||||
<dt><strong>Frequency</strong></dt>
|
||||
<dt><h3><strong>Frequency</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
actual value given will be multiplied by 1000 until it is larger than
|
||||
1000000).</p>
|
||||
</dd>
|
||||
<dt><strong>Parameters</strong></dt>
|
||||
<dt><h3><strong>Parameters</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -274,16 +274,16 @@ necessarily the "character/number" format listed above). The only
|
||||
condition is that the string may not contain colons (':') or newline
|
||||
characters.</p>
|
||||
<dl>
|
||||
<dt><strong>Source</strong></dt>
|
||||
<dt><h3><strong>Source</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The signal source of this channel, as defined in the file
|
||||
<em>sources.conf</em>.</p>
|
||||
</dd>
|
||||
<dt><strong>Srate</strong></dt>
|
||||
<dt><h3><strong>Srate</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The symbol rate of this channel (DVB-S and DVB-C only).</p>
|
||||
</dd>
|
||||
<dt><strong>VPID</strong></dt>
|
||||
<dt><h3><strong>VPID</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -295,7 +295,7 @@ in</p>
|
||||
pids, separated by an '=' sign, as in</p>
|
||||
<p><strong>...:164+17=27:...</strong></p>
|
||||
<dl>
|
||||
<dt><strong>APID</strong></dt>
|
||||
<dt><h3><strong>APID</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The audio PID (either one number, or several, separated by commas).
|
||||
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
|
||||
'=' if there is an audio type.</p>
|
||||
<dl>
|
||||
<dt><strong>TPID</strong></dt>
|
||||
<dt><h3><strong>TPID</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The teletext PID. If this channel also carries DVB subtitles, the DVB
|
||||
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>
|
||||
<p><strong>...:201;2001=deu,2002=eng:...</strong></p>
|
||||
<dl>
|
||||
<dt><strong>Conditional access</strong></dt>
|
||||
<dt><h3><strong>Conditional access</strong></h3></dt>
|
||||
<dd>
|
||||
<p>A hexadecimal integer defining how this channel can be accessed:</p>
|
||||
</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
|
||||
"ETR 162" document. Leading zeros may be omitted.</p>
|
||||
<dl>
|
||||
<dt><strong>SID</strong></dt>
|
||||
<dt><h3><strong>SID</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The Service ID of this channel.</p>
|
||||
</dd>
|
||||
<dt><strong>NID</strong></dt>
|
||||
<dt><h3><strong>NID</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The Network ID of this channel.</p>
|
||||
</dd>
|
||||
<dt><strong>TID</strong></dt>
|
||||
<dt><h3><strong>TID</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The Transport stream ID of this channel.</p>
|
||||
</dd>
|
||||
<dt><strong>RID</strong></dt>
|
||||
<dt><h3><strong>RID</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The Radio ID of this channel (typically 0, may be used to distinguish
|
||||
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
|
||||
left to right):</p>
|
||||
<dl>
|
||||
<dt><strong>Flags</strong></dt>
|
||||
<dt><h3><strong>Flags</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The individual bits in this field have the following meaning:</p>
|
||||
</dd>
|
||||
@ -448,7 +448,7 @@ in donerecs.data</td>
|
||||
</table>
|
||||
<p>All other bits are reserved for future use.</p>
|
||||
<dl>
|
||||
<dt><strong>Channel</strong></dt>
|
||||
<dt><h3><strong>Channel</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -459,7 +459,7 @@ allow easier creation of timers when manually editing
|
||||
<em>timers.conf</em>. Also, when timers are listed via SVDRP commands,
|
||||
the channels are given as numbers.</p>
|
||||
</dd>
|
||||
<dt><strong>Day</strong></dt>
|
||||
<dt><h3><strong>Day</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The day when this timer shall record.</p>
|
||||
</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
|
||||
timer would actually hit.</p>
|
||||
<dl>
|
||||
<dt><strong>Start</strong></dt>
|
||||
<dt><h3><strong>Start</strong></h3></dt>
|
||||
<dd>
|
||||
<p>A four digit integer defining when this timer shall
|
||||
<strong>start</strong> recording. The format is <strong>hhmm</strong>,
|
||||
so <strong>1430</strong> would mean "half past two" in the
|
||||
afternoon.</p>
|
||||
</dd>
|
||||
<dt><strong>Stop</strong></dt>
|
||||
<dt><h3><strong>Stop</strong></h3></dt>
|
||||
<dd>
|
||||
<p>A four digit integer defining when this timer shall
|
||||
<strong>stop</strong> recording. The format is the same as for the
|
||||
<strong>start</strong> time.</p>
|
||||
</dd>
|
||||
<dt><strong>Priority</strong></dt>
|
||||
<dt><h3><strong>Priority</strong></h3></dt>
|
||||
<dd>
|
||||
<p>An integer in the range <strong>0...99</strong>, defining the
|
||||
<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
|
||||
order to start recording.</p>
|
||||
<dl>
|
||||
<dt><strong>Lifetime</strong></dt>
|
||||
<dt><h3><strong>Lifetime</strong></h3></dt>
|
||||
<dd>
|
||||
<p>The <strong>guaranteed lifetime</strong> (in days) of a recording
|
||||
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
|
||||
<strong>start</strong> time of the recording has passed by.</p>
|
||||
</dd>
|
||||
<dt><strong>File</strong></dt>
|
||||
<dt><h3><strong>File</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
@ -612,7 +612,7 @@ completeness)</td>
|
||||
</tbody>
|
||||
</table>
|
||||
<dl>
|
||||
<dt><strong>Auxiliary data</strong></dt>
|
||||
<dt><h3><strong>Auxiliary data</strong></h3></dt>
|
||||
<dd>
|
||||
<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
|
||||
|
@ -13,12 +13,12 @@ displays the result. A list of available commands can be shown by
|
||||
sending the HELP command.</p>
|
||||
<h1>OPTIONS</h1>
|
||||
<dl>
|
||||
<dt><strong>-d</strong> <em>hostname</em></dt>
|
||||
<dt><h3><strong>-d</strong> <em>hostname</em></h3></dt>
|
||||
<dd>
|
||||
<p>Accesses the VDR at the specified <em>hostname</em> (default is
|
||||
localhost).</p>
|
||||
</dd>
|
||||
<dt><strong>-p</strong> <em>port</em></dt>
|
||||
<dt><h3><strong>-p</strong> <em>port</em></h3></dt>
|
||||
<dd>
|
||||
<p>Uses the SVDRP port number <em>port</em> (default is 6419).</p>
|
||||
</dd>
|
||||
|
Loading…
x
Reference in New Issue
Block a user