summaryrefslogtreecommitdiff
path: root/Tools/master-timer/README
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2001-08-06 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2001-08-06 18:00:00 +0200
commitf1d1c9849c8e27cccb46cf9c0d0ccb59da3f91f9 (patch)
treeb5a5f73f7b7595c7371cab1fc11f2ea60aa2b392 /Tools/master-timer/README
parent8f9cc68f76c4fd0960f919a77fb16a6455922deb (diff)
downloadvdr-patch-lnbsharing-f1d1c9849c8e27cccb46cf9c0d0ccb59da3f91f9.tar.gz
vdr-patch-lnbsharing-f1d1c9849c8e27cccb46cf9c0d0ccb59da3f91f9.tar.bz2
Version 0.90vdr-0.90
- Modified the display of the channel group separators (thanks to Markus Lang for this suggestion). - Added support for replaying DVDs (thanks to Andreas Schultz). See INSTALL for instructions on how to compile VDR with DVD support. - Fixed replay progress display in case replay is paused while watching an ongoing recording. - Ringbuffer uses semaphores to signal empty/full conditions. - Fixed calculating the timeout value in cFile::FileReady() (thanks to Wolfgang Henselmann-Weiss).
Diffstat (limited to 'Tools/master-timer/README')
-rw-r--r--Tools/master-timer/README52
1 files changed, 52 insertions, 0 deletions
diff --git a/Tools/master-timer/README b/Tools/master-timer/README
new file mode 100644
index 0000000..c71e6e1
--- /dev/null
+++ b/Tools/master-timer/README
@@ -0,0 +1,52 @@
+ Master-Timer (w) by Matthias Schniedermeyer (ms@citd.de)
+ ============
+
+
+1. Introduction
+---------------
+
+Master-Timer ist a system for recording Films/Series automaticaly
+
+2. Requierements
+----------------
+
+epg.data
+
+3. Config-Files
+---------------
+
+For all files: One Entry per Line. Each line is a "Regular Expresion"
+ So you can use all Perl-Style REs you want.
+ The RE are matched with "i" so they are case insensitive!
+ (Except for the "done"-list, these must match excatly!)
+
+deepblack: Blacklist of "Titles" you NEVER EVER want to get to you eyes
+
+subtitle-movies: A list of "Subtitles" which indicate a movie.
+ (For Channels that correctly fill out the Subtitle.
+ e.g. it won't work for *eRTL*)
+
+torecord: The titles/subtitles/Description you want to record
+
+done: The titles/subtitles which are already recorded/should not be recorded
+ (Programmed Timers which got inserted into "done" will be deleted
+ automaticaly)
+
+4. Notices
+----------
+
+- Recordings "overlapping" on the same channel, will be joined into one Timer
+- Title/Subtitle/Descriptions are "fixed" for Channel that don't fill them
+ out "correctly" (Currently the "Bugs" from Pro-7/VOX/VIVA)
+ Pro7: Remove the Title from the Subtitle '<Title> / <Subtitle>'
+ VOX/VIVA: Subtitle is enclosed into "" and after ". " is the description
+ VIVA: When the Subtitle beginns with space the subtitle is moved to
+ description
+ All (except the second VIVA one) fixes are tried onto ALL Subtitles.
+
+5. Known-Bugs
+-------------
+
+- It isn't checked if there are enough DVB-Cards
+- Overlapping Timers, on the same channel, are always joined
+- JOINed timers which are "done" don't get deleted automaticaly