mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Try using <h3> for parameters
parent
778221bd66
commit
85e77de45b
@ -41,26 +41,26 @@
|
||||
<section>
|
||||
<h1>OPTIONS</h1>
|
||||
<dl>
|
||||
<dt id="a"><a href="#a"><b>-a </b><i>cmd</i><b>, --audio=</b><i>cmd</i></a></dt>
|
||||
<dt><h3><b>-a </b><i>cmd</i><b>, --audio=</b><i>cmd</i></h3></dt>
|
||||
<dd>Send Dolby Digital audio to stdin of command <i>cmd</i>.</dd>
|
||||
<dt id="cachedir="><a href="#cachedir="><b>--cachedir=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>--cachedir=</b><i>dir</i></h3></dt>
|
||||
<dd>Save cache files in <i>dir</i> (default is to save them in the video
|
||||
directory).</dd>
|
||||
<dt id="chartab="><a href="#chartab="><b>--chartab=</b><i>character_table</i></a></dt>
|
||||
<dt><h3><b>--chartab=</b><i>character_table</i></h3></dt>
|
||||
<dd>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).</dd>
|
||||
<dt id="c"><a href="#c"><b>-c </b><i>dir</i><b>, --config=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>-c </b><i>dir</i><b>, --config=</b><i>dir</i></h3></dt>
|
||||
<dd>Read config files from directory <i>dir</i> (default is to read them from
|
||||
the video directory).</dd>
|
||||
<dt id="d,"><a href="#d,"><b>-d, --daemon</b></a></dt>
|
||||
<dt><h3><b>-d, --daemon</b></h3></dt>
|
||||
<dd>Run in daemon mode (implies --no-kbd).</dd>
|
||||
<dt id="D"><a href="#D"><b>-D </b><i>num</i><b>, --device=</b><i>num</i></a></dt>
|
||||
<dt><h3><b>-D </b><i>num</i><b>, --device=</b><i>num</i></h3></dt>
|
||||
<dd>Use only the given DVB device (<i>num</i> = 0, 1, 2...). There may be
|
||||
several <b>-D</b> options (by default all DVB devices will be used). If
|
||||
<b>-D-</b> is given, no DVB devices will be used at all, independent of
|
||||
any other -D options.</dd>
|
||||
<dt id="dirnames="><a href="#dirnames="><b>--dirnames=</b><i>path</i><b>[,</b><i>name</i><b>[,</b><i>enc</i><b>]]</b></a></dt>
|
||||
<dt><h3><b>--dirnames=</b><i>path</i><b>[,</b><i>name</i><b>[,</b><i>enc</i><b>]]</b></h3></dt>
|
||||
<dd>Set the maximum directory path length to <i>path</i> (default is the
|
||||
maximum value allowed on the system). If <i>name</i> is also given, it
|
||||
defines the maximum directory name length (default is the maximum value
|
||||
@ -71,23 +71,23 @@
|
||||
the video directory name and that of the actual recording directory is
|
||||
subtracted from <i>path</i>, to make sure the directory path will never
|
||||
become too long.</dd>
|
||||
<dt id="edit="><a href="#edit="><b>--edit=</b><i>rec</i></a></dt>
|
||||
<dt><h3><b>--edit=</b><i>rec</i></h3></dt>
|
||||
<dd>Edit the given recording. <i>rec</i> must be the full path name of an
|
||||
existing recording. The program will return immediately after editing the
|
||||
recording.</dd>
|
||||
<dt id="E"><a href="#E"><b>-E </b><i>file</i><b>, --epgfile=</b><i>file</i></a></dt>
|
||||
<dt><h3><b>-E </b><i>file</i><b>, --epgfile=</b><i>file</i></h3></dt>
|
||||
<dd>Write the EPG data into the given <i>file</i> (default is <i>epg.data</i>
|
||||
in the cache directory). Use <b>-E-</b> to disable this. If <i>file</i> is
|
||||
a directory, the file <i>epg.data</i> will be created in that
|
||||
directory.</dd>
|
||||
<dt id="filesize="><a href="#filesize="><b>--filesize=</b><i>size</i></a></dt>
|
||||
<dt><h3><b>--filesize=</b><i>size</i></h3></dt>
|
||||
<dd>Limit video files to <i>size</i> bytes (default is 2000M). This option is
|
||||
only useful in conjunction with --edit, and must precede that option to
|
||||
have an effect. <i>size</i> is an integer number and may be 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.</dd>
|
||||
<dt id="genindex="><a href="#genindex="><b>--genindex=</b><i>rec</i></a></dt>
|
||||
<dt><h3><b>--genindex=</b><i>rec</i></h3></dt>
|
||||
<dd>Generate the index file for the given recording. <i>rec</i> must be the
|
||||
full path name of an existing recording. The recording must be in TS
|
||||
format. If the recording already has an index file, it will be deleted
|
||||
@ -95,47 +95,47 @@
|
||||
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.</dd>
|
||||
<dt id="g,"><a href="#g,"><b>-g, --grab=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>-g, --grab=</b><i>dir</i></h3></dt>
|
||||
<dd>Write images from the SVDRP command GRAB into the given directory
|
||||
<i>dir</i>. <i>dir</i> must be the full path name of an existing
|
||||
directory, without any "..", double '/' or symlinks. By default,
|
||||
or if <b>-g-</b> is given, grabbing images to disk is disabled.</dd>
|
||||
<dt id="h,"><a href="#h,"><b>-h, --help</b></a></dt>
|
||||
<dt><h3><b>-h, --help</b></h3></dt>
|
||||
<dd>Print a help message and exit.</dd>
|
||||
<dt id="i"><a href="#i"><b>-i </b><i>instance</i><b>, --instance=</b><i>instance</i></a></dt>
|
||||
<dt><h3><b>-i </b><i>instance</i><b>, --instance=</b><i>instance</i></h3></dt>
|
||||
<dd>Use <i>instance</i> as the id of this VDR instance (default is 0). In an
|
||||
environment where several instances of VDR use the same video directory,
|
||||
this parameter can be set to a positive integer value that's unique for
|
||||
each instance, so that they won't interfere with each other 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.</dd>
|
||||
<dt id="l"><a href="#l"><b>-l </b><i>level</i><b>, --log=</b><i>level</i></a></dt>
|
||||
<dt><h3><b>-l </b><i>level</i><b>, --log=</b><i>level</i></h3></dt>
|
||||
<dd>Set logging to <i>level</i>. <b>0</b> = no logging,
|
||||
<b>1</b> = errors only, <b>2</b> = errors and
|
||||
info, <b>3</b> = errors, info and debug. The default logging
|
||||
level is <b>3</b>. If logging should be done to LOG_LOCAL<i>n</i> instead
|
||||
of LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7).</dd>
|
||||
<dt id="L"><a href="#L"><b>-L </b><i>dir</i><b>, --lib=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>-L </b><i>dir</i><b>, --lib=</b><i>dir</i></h3></dt>
|
||||
<dd>Search for plugins in directory <i>dir</i> (default is ./PLUGINS/lib).
|
||||
There can be several <b>-L</b> options with different <i>dir</i> values.
|
||||
Each of them will apply to the <b>-P</b> options following it.</dd>
|
||||
<dt id="lirc_="><a href="#lirc_="><b>--lirc[=</b><i>path</i><b>]</b></a></dt>
|
||||
<dt><h3><b>--lirc[=</b><i>path</i><b>]</b></h3></dt>
|
||||
<dd>Use a LIRC remote control device. If <i>path</i> is omitted, vdr uses
|
||||
<i>/var/run/lirc/lircd</i>.</dd>
|
||||
<dt id="localedir="><a href="#localedir="><b>--localedir=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>--localedir=</b><i>dir</i></h3></dt>
|
||||
<dd>Search for locale files in <i>dir</i> (default is ./locale).</dd>
|
||||
<dt id="m,"><a href="#m,"><b>-m, --mute</b></a></dt>
|
||||
<dt><h3><b>-m, --mute</b></h3></dt>
|
||||
<dd>Mute audio of the primary DVB device at startup.</dd>
|
||||
<dt id="no"><a href="#no"><b>--no-kbd</b></a></dt>
|
||||
<dt><h3><b>--no-kbd</b></h3></dt>
|
||||
<dd>Don't use the keyboard as an input device.</dd>
|
||||
<dt id="p"><a href="#p"><b>-p </b><i>port</i><b>, --port=</b><i>port</i></a></dt>
|
||||
<dt><h3><b>-p </b><i>port</i><b>, --port=</b><i>port</i></h3></dt>
|
||||
<dd>Use <i>port</i> for SVDRP. A value of <b>0</b> turns off SVDRP. The
|
||||
default SVDRP port is <b>6419</b>. You need to edit the file
|
||||
<i>svdrphosts.conf</i> in order to enable access to the SVDRP port from
|
||||
hosts other than the localhosts. Note that this option only 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.</dd>
|
||||
<dt id="P"><a href="#P"><b>-P </b><i>options</i><b>, --plugin=</b><i>options</i></a></dt>
|
||||
<dt><h3><b>-P </b><i>options</i><b>, --plugin=</b><i>options</i></h3></dt>
|
||||
<dd>Load a plugin, defined by the given <i>options</i>. The first word in
|
||||
<i>options</i> must be the name of an existing <b>vdr</b> plugin,
|
||||
optionally followed by a blank separated list of command line options for
|
||||
@ -149,31 +149,31 @@
|
||||
<p>(note the quotes around the asterisk to prevent wildcard
|
||||
expansion).</p>
|
||||
</dd>
|
||||
<dt id="r"><a href="#r"><b>-r </b><i>cmd</i><b>, --record=</b><i>cmd</i></a></dt>
|
||||
<dt><h3><b>-r </b><i>cmd</i><b>, --record=</b><i>cmd</i></h3></dt>
|
||||
<dd>Call <i>cmd</i> before and after a recording. See the file <i>INSTALL</i>
|
||||
for more information.</dd>
|
||||
<dt id="resdir="><a href="#resdir="><b>--resdir=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>--resdir=</b><i>dir</i></h3></dt>
|
||||
<dd>Read resource files from <i>dir</i> (default is to read them from the
|
||||
config directory).</dd>
|
||||
<dt id="showargs_="><a href="#showargs_="><b>--showargs[=</b><i>dir</i><b>]</b></a></dt>
|
||||
<dt><h3><b>--showargs[=</b><i>dir</i><b>]</b></h3></dt>
|
||||
<dd>Read command line arguments from <i>dir</i> (default is
|
||||
<i>/etc/vdr/conf.d</i>), display them to the console and exit.</dd>
|
||||
<dt id="s"><a href="#s"><b>-s </b><i>cmd</i><b>, --shutdown=</b><i>cmd</i></a></dt>
|
||||
<dt><h3><b>-s </b><i>cmd</i><b>, --shutdown=</b><i>cmd</i></h3></dt>
|
||||
<dd>Call <i>cmd</i> to shutdown the computer. See the file <i>INSTALL</i> for
|
||||
more information.</dd>
|
||||
<dt id="split"><a href="#split"><b>--split</b></a></dt>
|
||||
<dt><h3><b>--split</b></h3></dt>
|
||||
<dd>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.</dd>
|
||||
<dt id="t"><a href="#t"><b>-t </b><i>tty</i><b>, --terminal=</b><i>tty</i></a></dt>
|
||||
<dt><h3><b>-t </b><i>tty</i><b>, --terminal=</b><i>tty</i></h3></dt>
|
||||
<dd>Set the controlling terminal.</dd>
|
||||
<dt id="u"><a href="#u"><b>-u </b><i>user</i><b>, --user=</b><i>user</i></a></dt>
|
||||
<dt><h3><b>-u </b><i>user</i><b>, --user=</b><i>user</i></h3></dt>
|
||||
<dd>Run as user <i>user</i> in case vdr was started as user 'root'. Starting
|
||||
vdr as 'root' is necessary if the system time shall be set from the
|
||||
transponder data, but for security reasons vdr can switch to a lesser
|
||||
privileged user id during normal operation. <i>user</i> can be a user name
|
||||
or a numerical id.</dd>
|
||||
<dt id="updindex="><a href="#updindex="><b>--updindex=</b><i>rec</i></a></dt>
|
||||
<dt><h3><b>--updindex=</b><i>rec</i></h3></dt>
|
||||
<dd>Update the index file for the given recording. <i>rec</i> must be the full
|
||||
path name of an existing recording. The recording must be in TS format. If
|
||||
the recording already has an index file, it will be checked whether it is
|
||||
@ -182,15 +182,15 @@
|
||||
updating 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.</dd>
|
||||
<dt id="userdump"><a href="#userdump"><b>--userdump</b></a></dt>
|
||||
<dt><h3><b>--userdump</b></h3></dt>
|
||||
<dd>Allow coredumps if -u is given (only for debugging).</dd>
|
||||
<dt id="vfat"><a href="#vfat"><b>--vfat</b></a></dt>
|
||||
<dt><h3><b>--vfat</b></h3></dt>
|
||||
<dd>For backwards compatibility (same as --dirnames= 250,40,1).</dd>
|
||||
<dt id="v"><a href="#v"><b>-v </b><i>dir</i><b>, --video=</b><i>dir</i></a></dt>
|
||||
<dt><h3><b>-v </b><i>dir</i><b>, --video=</b><i>dir</i></h3></dt>
|
||||
<dd>Use <i>dir</i> as video directory. The default is <i>/video</i>.</dd>
|
||||
<dt id="V,"><a href="#V,"><b>-V, --version</b></a></dt>
|
||||
<dt><h3><b>-V, --version</b></h3></dt>
|
||||
<dd>Print version information and exit.</dd>
|
||||
<dt id="w"><a href="#w"><b>-w </b><i>sec</i><b>, --watchdog=</b><i>sec</i></a></dt>
|
||||
<dt><h3><b>-w </b><i>sec</i><b>, --watchdog=</b><i>sec</i></h3></dt>
|
||||
<dd>Activate the watchdog timer with a timeout of <i>sec</i> seconds. A value
|
||||
of <b>0</b> (default) disables the watchdog.</dd>
|
||||
</dl>
|
||||
@ -201,10 +201,9 @@
|
||||
<section>
|
||||
<h1>SIGNALS</h1>
|
||||
<dl>
|
||||
<dt id="SIGINT,"><a href="#SIGINT,"><b>SIGINT,
|
||||
SIGTERM</b></a></dt>
|
||||
<dt><h3><b>SIGINT, SIGTERM</b></h3></dt>
|
||||
<dd>Program exits with status 0.</dd>
|
||||
<dt id="SIGHUP"><a href="#SIGHUP"><b>SIGHUP</b></a></dt>
|
||||
<dt><h3><b>SIGHUP</b></h3></dt>
|
||||
<dd>Program exits with status 1. This can be used to force a reload, for
|
||||
example if an update has been installed.</dd>
|
||||
</dl>
|
||||
@ -212,55 +211,55 @@
|
||||
<section>
|
||||
<h1>EXIT STATUS</h1>
|
||||
<dl>
|
||||
<dt><b>0</b></dt>
|
||||
<dt><h3><b>0</b></h3></dt>
|
||||
<dd>Successful program execution.</dd>
|
||||
<dt><b>1</b></dt>
|
||||
<dt><h3><b>1</b></h3></dt>
|
||||
<dd>An error has been detected which requires the DVB driver and <b>vdr</b> to
|
||||
be reloaded.</dd>
|
||||
<dt><b>2</b></dt>
|
||||
<dt><h3><b>2</b></h3></dt>
|
||||
<dd>An non-recoverable error has been detected, <b>vdr</b> has given up.</dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section>
|
||||
<h1>FILES</h1>
|
||||
<dl>
|
||||
<dt id="channels.conf"><a href="#channels.conf"><i>channels.conf</i></a></dt>
|
||||
<dt><h3><i>channels.conf</i></h3></dt>
|
||||
<dd>Channel configuration.</dd>
|
||||
<dt id="timers.conf"><a href="#timers.conf"><i>timers.conf</i></a></dt>
|
||||
<dt><h3><i>timers.conf</i></h3></dt>
|
||||
<dd>Timer configuration.</dd>
|
||||
<dt id="setup.conf"><a href="#setup.conf"><i>setup.conf</i></a></dt>
|
||||
<dt><h3><i>setup.conf</i></h3></dt>
|
||||
<dd>User definable setup.</dd>
|
||||
<dt id="commands.conf"><a href="#commands.conf"><i>commands.conf</i></a></dt>
|
||||
<dt><h3><i>commands.conf</i></h3></dt>
|
||||
<dd>User definable commands (executed from the <b>Commands</b> menu).</dd>
|
||||
<dt id="svdrphosts.conf"><a href="#svdrphosts.conf"><i>svdrphosts.conf</i></a></dt>
|
||||
<dt><h3><i>svdrphosts.conf</i></h3></dt>
|
||||
<dd>SVDRP host configuration, defining which hosts or networks are given
|
||||
access to the SVDRP port.</dd>
|
||||
<dt id="marks"><a href="#marks"><i>marks</i></a></dt>
|
||||
<dt><h3><i>marks</i></h3></dt>
|
||||
<dd>Contains the editing marks defined for a recording.</dd>
|
||||
<dt id="info"><a href="#info"><i>info</i></a></dt>
|
||||
<dt><h3><i>info</i></h3></dt>
|
||||
<dd>Contains a description of the recording.</dd>
|
||||
<dt id="resume"><a href="#resume"><i>resume</i></a></dt>
|
||||
<dt><h3><i>resume</i></h3></dt>
|
||||
<dd>Contains the index into the recording where the last replay session left
|
||||
off.</dd>
|
||||
<dt id="index"><a href="#index"><i>index</i></a></dt>
|
||||
<dt><h3><i>index</i></h3></dt>
|
||||
<dd>Contains the file number, offset and type of each frame of the
|
||||
recording.</dd>
|
||||
<dt id="remote.conf"><a href="#remote.conf"><i>remote.conf</i></a></dt>
|
||||
<dt><h3><i>remote.conf</i></h3></dt>
|
||||
<dd>Contains the key assignments for the remote control.</dd>
|
||||
<dt id="keymacros.conf"><a href="#keymacros.conf"><i>keymacros.conf</i></a></dt>
|
||||
<dt><h3><i>keymacros.conf</i></h3></dt>
|
||||
<dd>Contains user defined remote control key macros.</dd>
|
||||
<dt><i>00001.ts </i>... <i>65535.ts</i></dt>
|
||||
<dt><h3><i>00001.ts </i>... <i>65535.ts</i></h3></dt>
|
||||
<dd>The actual data files of a recording.</dd>
|
||||
<dt id="epg.data"><a href="#epg.data"><i>epg.data</i></a></dt>
|
||||
<dt><h3><i>epg.data</i></h3></dt>
|
||||
<dd>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.</dd>
|
||||
<dt id="donerecs.data"><a href="#donerecs.data"><i>donerecs.data</i></a></dt>
|
||||
<dt><h3><i>donerecs.data</i></h3></dt>
|
||||
<dd>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.</dd>
|
||||
<dt><i>.update</i></dt>
|
||||
<dt><h3><i>.update</i></h3></dt>
|
||||
<dd>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
|
||||
"Recordings" menu.</dd>
|
||||
|
@ -49,7 +49,7 @@
|
||||
<p>The fields in a channel definition have the following meaning
|
||||
(from left to right):</p>
|
||||
<dl>
|
||||
<dt id="Name"><a href="#Name"><b>Name</b></a></dt>
|
||||
<dt><h3><b>Name</b></h3></dt>
|
||||
<dd>The channel's name (if the name originally contains a ':' character it has
|
||||
to be replaced by '|'). Some TV stations provide a way of deriving a
|
||||
"short name" from the channel name, which can be used in
|
||||
@ -65,12 +65,12 @@
|
||||
semicolon, as in</p>
|
||||
<p><b>RTL Television,RTL;RTL World:...</b></p>
|
||||
</dd>
|
||||
<dt id="Frequency"><a href="#Frequency"><b>Frequency</b></a></dt>
|
||||
<dt><h3><b>Frequency</b></h3></dt>
|
||||
<dd>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).</dd>
|
||||
<dt id="Parameters"><a href="#Parameters"><b>Parameters</b></a></dt>
|
||||
<dt><h3><b>Parameters</b></h3></dt>
|
||||
<dd>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 integer
|
||||
number that represents the actual setting of that parameter. The valid key
|
||||
@ -82,17 +82,17 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>C</b></td>
|
||||
<td>Code rate high priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89,
|
||||
910)</td>
|
||||
<td>Code rate high priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89, 910,
|
||||
999)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>D</b></td>
|
||||
<td>coDe rate low priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89,
|
||||
910)</td>
|
||||
<td>coDe rate low priority (0, 12, 23, 34, 35, 45, 56, 67, 78, 89, 910,
|
||||
999)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>G</b></td>
|
||||
<td>Guard interval (4, 8, 16, 32, 128, 19128, 19256)</td>
|
||||
<td>Guard interval (4, 8, 16, 32, 128, 19128, 19256, 999)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>H</b></td>
|
||||
@ -100,7 +100,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>I</b></td>
|
||||
<td>Inversion (0, 1)</td>
|
||||
<td>Inversion (0, 1, 999)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>L</b></td>
|
||||
@ -136,7 +136,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>T</b></td>
|
||||
<td>Transmission mode (1, 2, 4, 8, 16, 32)</td>
|
||||
<td>Transmission mode (1, 2, 4, 8, 16, 32, 999)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>V</b></td>
|
||||
@ -148,7 +148,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>Y</b></td>
|
||||
<td>hierarchY (0, 1, 2, 4)</td>
|
||||
<td>hierarchY (0, 1, 2, 4, 999)</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><b>Bandwidth:</b> The bandwidth of the channel in MHz (1712 in
|
||||
@ -265,12 +265,12 @@
|
||||
The only condition is that the string may not contain colons (':') or
|
||||
newline characters.</p>
|
||||
</dd>
|
||||
<dt id="Source"><a href="#Source"><b>Source</b></a></dt>
|
||||
<dt><h3><b>Source</b></h3></dt>
|
||||
<dd>The signal source of this channel, as defined in the file
|
||||
<i>sources.conf</i>.</dd>
|
||||
<dt id="Srate"><a href="#Srate"><b>Srate</b></a></dt>
|
||||
<dt><h3><b>Srate</b></h3></dt>
|
||||
<dd>The symbol rate of this channel (DVB-S and DVB-C only).</dd>
|
||||
<dt id="VPID"><a href="#VPID"><b>VPID</b></a></dt>
|
||||
<dt><h3><b>VPID</b></h3></dt>
|
||||
<dd>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 in
|
||||
<p><b>...:164+17:...</b></p>
|
||||
@ -278,7 +278,7 @@
|
||||
follows the pids, separated by an '=' sign, as in</p>
|
||||
<p><b>...:164+17=27:...</b></p>
|
||||
</dd>
|
||||
<dt id="APID"><a href="#APID"><b>APID</b></a></dt>
|
||||
<dt><h3><b>APID</b></h3></dt>
|
||||
<dd>The audio PID (either one number, or several, separated by commas). If
|
||||
this channel also carries Dolby Digital sound, the Dolby PIDs follow the
|
||||
audio PIDs, separated by a semicolon, as in
|
||||
@ -298,7 +298,7 @@
|
||||
separating '=' if there is an audio type.</p>
|
||||
<p></p>
|
||||
</dd>
|
||||
<dt id="TPID"><a href="#TPID"><b>TPID</b></a></dt>
|
||||
<dt><h3><b>TPID</b></h3></dt>
|
||||
<dd>The teletext PID. If this channel also carries DVB subtitles, the DVB
|
||||
subtitling PIDs follow the teletext PID, separated by a semicolon, as in
|
||||
<p><b>...:201;2001,2002:...</b></p>
|
||||
@ -308,8 +308,7 @@
|
||||
<p><b>...:201;2001=deu,2002=eng:...</b></p>
|
||||
<p></p>
|
||||
</dd>
|
||||
<dt id="Conditional"><a href="#Conditional"><b>Conditional
|
||||
access</b></a></dt>
|
||||
<dt><h3><b>Conditional access</b></h3></dt>
|
||||
<dd>A hexadecimal integer defining how this channel can be accessed:
|
||||
<table>
|
||||
<tr>
|
||||
@ -337,13 +336,13 @@
|
||||
<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>
|
||||
</dd>
|
||||
<dt id="SID"><a href="#SID"><b>SID</b></a></dt>
|
||||
<dt><h3><b>SID</b></h3></dt>
|
||||
<dd>The Service ID of this channel.</dd>
|
||||
<dt id="NID"><a href="#NID"><b>NID</b></a></dt>
|
||||
<dt><h3><b>NID</b></h3></dt>
|
||||
<dd>The Network ID of this channel.</dd>
|
||||
<dt id="TID"><a href="#TID"><b>TID</b></a></dt>
|
||||
<dt><h3><b>TID</b></h3></dt>
|
||||
<dd>The Transport stream ID of this channel.</dd>
|
||||
<dt id="RID"><a href="#RID"><b>RID</b></a></dt>
|
||||
<dt><h3><b>RID</b></h3></dt>
|
||||
<dd>The Radio ID of this channel (typically 0, may be used to distinguish
|
||||
channels where NID, TID and SID are all equal).</dd>
|
||||
</dl>
|
||||
@ -375,7 +374,7 @@
|
||||
<p>The fields in a timer definition have the following meaning (from
|
||||
left to right):</p>
|
||||
<dl>
|
||||
<dt id="Flags"><a href="#Flags"><b>Flags</b></a></dt>
|
||||
<dt><h3><b>Flags</b></h3></dt>
|
||||
<dd>The individual bits in this field have the following meaning:
|
||||
<table>
|
||||
<tr>
|
||||
@ -406,7 +405,7 @@
|
||||
</table>
|
||||
<p>All other bits are reserved for future use.</p>
|
||||
</dd>
|
||||
<dt id="Channel"><a href="#Channel"><b>Channel</b></a></dt>
|
||||
<dt><h3><b>Channel</b></h3></dt>
|
||||
<dd>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
|
||||
<i>timers.conf</i> any channel numbers will be mapped to the respective
|
||||
@ -415,7 +414,7 @@
|
||||
creation of timers when manually editing <i>timers.conf</i>. Also, when
|
||||
timers are listed via SVDRP commands, the channels are given as
|
||||
numbers.</dd>
|
||||
<dt id="Day"><a href="#Day"><b>Day</b></a></dt>
|
||||
<dt><h3><b>Day</b></h3></dt>
|
||||
<dd>The day when this timer shall record.
|
||||
<p>If this is a `single-shot' timer, this is the date on which
|
||||
this timer shall record, given in ISO notation (<b>YYYY-MM-DD</b>), as
|
||||
@ -452,14 +451,14 @@
|
||||
<b>first day</b> date given need not be that of a day when the timer
|
||||
would actually hit.</p>
|
||||
</dd>
|
||||
<dt id="Start"><a href="#Start"><b>Start</b></a></dt>
|
||||
<dt><h3><b>Start</b></h3></dt>
|
||||
<dd>A four digit integer defining when this timer shall <b>start</b>
|
||||
recording. The format is <b>hhmm</b>, so <b>1430</b> would mean "half
|
||||
past two" in the afternoon.</dd>
|
||||
<dt id="Stop"><a href="#Stop"><b>Stop</b></a></dt>
|
||||
<dt><h3><b>Stop</b></h3></dt>
|
||||
<dd>A four digit integer defining when this timer shall <b>stop</b> recording.
|
||||
The format is the same as for the <b>start</b> time.</dd>
|
||||
<dt id="Priority"><a href="#Priority"><b>Priority</b></a></dt>
|
||||
<dt><h3><b>Priority</b></h3></dt>
|
||||
<dd>An integer in the range <b>0...99</b>, defining the <b>priority</b> of
|
||||
this timer and of recordings created by this timer. <b>0</b> represents
|
||||
the lowest value, <b>99</b> the highest. The priority is used to decide
|
||||
@ -475,7 +474,7 @@
|
||||
with a higher priority will interrupt the timer with the lowest priority
|
||||
in order to start recording.</p>
|
||||
</dd>
|
||||
<dt id="Lifetime"><a href="#Lifetime"><b>Lifetime</b></a></dt>
|
||||
<dt><h3><b>Lifetime</b></h3></dt>
|
||||
<dd>The <b>guaranteed lifetime</b> (in days) of a recording created by this
|
||||
timer. <b>0</b> means that this recording may be automatically deleted at
|
||||
any time by a new recording with higher priority. <b>99</b> means that
|
||||
@ -483,7 +482,7 @@
|
||||
range <b>1...98</b> means that this recording may not be automatically
|
||||
deleted in favour of a new recording, until the given number of days since
|
||||
the <b>start</b> time of the recording has passed by.</dd>
|
||||
<dt id="File"><a href="#File"><b>File</b></a></dt>
|
||||
<dt><h3><b>File</b></h3></dt>
|
||||
<dd>The <b>file name</b> this timer will give to a recording. If the name
|
||||
contains any ':' characters, these have to be replaced by '|'. If the name
|
||||
shall contain subdirectories, these have to be delimited by '~' (since the
|
||||
@ -541,8 +540,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
</dd>
|
||||
<dt id="Auxiliary"><a href="#Auxiliary"><b>Auxiliary
|
||||
data</b></a></dt>
|
||||
<dt><h3><b>Auxiliary data</b></h3></dt>
|
||||
<dd>An arbitrary string that can be used by external applications to store any
|
||||
kind of data related to this timer. The string must not contain any
|
||||
newline characters. If this field is not empty, its contents will be
|
||||
|
@ -23,10 +23,10 @@
|
||||
<section>
|
||||
<h1>OPTIONS</h1>
|
||||
<dl>
|
||||
<dt id="d"><a href="#d"><b>-d</b> <i>hostname</i></a></dt>
|
||||
<dt><h3><b>-d</b> <i>hostname</i></h3></dt>
|
||||
<dd>Accesses the VDR at the specified <i>hostname</i> (default is
|
||||
localhost).</dd>
|
||||
<dt id="p"><a href="#p"><b>-p</b> <i>port</i></a></dt>
|
||||
<dt><h3><b>-p</b> <i>port</i></h3></dt>
|
||||
<dd>Uses the SVDRP port number <i>port</i> (default is 6419).</dd>
|
||||
</dl>
|
||||
</section>
|
||||
|
Loading…
x
Reference in New Issue
Block a user