summaryrefslogtreecommitdiff
path: root/UPDATE-2.0.0
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-11-18 13:21:23 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-11-18 13:21:23 +0100
commit56f8752b9a08b43ffd0a8e7e4bb2b0d13fc6d28f (patch)
treee7e2e80abe640bdec54d1fe62ca7a32987ad5b80 /UPDATE-2.0.0
parentd46a31d4178304841e66a2d8f2ecd983580561f3 (diff)
downloadvdr-56f8752b9a08b43ffd0a8e7e4bb2b0d13fc6d28f.tar.gz
vdr-56f8752b9a08b43ffd0a8e7e4bb2b0d13fc6d28f.tar.bz2
Added notes from HISTORY
Diffstat (limited to 'UPDATE-2.0.0')
-rw-r--r--UPDATE-2.0.011
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATE-2.0.0 b/UPDATE-2.0.0
index e65ab45f..a9d4d107 100644
--- a/UPDATE-2.0.0
+++ b/UPDATE-2.0.0
@@ -78,6 +78,11 @@ Plugins:
+ The default table id for a newly created cEvent has been changed to 0xFF,
which is higher than any normal table id that is broadcast in the EIT data.
See PLUGINS.html, section "Electronic Program Guide" for more information.
+- The cThread constructor now has an additional boolean parameter that can be set to
+ true to have this thread run at a lower priority. Plugin authors that use low
+ priority threads may want to use this instead of the calls to SetPriority(19) and
+ SetIOPriority(7). The priority of a thread ("low" or "high") is now logged when the
+ thread starts.
Skins:
@@ -330,6 +335,12 @@ Recordings:
- If a frame position in the 'marks' file of a recording doesn't point to an I-frame,
it will now be shifted towards the next I-frame (either up or down, whichever is
closer).
+- Editing marks can now be placed directly on top of each other, in which case they
+ simply mark a position, but have no effect on the actual cutting process.
+- When positioned at an offset where two (or more) editing marks are placed on top
+ of each other, the '4' key moves the first one of them to the left, while the '6'
+ key moves the last one of them to the right. The '7' and '9' key handle multiple
+ marks at the same place as if it were one single mark.
SVDRP: