Implemented TITLE and EPISODE keywords

This commit is contained in:
Klaus Schmidinger
2002-02-03 15:55:04 +01:00
parent 0b7e9057da
commit deb9f88710
11 changed files with 149 additions and 63 deletions

11
HISTORY
View File

@@ -931,7 +931,7 @@ Video Disk Recorder Revision History
- Fixed handling improperly formatted EIT data (thanks to Rolf Hakenes).
2002-02-02: Version 0.99pre5
2002-02-03: Version 0.99pre5
- Updated channel settings for 'N24' (thanks to Andreas Gebel).
- Fixed handling hierarchical recordings menu in case of directories starting
@@ -953,3 +953,12 @@ Video Disk Recorder Revision History
- The new configuration file 'svdrphosts.conf' is now used to define which
hosts may access the SVDRP port (by default only 'localhost' has access).
See FORMATS for details.
- The special keywords TITLE and EPISODE can now be used in timer file names
(see MANUAL and FORMATS for details).
- The new setup parameter NameInstantRecord can be used to define how an
instant recording will be named (see MANUAL for details).
- When looking for the EPG record of the timer that starts a recording, now
that record is taken which covers the time calculated as
'start + (Setup.MarginStart * 2) + 1)' in order to have a better chance of
hitting the right record in case of an instant recording. Timers that start
further in the future should always be programmed via the "Schedules" menu.