1
0
mirror of https://github.com/vdr-projects/vdr.git synced 2025-03-01 10:50:46 +00:00

Auto-Update wiki pages

AutoMirror Bot 2024-04-09 14:57:46 +00:00
parent c4aacd5b7f
commit d8711032fa

@ -36,7 +36,7 @@
<section>
<h1>OPTIONS</h1>
<dl>
<dt><h3>-a&#x00A0;cmd,&#x00A0;--audio=cmd</h3></dt>
<dt><h3>-a cmd, --audio=cmd</h3></dt>
<dd>Send Dolby Digital audio to stdin of command <i>cmd</i>.</dd>
<dt><h3>--cachedir=dir</h3></dt>
<dd>Save cache files in <i>dir</i> (default is to save them in the video
@ -45,12 +45,12 @@
<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;dir,&#x00A0;--config=dir</h3></dt>
<dt><h3>-c dir, --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;num,&#x00A0;--device=num</h3></dt>
<dt><h3>-D num, --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
@ -70,7 +70,7 @@
<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;file,&#x00A0;--epgfile=file</h3></dt>
<dt><h3>-E file, --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
@ -90,27 +90,27 @@
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=dir</h3></dt>
<dt><h3>-g, --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;instance,&#x00A0;--instance=instance</h3></dt>
<dt><h3>-i instance, --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;level,&#x00A0;--log=level</h3></dt>
<dt><h3>-l level, --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;dir,&#x00A0;--lib=dir</h3></dt>
<dt><h3>-L dir, --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>
@ -123,14 +123,14 @@
<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;port,&#x00A0;--port=port</h3></dt>
<dt><h3>-p port, --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;options,&#x00A0;--plugin=options</h3></dt>
<dt><h3>-P options, --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,7 +144,7 @@
<p>(note the quotes around the asterisk to prevent wildcard
expansion).</p>
</dd>
<dt><h3>-r&#x00A0;cmd,&#x00A0;--record=cmd</h3></dt>
<dt><h3>-r cmd, --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=dir</h3></dt>
@ -153,16 +153,16 @@
<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;cmd,&#x00A0;--shutdown=cmd</h3></dt>
<dt><h3>-s cmd, --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;tty,&#x00A0;--terminal=tty</h3></dt>
<dt><h3>-t tty, --terminal=tty</h3></dt>
<dd>Set the controlling terminal.</dd>
<dt><h3>-u&#x00A0;user,&#x00A0;--user=user</h3></dt>
<dt><h3>-u user, --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
@ -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;dir,&#x00A0;--video=dir</h3></dt>
<dt><h3>-v dir, --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;sec,&#x00A0;--watchdog=sec</h3></dt>
<dt><h3>-w sec, --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>
@ -243,7 +243,7 @@
<dd>Contains the key assignments for the remote control.</dd>
<dt><h3>keymacros.conf</h3></dt>
<dd>Contains user defined remote control key macros.</dd>
<dt><h3>00001.ts&#x00A0;...&#x00A0;65535.ts</h3></dt>
<dt><h3>00001.ts ... 65535.ts</h3></dt>
<dd>The actual data files of a recording.</dd>
<dt><h3>epg.data</h3></dt>
<dd>Contains all current EPG data. Can be used for external processing and