diff options
| author | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-11 08:29:41 +0200 | 
|---|---|---|
| committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-09-11 08:29:41 +0200 | 
| commit | f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9 (patch) | |
| tree | 114d602c8637ed6744007109579ca5b278434fea /MANUAL | |
| parent | 4e46d2bb3bbcaa72bc106170d9a7dd0ec77ddd0d (diff) | |
| download | vdr-f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9.tar.gz vdr-f1bef11f45f4e3450b51d4c4b5ccf4f52e7039e9.tar.bz2 | |
Implemented the setup option "Recording/Record key handling"
Diffstat (limited to 'MANUAL')
| -rw-r--r-- | MANUAL | 12 | 
1 files changed, 10 insertions, 2 deletions
| @@ -890,8 +890,13 @@ Version 2.2                           means that this recording will never be deleted                           automatically. -  Pause priority = 10    The Priority and Lifetime values used when pausing live -  Pause lifetime = 1     video. +  Record key handling = 2 +                         Defines what happens if the Record key on the remote control +                         is pressed during live tv. +                         0 = no instant recording +                         1 = confirm instant recording +                         2 = record instantly +                         The default is 2.    Pause key handling = 2 Defines what happens if the Pause key on the remote control                           is pressed during live tv. @@ -900,6 +905,9 @@ Version 2.2                           2 = pause live video                           The default is 2. +  Pause priority = 10    The Priority and Lifetime values used when pausing live +  Pause lifetime = 1     video. +    Use episode name = yes Repeating timers use the EPG's 'Episode name' information                           to create recording file names in a hierarchical structure                           (for instance to gather all episodes of a series in a | 
