diff --git a/VDR-command-reference.md b/VDR-command-reference.md index 39c6c1a..bfd24ae 100644 --- a/VDR-command-reference.md +++ b/VDR-command-reference.md @@ -196,8 +196,8 @@

SIGNALS

-

+

SIGINT, + SIGTERM

Program exits with status 0.

SIGHUP

Program exits with status 1. This can be used to force a reload, for @@ -205,8 +205,8 @@
-

+

EXIT + STATUS

0

Successful program execution.
@@ -263,8 +263,8 @@
-

+

SEE + ALSO

vdr(5),svdrpsend(1)

@@ -273,8 +273,8 @@ See the file CONTRIBUTORS in the vdr source distribution.

-

+

REPORTING + BUGS

Report bugs to <vdr-bugs@tvdr.de>.

diff --git a/VDR-file-formats-and-conventions.md b/VDR-file-formats-and-conventions.md index 1d43751..2c8d1d1 100644 --- a/VDR-file-formats-and-conventions.md +++ b/VDR-file-formats-and-conventions.md @@ -303,8 +303,8 @@

...:201;2001=deu,2002=eng:...

-

+

Conditional + access

A hexadecimal integer defining how this channel can be accessed: @@ -536,8 +536,8 @@
-

+

Auxiliary + data

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 @@ -658,8 +658,8 @@ There can be any number of actions in a line, including none at all - in which the file. Devices may be listed more than once.

-

+

SATELLITE + CHANNEL ROUTING (SCR)

The file scr.conf contains the channel definitions of the SCR device in use. The format is

channel frequency [pin]

@@ -690,8 +690,8 @@ There can be any number of actions in a line, including none at all - in which listed more than once, only its first appearance counts.

-

+

REMOTE + CONTROL KEYS

The file remote.conf contains the key assignments for all remote control units. Each line consists of one key assignment in the following format:

@@ -703,8 +703,8 @@ There can be any number of actions in a line, including none at all - in which control delivers when the given key is pressed.

-

+

KEY + MACROS

The file keymacros.conf contains user defined macros that will be executed whenever the given key is pressed. The format is

macrokey [@plugin] key1 key2 key3...

@@ -832,8 +832,8 @@ Calendar: date;echo;cal the user whether this command shall really be executed.

-

+

RECORDING + COMMANDS

The file reccmds.conf can be used to define commands that can be applied to the currently highlighted recording in the "Recordings" menu. The syntax is exactly the same as described for @@ -842,8 +842,8 @@ Calendar: date;echo;cal blank and enclosed in single quotes.

-

+

SVDRP + HOSTS

The file svdrphosts.conf contains the IP numbers of all hosts that are allowed to access the SVDRP port. Each line contains one IP number in the format

@@ -912,8 +912,8 @@ Calendar: date;echo;cal will be used.

-

+

AUDIO/VIDEO + DATA

The files 00001.ts...65535.ts are the actual recorded data files. In order to keep the size of an individual file below a given limit, a recording may be split into several files. The contents of @@ -1007,8 +1007,8 @@ Calendar: date;echo;cal

- the comment is currently not used by VDR

-

+

SORT + MODE

The file .sort (if present in a directory) contains an integer number defining the mode by which this directory shall be sorted when presented in a menu.

@@ -1025,8 +1025,8 @@ Calendar: date;echo;cal
-

+

RECORDING + TIMER

The file .timer (if present in a recording directory) contains the full id of the timer that is currently recording into this directory. Timer ids are of the form

@@ -1036,8 +1036,8 @@ Calendar: date;echo;cal and is deleted when it ends.

-

+

EPG + DATA

The file epg.data contains the EPG data in an easily parsable format. The first character of each line defines what kind of data this line contains.

@@ -1200,8 +1200,8 @@ Calendar: date;echo;cal into the info file of a recording that is made for such an event.

-

+

CAM + DATA

The file cam.data contains information about which CAM in the system can decrypt a particular channel. Each line in this file contains a channel id, followed by one or more (blank separated) numbers, indicating @@ -1216,8 +1216,8 @@ Calendar: date;echo;cal program ends. If the file is read-only, it will not be overwritten.

-

+

CAM + AUTO RESPONSE

If your CAM keeps popping up annoying messages or you want to make sure VDR can record programmes with parental rating without having to enter the PIN (in case you can't turn that off in your CAM), you can set up auto @@ -1274,8 +1274,8 @@ Calendar: date;echo;cal to be comment.

-

+

COMMANDLINE + OPTIONS

If started without any options, vdr tries to read any files in the directory /etc/vdr/conf.d with names that do not begin with a '.' and that end with '.conf'. These files are read in alphabetical order. The format of @@ -1301,8 +1301,8 @@ Calendar: date;echo;cal

-

+

SEE + ALSO

vdr(1)

@@ -1310,8 +1310,8 @@ Calendar: date;echo;cal

Written by Klaus Schmidinger.

-

+

REPORTING + BUGS

Report bugs to <vdr-bugs@tvdr.de>.

diff --git a/svdrpsend-command-reference.md b/svdrpsend-command-reference.md index 3dba281..22e86d5 100644 --- a/svdrpsend-command-reference.md +++ b/svdrpsend-command-reference.md @@ -41,8 +41,8 @@ License can be found in /usr/share/common-licenses/GPL.

-

+

SEE + ALSO

vdr(1), vdr(5)