mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Auto-Update wiki pages
parent
88176ea8c9
commit
fdafe0b744
@ -8,391 +8,201 @@
|
|||||||
<h1>SYNOPSIS</h1>
|
<h1>SYNOPSIS</h1>
|
||||||
<p><strong>vdr</strong> [options]</p>
|
<p><strong>vdr</strong> [options]</p>
|
||||||
<h1>DESCRIPTION</h1>
|
<h1>DESCRIPTION</h1>
|
||||||
<p><strong>vdr</strong> implements a complete digital Set-Top Box and
|
<p><strong>vdr</strong> implements a complete digital Set-Top Box and Video Recorder. It can work with signals received from satellites (DVB-S) as well as cable (DVB-C) and terrestrial (DVB-T) signals.</p>
|
||||||
Video Recorder. It can work with signals received from satellites
|
<p>At least one DVB card is required to run <strong>vdr</strong>. With it you can watch live TV while recording one or more other broadcasts from the same transponder. It is also possible to start watching a recorded programme before the live broadcast has ended (<strong>time shifting</strong>). In order to record from different transponders simultaneously two or more DVB cards are necessary. By default <strong>vdr</strong> can support up to eight DVB cards. The primary DVB card (the one your TV set is connected to) can either be a "full featured" card, which means it contains an MPEG decoder and provides audio and video signal outputs, or you can use some third party plugin that implements software decoding of the MPEG data and displays it via the system's graphics adapter.</p>
|
||||||
(DVB-S) as well as cable (DVB-C) and terrestrial (DVB-T) signals.</p>
|
<p><strong>vdr</strong> uses an On Screen Display (OSD) to display its menus. It can be controlled by the PC keyboard, the "Linux Infrared Remote Control" (LIRC), or any other means of remote control, implemented by a third party plugin.</p>
|
||||||
<p>At least one DVB card is required to run <strong>vdr</strong>. With
|
<p>Remote access is possible via the "Simple Video Disk Recorder Protocol" (SVDRP), which can be accessed on port 6419, for instance by <strong>telnet</strong>.</p>
|
||||||
it you can watch live TV while recording one or more other broadcasts
|
|
||||||
from the same transponder. It is also possible to start watching a
|
|
||||||
recorded programme before the live broadcast has ended (<strong>time
|
|
||||||
shifting</strong>). In order to record from different transponders
|
|
||||||
simultaneously two or more DVB cards are necessary. By default
|
|
||||||
<strong>vdr</strong> can support up to eight DVB cards. The primary DVB
|
|
||||||
card (the one your TV set is connected to) can either be a "full
|
|
||||||
featured" card, which means it contains an MPEG decoder and provides
|
|
||||||
audio and video signal outputs, or you can use some third party plugin
|
|
||||||
that implements software decoding of the MPEG data and displays it via
|
|
||||||
the system's graphics adapter.</p>
|
|
||||||
<p><strong>vdr</strong> uses an On Screen Display (OSD) to display its
|
|
||||||
menus. It can be controlled by the PC keyboard, the "Linux Infrared
|
|
||||||
Remote Control" (LIRC), or any other means of remote control,
|
|
||||||
implemented by a third party plugin.</p>
|
|
||||||
<p>Remote access is possible via the "Simple Video Disk Recorder
|
|
||||||
Protocol" (SVDRP), which can be accessed on port 6419, for instance by
|
|
||||||
<strong>telnet</strong>.</p>
|
|
||||||
<h1>OPTIONS</h1>
|
<h1>OPTIONS</h1>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><h3><strong>-a </strong><em>cmd</em><strong>,
|
<dt><h3><strong>-a </strong><em>cmd</em><strong>, --audio=</strong><em>cmd</em></h3></dt>
|
||||||
--audio=</strong><em>cmd</em></h3></dt>
|
<dd><p>Send Dolby Digital audio to stdin of command <em>cmd</em>.</p>
|
||||||
<dd>
|
|
||||||
<p>Send Dolby Digital audio to stdin of command <em>cmd</em>.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--cachedir=</strong><em>dir</em></h3></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 video directory).</p>
|
||||||
<p>Save cache files in <em>dir</em> (default is to save them in the
|
|
||||||
video directory).</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--chartab=</strong><em>character_table</em></h3></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 that don't begin with a character table indicator, but don't use the standard default character table (for instance ISO-8859-9).</p>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>-c </strong><em>dir</em><strong>,
|
<dt><h3><strong>-c </strong><em>dir</em><strong>, --config=</strong><em>dir</em></h3></dt>
|
||||||
--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>
|
|
||||||
<p>Read config files from directory <em>dir</em> (default is to read
|
|
||||||
them from the video directory).</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>-d, --daemon</strong></h3></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><h3><strong>-D </strong><em>num</em><strong>,
|
<dt><h3><strong>-D </strong><em>num</em><strong>, --device=</strong><em>num</em></h3></dt>
|
||||||
--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>
|
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>--dirnames=</strong><em>path</em><strong>[,</strong><em>name</em><strong>[,</strong><em>enc</em><strong>]]</strong></h3></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 the maximum value allowed on the system). If <em>name</em> is also given, it defines the maximum directory name length (default is the maximum value allowed on the system). The optional <em>enc</em> can be 0 or 1, and controls whether special characters in directory names are encoded as hex values (default: 0). If <em>path</em> or <em>name</em> are left empty (as in ",,1" to only set <em>enc</em>), the defaults 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>
|
||||||
<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
|
|
||||||
given, it defines the maximum directory name length (default is the
|
|
||||||
maximum value allowed on the system). The optional <em>enc</em> can be 0
|
|
||||||
or 1, and controls whether special characters in directory names are
|
|
||||||
encoded as hex values (default: 0). If <em>path</em> or <em>name</em>
|
|
||||||
are left empty (as in ",,1" to only set <em>enc</em>), the defaults
|
|
||||||
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>
|
</dd>
|
||||||
<dt><h3><strong>--edit=</strong><em>rec</em></h3></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 an existing recording. The program will return immediately after editing the recording.</p>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>-E </strong><em>file</em><strong>,
|
<dt><h3><strong>-E </strong><em>file</em><strong>, --epgfile=</strong><em>file</em></h3></dt>
|
||||||
--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>
|
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>--filesize=</strong><em>size</em></h3></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 option is only useful in conjunction with --edit, and must precede that option to have an effect. <em>size</em> 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.</p>
|
||||||
<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 to have an effect. <em>size</em> 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.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--genindex=</strong><em>rec</em></h3></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 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 before creating the new one. The program will return immediately after 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>
|
||||||
<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
|
|
||||||
format. If the recording already has an index file, it will be deleted
|
|
||||||
before creating the new one. The program will return immediately after
|
|
||||||
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>
|
</dd>
|
||||||
<dt><h3><strong>-g, --grab=</strong><em>dir</em></h3></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 <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>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>-h, --help</strong></h3></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><h3><strong>-i </strong><em>instance</em><strong>,
|
<dt><h3><strong>-i </strong><em>instance</em><strong>, --instance=</strong><em>instance</em></h3></dt>
|
||||||
--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 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.</p>
|
||||||
<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
|
|
||||||
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.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>-l </strong><em>level</em><strong>,
|
<dt><h3><strong>-l </strong><em>level</em><strong>, --log=</strong><em>level</em></h3></dt>
|
||||||
--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, <strong>3</strong> = errors, info and debug. The default logging level 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>
|
|
||||||
<p>Set logging to <em>level</em>. <strong>0</strong> = no logging,
|
|
||||||
<strong>1</strong> = errors only, <strong>2</strong> = errors and info,
|
|
||||||
<strong>3</strong> = errors, info and debug. The default logging level
|
|
||||||
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>
|
</dd>
|
||||||
<dt><h3><strong>-L </strong><em>dir</em><strong>,
|
<dt><h3><strong>-L </strong><em>dir</em><strong>, --lib=</strong><em>dir</em></h3></dt>
|
||||||
--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>
|
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>--lirc[=</strong><em>path</em><strong>]</strong></h3></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 uses <em>/var/run/lirc/lircd</em>.</p>
|
||||||
<p>Use a LIRC remote control device. If <em>path</em> is omitted, vdr
|
|
||||||
uses <em>/var/run/lirc/lircd</em>.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--localedir=</strong><em>dir</em></h3></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><h3><strong>-m, --mute</strong></h3></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><h3><strong>--no-kbd</strong></h3></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><h3><strong>-p </strong><em>port</em><strong>,
|
<dt><h3><strong>-p </strong><em>port</em><strong>, --port=</strong><em>port</em></h3></dt>
|
||||||
--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 the file <em>svdrphosts.conf</em> 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.</p>
|
||||||
<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
|
|
||||||
the file <em>svdrphosts.conf</em> 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.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>-P </strong><em>options</em><strong>,
|
<dt><h3><strong>-P </strong><em>options</em><strong>, --plugin=</strong><em>options</em></h3></dt>
|
||||||
--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> plugin, optionally followed by a blank separated list of command line options for that plugin. If <em>options</em> contains any blanks, you need to enclose it in quotes, like for example</p>
|
||||||
<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>
|
|
||||||
plugin, optionally followed by a blank separated list of command line
|
|
||||||
options for that plugin. If <em>options</em> contains any blanks, you
|
|
||||||
need to enclose it in quotes, like for example</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p><strong>vdr -P "abc -a -b xyz"</strong></p>
|
<p><strong>vdr -P "abc -a -b xyz"</strong></p>
|
||||||
<p>which would load a plugin named <strong>abc</strong>, giving it the
|
<p>which would load a plugin named <strong>abc</strong>, giving it the command line options <strong>-a -b xyz</strong>. If you want to load all available plugins (without any particular options) you can use</p>
|
||||||
command line options <strong>-a -b xyz</strong>. If you want to load all
|
|
||||||
available plugins (without any particular options) you can use</p>
|
|
||||||
<p><strong>vdr -P "*"</strong></p>
|
<p><strong>vdr -P "*"</strong></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><h3><strong>-r </strong><em>cmd</em><strong>,
|
<dt><h3><strong>-r </strong><em>cmd</em><strong>, --record=</strong><em>cmd</em></h3></dt>
|
||||||
--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>
|
|
||||||
<p>Call <em>cmd</em> before and after a recording. See the file
|
|
||||||
<em>INSTALL</em> for more information.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--resdir=</strong><em>dir</em></h3></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 the config directory).</p>
|
||||||
<p>Read resource files from <em>dir</em> (default is to read them from
|
|
||||||
the config directory).</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--showargs[=</strong><em>dir</em><strong>]</strong></h3></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 <em>/etc/vdr/conf.d</em>), display them to the console and exit.</p>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>-s </strong><em>cmd</em><strong>,
|
<dt><h3><strong>-s </strong><em>cmd</em><strong>, --shutdown=</strong><em>cmd</em></h3></dt>
|
||||||
--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>
|
|
||||||
<p>Call <em>cmd</em> to shutdown the computer. See the file
|
|
||||||
<em>INSTALL</em> for more information.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--split</strong></h3></dt>
|
<dt><h3><strong>--split</strong></h3></dt>
|
||||||
<dd>
|
<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>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><strong>-t </strong><em>tty</em><strong>,
|
<dt><h3><strong>-t </strong><em>tty</em><strong>, --terminal=</strong><em>tty</em></h3></dt>
|
||||||
--terminal=</strong><em>tty</em></h3></dt>
|
<dd><p>Set the controlling terminal.</p>
|
||||||
<dd>
|
|
||||||
<p>Set the controlling terminal.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>-u </strong><em>user</em><strong>,
|
<dt><h3><strong>-u </strong><em>user</em><strong>, --user=</strong><em>user</em></h3></dt>
|
||||||
--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 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>
|
|
||||||
<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
|
|
||||||
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>
|
</dd>
|
||||||
<dt><h3><strong>--updindex=</strong><em>rec</em></h3></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 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 complete, and will be updated if it isn't. If there is no index file yet, a new one will be generated. The program will return immediately after 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.</p>
|
||||||
<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
|
|
||||||
format. If the recording already has an index file, it will be checked
|
|
||||||
whether it is complete, and will be updated if it isn't. If there is no
|
|
||||||
index file yet, a new one will be generated. The program will return
|
|
||||||
immediately after 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.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>--userdump</strong></h3></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><h3><strong>--vfat</strong></h3></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><h3><strong>-v </strong><em>dir</em><strong>,
|
<dt><h3><strong>-v </strong><em>dir</em><strong>, --video=</strong><em>dir</em></h3></dt>
|
||||||
--video=</strong><em>dir</em></h3></dt>
|
<dd><p>Use <em>dir</em> as video directory. The default is <em>/video</em>.</p>
|
||||||
<dd>
|
|
||||||
<p>Use <em>dir</em> as video directory. The default is
|
|
||||||
<em>/video</em>.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>-V, --version</strong></h3></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><h3><strong>-w </strong><em>sec</em><strong>,
|
<dt><h3><strong>-w </strong><em>sec</em><strong>, --watchdog=</strong><em>sec</em></h3></dt>
|
||||||
--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>
|
||||||
<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>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<p>If started without any options, vdr tries to read command line
|
<p>If started without any options, vdr tries to read command line options from files named '*.conf' in the directory /etc/vdr/conf.d. Files are read in alphabetical order. See vdr(5) for details.</p>
|
||||||
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>
|
<h1>SIGNALS</h1>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><h3><strong>SIGINT, SIGTERM</strong></h3></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><h3><strong>SIGHUP</strong></h3></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 example if an update has been installed.</p>
|
||||||
<p>Program exits with status 1. This can be used to force a reload, for
|
|
||||||
example if an update has been installed.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h1>EXIT STATUS</h1>
|
<h1>EXIT STATUS</h1>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><h3><strong>0</strong></h3></dt>
|
<dt><h3><strong>0</strong></h3></dt>
|
||||||
<dd>
|
<dd><p>Successful program execution.</p>
|
||||||
<p>Successful program execution.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>1</strong></h3></dt>
|
<dt><h3><strong>1</strong></h3></dt>
|
||||||
<dd>
|
<dd><p>An error has been detected which requires the DVB driver and <strong>vdr</strong> to be reloaded.</p>
|
||||||
<p>An error has been detected which requires the DVB driver and
|
|
||||||
<strong>vdr</strong> to be reloaded.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>2</strong></h3></dt>
|
<dt><h3><strong>2</strong></h3></dt>
|
||||||
<dd>
|
<dd><p>An non-recoverable error has been detected, <strong>vdr</strong> has given up.</p>
|
||||||
<p>An non-recoverable error has been detected, <strong>vdr</strong> has
|
|
||||||
given up.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h1>FILES</h1>
|
<h1>FILES</h1>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><h3><em>channels.conf</em></h3></dt>
|
<dt><h3><em>channels.conf</em></h3></dt>
|
||||||
<dd>
|
<dd><p>Channel configuration.</p>
|
||||||
<p>Channel configuration.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>timers.conf</em></h3></dt>
|
<dt><h3><em>timers.conf</em></h3></dt>
|
||||||
<dd>
|
<dd><p>Timer configuration.</p>
|
||||||
<p>Timer configuration.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>setup.conf</em></h3></dt>
|
<dt><h3><em>setup.conf</em></h3></dt>
|
||||||
<dd>
|
<dd><p>User definable setup.</p>
|
||||||
<p>User definable setup.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>commands.conf</em></h3></dt>
|
<dt><h3><em>commands.conf</em></h3></dt>
|
||||||
<dd>
|
<dd><p>User definable commands (executed from the <strong>Commands</strong> menu).</p>
|
||||||
<p>User definable commands (executed from the <strong>Commands</strong>
|
|
||||||
menu).</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>svdrphosts.conf</em></h3></dt>
|
<dt><h3><em>svdrphosts.conf</em></h3></dt>
|
||||||
<dd>
|
<dd><p>SVDRP host configuration, defining which hosts or networks are given access to the SVDRP port.</p>
|
||||||
<p>SVDRP host configuration, defining which hosts or networks are given
|
|
||||||
access to the SVDRP port.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>marks</em></h3></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><h3><em>info</em></h3></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><h3><em>resume</em></h3></dt>
|
<dt><h3><em>resume</em></h3></dt>
|
||||||
<dd>
|
<dd><p>Contains the index into the recording where the last replay session left off.</p>
|
||||||
<p>Contains the index into the recording where the last replay session
|
|
||||||
left off.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>index</em></h3></dt>
|
<dt><h3><em>index</em></h3></dt>
|
||||||
<dd>
|
<dd><p>Contains the file number, offset and type of each frame of the recording.</p>
|
||||||
<p>Contains the file number, offset and type of each frame of the
|
|
||||||
recording.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><em>remote.conf</em></h3></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><h3><em>keymacros.conf</em></h3></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><h3><em>00001.ts </em>... <em>65535.ts</em></h3></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><h3><em>epg.data</em></h3></dt>
|
<dt><h3><em>epg.data</em></h3></dt>
|
||||||
<dd>
|
<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>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><em>donerecs.data</em></h3></dt>
|
<dt><h3><em>donerecs.data</em></h3></dt>
|
||||||
<dd>
|
<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>
|
||||||
<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>
|
</dd>
|
||||||
<dt><h3><em>.update</em></h3></dt>
|
<dt><h3><em>.update</em></h3></dt>
|
||||||
<dd>
|
<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 "Recordings" menu.</p>
|
||||||
<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
|
|
||||||
"Recordings" menu.</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<h1>SEE ALSO</h1>
|
<h1>SEE ALSO</h1>
|
||||||
<p><strong>vdr</strong>(5),<strong>svdrpsend</strong>(1)</p>
|
<p><strong>vdr</strong>(5),<strong>svdrpsend</strong>(1)</p>
|
||||||
<h1>AUTHOR</h1>
|
<h1>AUTHOR</h1>
|
||||||
<p>Written by Klaus Schmidinger, with contributions from many others.
|
<p>Written by Klaus Schmidinger, with contributions from many others. See the file <em>CONTRIBUTORS</em> in the <strong>vdr</strong> source distribution.</p>
|
||||||
See the file <em>CONTRIBUTORS</em> in the <strong>vdr</strong> source
|
|
||||||
distribution.</p>
|
|
||||||
<h1>REPORTING BUGS</h1>
|
<h1>REPORTING BUGS</h1>
|
||||||
<p>Report bugs to <vdr-bugs@tvdr.de>.</p>
|
<p>Report bugs to <vdr-bugs@tvdr.de>.</p>
|
||||||
<h1>COPYRIGHT</h1>
|
<h1>COPYRIGHT</h1>
|
||||||
<p>Copyright © 2021 Klaus Schmidinger.</p>
|
<p>Copyright © 2021 Klaus Schmidinger.</p>
|
||||||
<p>This is free software; see the source for copying conditions. There
|
<p>This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</p>
|
||||||
is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
|
||||||
PURPOSE.</p>
|
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -8,32 +8,23 @@
|
|||||||
<h1>SYNOPSIS</h1>
|
<h1>SYNOPSIS</h1>
|
||||||
<p>svdrpsend [<em>options</em>] <em>command</em></p>
|
<p>svdrpsend [<em>options</em>] <em>command</em></p>
|
||||||
<h1>DESCRIPTION</h1>
|
<h1>DESCRIPTION</h1>
|
||||||
<p>This program sends commands to VDR (the Video Disk Recorder) and
|
<p>This program sends commands to VDR (the Video Disk Recorder) and displays the result. A list of available commands can be shown by sending the HELP command.</p>
|
||||||
displays the result. A list of available commands can be shown by
|
|
||||||
sending the HELP command.</p>
|
|
||||||
<h1>OPTIONS</h1>
|
<h1>OPTIONS</h1>
|
||||||
<dl>
|
<dl>
|
||||||
<dt><h3><strong>-d</strong> <em>hostname</em></h3></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 localhost).</p>
|
||||||
<p>Accesses the VDR at the specified <em>hostname</em> (default is
|
|
||||||
localhost).</p>
|
|
||||||
</dd>
|
</dd>
|
||||||
<dt><h3><strong>-p</strong> <em>port</em></h3></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>
|
||||||
</dl>
|
</dl>
|
||||||
<h1>EXAMPLES</h1>
|
<h1>EXAMPLES</h1>
|
||||||
<p>To request the available commands from the VDR running on the local
|
<p>To request the available commands from the VDR running on the local host:</p>
|
||||||
host:</p>
|
|
||||||
<p>svdrpsend HELP</p>
|
<p>svdrpsend HELP</p>
|
||||||
<h1>AUTHORS</h1>
|
<h1>AUTHORS</h1>
|
||||||
<p>Written by Tobias Grimm <tg@e-tobi.net></p>
|
<p>Written by Tobias Grimm <tg@e-tobi.net></p>
|
||||||
<p>Permission is granted to copy, distribute and/or modify this document
|
<p>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.</p>
|
||||||
under the terms of the GNU General Public License, Version 2 any later
|
<p>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.</p>
|
||||||
version published by the Free Software Foundation.</p>
|
|
||||||
<p>On Debian systems, the complete text of the GNU General Public
|
|
||||||
License can be found in /usr/share/common-licenses/GPL.</p>
|
|
||||||
<h1>SEE ALSO</h1>
|
<h1>SEE ALSO</h1>
|
||||||
<p>vdr(1), vdr(5)</p>
|
<p>vdr(1), vdr(5)</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user