From a503c6ab3f1763c98db5677a59d4d07bf8299025 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 17 Jan 2010 12:08:03 +0100 Subject: The "Edit timer" menu can now set the folder for the recording from a list of folders stored in "folders.conf" --- vdr.5 | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'vdr.5') diff --git a/vdr.5 b/vdr.5 index 875a7ded..f77ca7c9 100644 --- a/vdr.5 +++ b/vdr.5 @@ -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. -- cgit v1.2.3