mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 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).
This commit is contained in:
32
Tools/master-timer/sample/torecord
Normal file
32
Tools/master-timer/sample/torecord
Normal file
@@ -0,0 +1,32 @@
|
||||
# Format: (Every field is "optional".
|
||||
# [Title RE|Subtitle RE|Description RE|Channel-Name|Timeframe|Prio|Timer-Title|Marginstart;Marginstop|VDR-Instance]
|
||||
#
|
||||
# To record something at least one of the "Title", "Subtitle" or "Description"
|
||||
# Fields has to be provided. This 3 fields are "include" and the rest are
|
||||
# "exclude" fields!
|
||||
#
|
||||
# More than one channel definition can be provided. The delimiter is ";"
|
||||
# Additionaly you can make a "blacklist" of Channels when you prepent a "!" to the first Channel Definition
|
||||
# The "!" is only tested for the FIRST Channel definition.
|
||||
# You can only have a white or a blacklist (Mixing doesn't make sense!)
|
||||
#
|
||||
# ex. Record the series "Deep Space Nine" on Sci-Fantasy in the timeframe 09:00 - 14:00 with 60 Seconds Marginstart and -60 Seconds Marginstop
|
||||
# Deep Space Nine|||Sci-Fantasy|0900-1400|99|DS9|60;-60
|
||||
#
|
||||
# Record all "Actionfilm"s with "Schwarzenegger"
|
||||
# |Actionfilm|Schwarzenegger
|
||||
#
|
||||
Babylon 5|||!Pro-7||99|60;-60|1
|
||||
Deep Space Nine|||||99|DS9|60;-60|2
|
||||
Seven Days|||||99|
|
||||
Stargate|||||99|
|
||||
Futurama||||2100-2300|50|
|
||||
Ally McBeal|||||99|
|
||||
Snoops|||||50|
|
||||
^Friends$|||||99|Friends|
|
||||
Pensacola|||||50|
|
||||
seaQuest|||||50|
|
||||
||Paltrow|Sci Fantasy;13th Street;Star Kino;Cine Action;Cine Comedy;Romantic Movies;Studio Universal;Premiere||99|
|
||||
||Aniston|||99|
|
||||
Matrix
|
||||
|
Reference in New Issue
Block a user