diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-11 11:29:22 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-02-11 11:29:22 +0100 |
commit | c0ed9649a3f32b4510eddb47dfd82bcc860eac70 (patch) | |
tree | 1302204c7951816cad401e604d1ba3a8c42cb6ae /FORMATS | |
parent | 535e755278ef51b923a71299204ec86da4229d02 (diff) | |
download | vdr-c0ed9649a3f32b4510eddb47dfd82bcc860eac70.tar.gz vdr-c0ed9649a3f32b4510eddb47dfd82bcc860eac70.tar.bz2 |
Fixed handling ':' in timer filenames and '\n' in timer summaries
Diffstat (limited to 'FORMATS')
-rw-r--r-- | FORMATS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -56,8 +56,10 @@ Video Disk Recorder File Formats - End time (first two digits for the hour, second two digits for the minutes) - Priority (from 00 to 99, 00 = lowest prioity, 99 = highest priority) - Guaranteed lifetime of recording (in days) - - Name of timer (will be used to name the recording) - - Summary + - Name of timer (will be used to name the recording); if the name contains + any ':' characters, these have to be replaced with '|' + - Summary (any newline characters in the summary have to be replaced with '|'; + the summary may contain ':' characters) * setup.conf |