From c4aacd5b7f8b837e2c58b23f62b42b402b087227 Mon Sep 17 00:00:00 2001 From: AutoMirror Bot Date: Mon, 8 Apr 2024 17:35:29 +0000 Subject: [PATCH] Auto-Update wiki pages --- VDR-command-reference.md | 84 +++++++++++++++++----------------- svdrpsend-command-reference.md | 4 +- 2 files changed, 44 insertions(+), 44 deletions(-) diff --git a/VDR-command-reference.md b/VDR-command-reference.md index df0fc0e..016e41c 100644 --- a/VDR-command-reference.md +++ b/VDR-command-reference.md @@ -36,26 +36,26 @@

OPTIONS

-

-a cmd, --audio=cmd

+

-a cmd, --audio=cmd

Send Dolby Digital audio to stdin of command cmd.
-

--cachedir=dir

+

--cachedir=dir

Save cache files in dir (default is to save them in the video directory).
-

--chartab=character_table

+

--chartab=character_table

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).
-

-c dir, --config=dir

+

-c dir, --config=dir

Read config files from directory dir (default is to read them from the video directory).

-d, --daemon

Run in daemon mode (implies --no-kbd).
-

-D num, --device=num

+

-D num, --device=num

Use only the given DVB device (num = 0, 1, 2...). There may be several -D options (by default all DVB devices will be used). If -D- is given, no DVB devices will be used at all, independent of any other -D options.
-

--dirnames=path[,name[,enc]]

+

--dirnames=path[,name[,enc]]

Set the maximum directory path length to path (default is the maximum value allowed on the system). If name 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 path, to make sure the directory path will never become too long.
-

--edit=rec

+

--edit=rec

Edit the given recording. rec must be the full path name of an existing recording. The program will return immediately after editing the recording.
-

-E file, --epgfile=file

+

-E file, --epgfile=file

Write the EPG data into the given file (default is epg.data in the cache directory). Use -E- to disable this. If file is a directory, the file epg.data will be created in that directory.
-

--filesize=size

+

--filesize=size

Limit video files to size bytes (default is 2000M). This option is only useful in conjunction with --edit, and must precede that option to have an effect. size 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.
-

--genindex=rec

+

--genindex=rec

Generate the index file for the given recording. rec 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.
-

-g, --grab=dir

+

-g, --grab=dir

Write images from the SVDRP command GRAB into the given directory dir. dir must be the full path name of an existing directory, without any "..", double '/' or symlinks. By default, or if -g- is given, grabbing images to disk is disabled.

-h, --help

Print a help message and exit.
-

-i instance, --instance=instance

+

-i instance, --instance=instance

Use instance 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.
-

-l level, --log=level

+

-l level, --log=level

Set logging to level. 0 = no logging, 1 = errors only, 2 = errors and info, 3 = errors, info and debug. The default logging level is 3. If logging should be done to LOG_LOCALn instead of LOG_USER, add '.n' to LEVEL, as in 3.7 (n=0..7).
-

-L dir, --lib=dir

+

-L dir, --lib=dir

Search for plugins in directory dir (default is ./PLUGINS/lib). There can be several -L options with different dir values. Each of them will apply to the -P options following it.
-

--lirc[=path]

+

--lirc[=path]

Use a LIRC remote control device. If path is omitted, vdr uses /var/run/lirc/lircd.
-

--localedir=dir

+

--localedir=dir

Search for locale files in dir (default is ./locale).

-m, --mute

Mute audio of the primary DVB device at startup.

--no-kbd

Don't use the keyboard as an input device.
-

-p port, --port=port

+

-p port, --port=port

Use port for SVDRP. A value of 0 turns off SVDRP. The default SVDRP port is 6419. You need to edit the file svdrphosts.conf 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 options, --plugin=options

+

-P options, --plugin=options

Load a plugin, defined by the given options. The first word in options must be the name of an existing vdr plugin, optionally followed by a blank separated list of command line options for @@ -144,31 +144,31 @@

(note the quotes around the asterisk to prevent wildcard expansion).

-

-r cmd, --record=cmd

+

-r cmd, --record=cmd

Call cmd before and after a recording. See the file INSTALL for more information.
-

--resdir=dir

+

--resdir=dir

Read resource files from dir (default is to read them from the config directory).
-

--showargs[=dir]

+

--showargs[=dir]

Read command line arguments from dir (default is /etc/vdr/conf.d), display them to the console and exit.
-

-s cmd, --shutdown=cmd

+

-s cmd, --shutdown=cmd

Call cmd to shutdown the computer. See the file INSTALL for more information.

--split

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.
-

-t tty, --terminal=tty

+

-t tty, --terminal=tty

Set the controlling terminal.
-

-u user, --user=user

+

-u user, --user=user

Run as user user 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. user can be a user name or a numerical id.
-

--updindex=rec

+

--updindex=rec

Update the index file for the given recording. rec 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 @@
Allow coredumps if -u is given (only for debugging).

--vfat

For backwards compatibility (same as --dirnames= 250,40,1).
-

-v dir, --video=dir

+

-v dir, --video=dir

Use dir as video directory. The default is /video.

-V, --version

Print version information and exit.
-

-w sec, --watchdog=sec

+

-w sec, --watchdog=sec

Activate the watchdog timer with a timeout of sec seconds. A value of 0 (default) disables the watchdog.
@@ -218,43 +218,43 @@

FILES

-

channels.conf

+

channels.conf

Channel configuration.
-

timers.conf

+

timers.conf

Timer configuration.
-

setup.conf

+

setup.conf

User definable setup.
-

commands.conf

+

commands.conf

User definable commands (executed from the Commands menu).
-

svdrphosts.conf

+

svdrphosts.conf

SVDRP host configuration, defining which hosts or networks are given access to the SVDRP port.
-

marks

+

marks

Contains the editing marks defined for a recording.
-

info

+

info

Contains a description of the recording.
-

resume

+

resume

Contains the index into the recording where the last replay session left off.
-

index

+

index

Contains the file number, offset and type of each frame of the recording.
-

remote.conf

+

remote.conf

Contains the key assignments for the remote control.
-

keymacros.conf

+

keymacros.conf

Contains user defined remote control key macros.
-

00001.ts ... 65535.ts

+

00001.ts ... 65535.ts

The actual data files of a recording.
-

epg.data

+

epg.data

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.
-

donerecs.data

+

donerecs.data

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.
-

.update

+

.update

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.
diff --git a/svdrpsend-command-reference.md b/svdrpsend-command-reference.md index 277ccee..489422e 100644 --- a/svdrpsend-command-reference.md +++ b/svdrpsend-command-reference.md @@ -18,10 +18,10 @@

OPTIONS

-

-d hostname

+

-d hostname

Accesses the VDR at the specified hostname (default is localhost).
-

-p port

+

-p port

Uses the SVDRP port number port (default is 6419).