diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-17 12:08:03 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-01-17 12:08:03 +0100 |
commit | a503c6ab3f1763c98db5677a59d4d07bf8299025 (patch) | |
tree | 8c041b2e26b1453151f73927cdb3dacbe10b2f50 /vdr.5 | |
parent | 61c1df70040cbb9215f9735be36cf414b039a2e6 (diff) | |
download | vdr-a503c6ab3f1763c98db5677a59d4d07bf8299025.tar.gz vdr-a503c6ab3f1763c98db5677a59d4d07bf8299025.tar.bz2 |
The "Edit timer" menu can now set the folder for the recording from a list of folders stored in "folders.conf"
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 42 |
1 files changed, 41 insertions, 1 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 2.11 2010/01/03 13:37:07 kls Exp $ +.\" $Id: vdr.5 2.12 2010/01/16 15:45:28 kls Exp $ .\" .TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files" .SH NAME @@ -489,6 +489,46 @@ Note that the color keys will only execute their macro function in "normal viewing" mode (i.e. when no other menu or player is active). The \fIUser1\fR...\fIUser9\fR keys will always execute their macro function. There may be up to 15 keys in such a key sequence. +.SS FOLDERS +The file \fIfolders.conf\fR contains the definitions of folders that can be used +in the "Edit timer" menu. Each line contains one folder definition. Leading whitespace +and everything after and including a '#' is ignored. A line ending with '{' +defines a sub folder (i.e. a folder that contains other folders), and a line +consisting of only '}' ends the definition of a sub folder. + +Example: + +Daily { +.br + News +.br + Soaps +.br + } +.br +Archive { +.br + Movies +.br + Sports +.br + Sci-Fi { +.br + Star Trek +.br + U.F.O. +.br + } +.br + } +.br +Comedy +.br +Science + +Note that these folder definitions are only used to set the file name under which +a timer will store its recording. Changing these definitions in any way has no +effect on existing timers or recordings. .SS COMMANDS The file \fIcommands.conf\fR contains the definitions of commands that can be executed from the \fBvdr\fR main menu's "Commands" option. |