Auto-Update wiki pages

AutoMirror Bot 2024-04-08 17:35:29 +00:00
parent 70c5a843eb
commit c4aacd5b7f
2 changed files with 44 additions and 44 deletions

@ -36,26 +36,26 @@
<section>
<h1>OPTIONS</h1>
<dl>
<dt><h3>-a&#x00A0;</b><i>cmd</i><b>,&#x00A0;--audio=</b><i>cmd</i></h3></dt>
<dt><h3>-a&#x00A0;cmd,&#x00A0;--audio=cmd</h3></dt>
<dd>Send Dolby Digital audio to stdin of command <i>cmd</i>.</dd>
<dt><h3>--cachedir=</b><i>dir</i></h3></dt>
<dt><h3>--cachedir=dir</h3></dt>
<dd>Save cache files in <i>dir</i> (default is to save them in the video
directory).</dd>
<dt><h3>--chartab=</b><i>character_table</i></h3></dt>
<dt><h3>--chartab=character_table</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><h3>-c&#x00A0;</b><i>dir</i><b>,&#x00A0;--config=</b><i>dir</i></h3></dt>
<dt><h3>-c&#x00A0;dir,&#x00A0;--config=dir</h3></dt>
<dd>Read config files from directory <i>dir</i> (default is to read them from
the video directory).</dd>
<dt><h3>-d, --daemon</h3></dt>
<dd>Run in daemon mode (implies --no-kbd).</dd>
<dt><h3>-D&#x00A0;</b><i>num</i><b>,&#x00A0;--device=</b><i>num</i></h3></dt>
<dt><h3>-D&#x00A0;num,&#x00A0;--device=num</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><h3>--dirnames=</b><i>path</i><b>[,</b><i>name</i><b>[,</b><i>enc</i><b>]]</h3></dt>
<dt><h3>--dirnames=path[,name[,enc]]</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
@ -66,23 +66,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><h3>--edit=</b><i>rec</i></h3></dt>
<dt><h3>--edit=rec</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><h3>-E&#x00A0;</b><i>file</i><b>,&#x00A0;--epgfile=</b><i>file</i></h3></dt>
<dt><h3>-E&#x00A0;file,&#x00A0;--epgfile=file</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><h3>--filesize=</b><i>size</i></h3></dt>
<dt><h3>--filesize=size</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><h3>--genindex=</b><i>rec</i></h3></dt>
<dt><h3>--genindex=rec</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
@ -90,47 +90,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><h3>-g,&#x00A0;--grab=</b><i>dir</i></h3></dt>
<dt><h3>-g,&#x00A0;--grab=dir</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 &quot;..&quot;, double '/' or symlinks. By default,
or if <b>-g-</b> is given, grabbing images to disk is disabled.</dd>
<dt><h3>-h, --help</h3></dt>
<dd>Print a help message and exit.</dd>
<dt><h3>-i&#x00A0;</b><i>instance</i><b>,&#x00A0;--instance=</b><i>instance</i></h3></dt>
<dt><h3>-i&#x00A0;instance,&#x00A0;--instance=instance</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><h3>-l&#x00A0;</b><i>level</i><b>,&#x00A0;--log=</b><i>level</i></h3></dt>
<dt><h3>-l&#x00A0;level,&#x00A0;--log=level</h3></dt>
<dd>Set logging to <i>level</i>. <b>0</b>&#x00A0;=&#x00A0;no logging,
<b>1</b>&#x00A0;=&#x00A0;errors only, <b>2</b>&#x00A0;=&#x00A0;errors and
info, <b>3</b>&#x00A0;=&#x00A0;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><h3>-L&#x00A0;</b><i>dir</i><b>,&#x00A0;--lib=</b><i>dir</i></h3></dt>
<dt><h3>-L&#x00A0;dir,&#x00A0;--lib=dir</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><h3>--lirc[=</b><i>path</i><b>]</h3></dt>
<dt><h3>--lirc[=path]</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><h3>--localedir=</b><i>dir</i></h3></dt>
<dt><h3>--localedir=dir</h3></dt>
<dd>Search for locale files in <i>dir</i> (default is ./locale).</dd>
<dt><h3>-m, --mute</h3></dt>
<dd>Mute audio of the primary DVB device at startup.</dd>
<dt><h3>--no-kbd</h3></dt>
<dd>Don't use the keyboard as an input device.</dd>
<dt><h3>-p&#x00A0;</b><i>port</i><b>,&#x00A0;--port=</b><i>port</i></h3></dt>
<dt><h3>-p&#x00A0;port,&#x00A0;--port=port</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><h3>-P&#x00A0;</b><i>options</i><b>,&#x00A0;--plugin=</b><i>options</i></h3></dt>
<dt><h3>-P&#x00A0;options,&#x00A0;--plugin=options</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
@ -144,31 +144,31 @@
<p>(note the quotes around the asterisk to prevent wildcard
expansion).</p>
</dd>
<dt><h3>-r&#x00A0;</b><i>cmd</i><b>,&#x00A0;--record=</b><i>cmd</i></h3></dt>
<dt><h3>-r&#x00A0;cmd,&#x00A0;--record=cmd</h3></dt>
<dd>Call <i>cmd</i> before and after a recording. See the file <i>INSTALL</i>
for more information.</dd>
<dt><h3>--resdir=</b><i>dir</i></h3></dt>
<dt><h3>--resdir=dir</h3></dt>
<dd>Read resource files from <i>dir</i> (default is to read them from the
config directory).</dd>
<dt><h3>--showargs[=</b><i>dir</i><b>]</h3></dt>
<dt><h3>--showargs[=dir]</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><h3>-s&#x00A0;</b><i>cmd</i><b>,&#x00A0;--shutdown=</b><i>cmd</i></h3></dt>
<dt><h3>-s&#x00A0;cmd,&#x00A0;--shutdown=cmd</h3></dt>
<dd>Call <i>cmd</i> to shutdown the computer. See the file <i>INSTALL</i> for
more information.</dd>
<dt><h3>--split</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><h3>-t&#x00A0;</b><i>tty</i><b>,&#x00A0;--terminal=</b><i>tty</i></h3></dt>
<dt><h3>-t&#x00A0;tty,&#x00A0;--terminal=tty</h3></dt>
<dd>Set the controlling terminal.</dd>
<dt><h3>-u&#x00A0;</b><i>user</i><b>,&#x00A0;--user=</b><i>user</i></h3></dt>
<dt><h3>-u&#x00A0;user,&#x00A0;--user=user</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><h3>--updindex=</b><i>rec</i></h3></dt>
<dt><h3>--updindex=rec</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
@ -181,11 +181,11 @@
<dd>Allow coredumps if -u is given (only for debugging).</dd>
<dt><h3>--vfat</h3></dt>
<dd>For backwards compatibility (same as --dirnames= 250,40,1).</dd>
<dt><h3>-v&#x00A0;</b><i>dir</i><b>,&#x00A0;--video=</b><i>dir</i></h3></dt>
<dt><h3>-v&#x00A0;dir,&#x00A0;--video=dir</h3></dt>
<dd>Use <i>dir</i> as video directory. The default is <i>/video</i>.</dd>
<dt><h3>-V, --version</h3></dt>
<dd>Print version information and exit.</dd>
<dt><h3>-w&#x00A0;</b><i>sec</i><b>,&#x00A0;--watchdog=</b><i>sec</i></h3></dt>
<dt><h3>-w&#x00A0;sec,&#x00A0;--watchdog=sec</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>
@ -218,43 +218,43 @@
<section>
<h1>FILES</h1>
<dl>
<dt><h3><i>channels.conf</i></h3></dt>
<dt><h3>channels.conf</h3></dt>
<dd>Channel configuration.</dd>
<dt><h3><i>timers.conf</i></h3></dt>
<dt><h3>timers.conf</h3></dt>
<dd>Timer configuration.</dd>
<dt><h3><i>setup.conf</i></h3></dt>
<dt><h3>setup.conf</h3></dt>
<dd>User definable setup.</dd>
<dt><h3><i>commands.conf</i></h3></dt>
<dt><h3>commands.conf</h3></dt>
<dd>User definable commands (executed from the <b>Commands</b> menu).</dd>
<dt><h3><i>svdrphosts.conf</i></h3></dt>
<dt><h3>svdrphosts.conf</h3></dt>
<dd>SVDRP host configuration, defining which hosts or networks are given
access to the SVDRP port.</dd>
<dt><h3><i>marks</i></h3></dt>
<dt><h3>marks</h3></dt>
<dd>Contains the editing marks defined for a recording.</dd>
<dt><h3><i>info</i></h3></dt>
<dt><h3>info</h3></dt>
<dd>Contains a description of the recording.</dd>
<dt><h3><i>resume</i></h3></dt>
<dt><h3>resume</h3></dt>
<dd>Contains the index into the recording where the last replay session left
off.</dd>
<dt><h3><i>index</i></h3></dt>
<dt><h3>index</h3></dt>
<dd>Contains the file number, offset and type of each frame of the
recording.</dd>
<dt><h3><i>remote.conf</i></h3></dt>
<dt><h3>remote.conf</h3></dt>
<dd>Contains the key assignments for the remote control.</dd>
<dt><h3><i>keymacros.conf</i></h3></dt>
<dt><h3>keymacros.conf</h3></dt>
<dd>Contains user defined remote control key macros.</dd>
<dt><h3><i>00001.ts&#x00A0;</i>...&#x00A0;<i>65535.ts</i></h3></dt>
<dt><h3>00001.ts&#x00A0;...&#x00A0;65535.ts</h3></dt>
<dd>The actual data files of a recording.</dd>
<dt><h3><i>epg.data</i></h3></dt>
<dt><h3>epg.data</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><h3><i>donerecs.data</i></h3></dt>
<dt><h3>donerecs.data</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><h3><i>.update</i></h3></dt>
<dt><h3>.update</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
&quot;Recordings&quot; menu.</dd>

@ -18,10 +18,10 @@
<section>
<h1>OPTIONS</h1>
<dl>
<dt><h3>-d</b> <i>hostname</i></h3></dt>
<dt><h3>-d hostname</h3></dt>
<dd>Accesses the VDR at the specified <i>hostname</i> (default is
localhost).</dd>
<dt><h3>-p</b> <i>port</i></h3></dt>
<dt><h3>-p port</h3></dt>
<dd>Uses the SVDRP port number <i>port</i> (default is 6419).</dd>
</dl>
</section>