diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-02 15:21:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-09-02 15:21:54 +0200 |
commit | 22ccf22f6f4c2dd94e322f0aebf134a90b310fae (patch) | |
tree | 5d6d38dc2b94ff37150f38b3248636ae5e1cfd5a /HISTORY | |
parent | 0d7571054579614f9278999077921942ca08a7bf (diff) | |
download | vdr-22ccf22f6f4c2dd94e322f0aebf134a90b310fae.tar.gz vdr-22ccf22f6f4c2dd94e322f0aebf134a90b310fae.tar.bz2 |
Using subtitle for repeating timers; taking summary at recording time
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -701,3 +701,18 @@ Video Disk Recorder Revision History been chosen since the file system's directory delimiter '/' may be part of a regular programme name (showing the directory hierarchy in the "Recordings" menu will follow later). +- Repeating timers now create recordings that contain the 'Subtitle' information + from the EPG data in their file name. Typically (on tv stations that care + about their viewers) this contains the episode title of a series. The + subtitle is appended to the timer's file name, separated by a '~' character, + so that it results in all recordings of this timer being collected in a + common subdirectory. You can disable this with the 'UseSubtitle' parameter + in the "Setup" menu. +- The summary information is now taken from the EPG data at the actual time of + recording (no longer at the time the timer is created in the "Schedule" menu). + If a timer already has summary data, that data will be used. If you have + repeating timers in your 'timers.conf', you may want to make sure they do + NOT contain any summary information (that's the last field in the timer + definitions). Use your favourite text editor to delete that information. + That way every recording will store the actual summary data at the time of + the recording. |