mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Using timer priority to interrupt lower priority timer recording
This commit is contained in:
8
HISTORY
8
HISTORY
@@ -266,7 +266,7 @@ Video Disk Recorder Revision History
|
||||
are programmed via the "Schedules" menu) are now replaced by suitable
|
||||
substitutes.
|
||||
|
||||
2000-11-11: Version 0.68
|
||||
2000-11-12: Version 0.68
|
||||
|
||||
- Date and time in the title of an event info page are now always right adjusted.
|
||||
- The 'current channel' is now handled device specific (in case there is more
|
||||
@@ -281,3 +281,9 @@ Video Disk Recorder Revision History
|
||||
- There can now be a configuration file named 'commands.conf' that defines
|
||||
commands that can be executed through the "Main" menu's "Commands" option
|
||||
(see FORMATS for details on how to define these commands).
|
||||
- The 'Priority' parameter of the timers is now also used to interrupt a low
|
||||
priority timer recording if a higher priority timer wants to record.
|
||||
- A timer recording on a DVB card with a CAM module will now be interrupted
|
||||
by a timer that needs to use this specific DVB card to record an encrypted
|
||||
channel, if the timer currently occupying this DVB card doesn't need the
|
||||
CAM module (and thus can continue recording on a different DVB card).
|
||||
|
Reference in New Issue
Block a user