summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDave <vdr@pickles.me.uk>2012-09-01 15:44:47 +0100
committerDave <vdr@pickles.me.uk>2012-09-01 15:44:47 +0100
commite249e6dfb9cdec78ec713c411875d1f3f92b1fcf (patch)
treea43fba01e8fda83f30d9e5212014a00f5260b4bf /README
parenta9ff059861df609c3027b3570fd4957cc3b7b42a (diff)
downloadvdrtva-e249e6dfb9cdec78ec713c411875d1f3f92b1fcf.tar.gz
vdrtva-e249e6dfb9cdec78ec713c411875d1f3f92b1fcf.tar.bz2
Add option to skip timer collision check (eg if using multiple cards)
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 5fd623b..62f8256 100644
--- a/README
+++ b/README
@@ -65,7 +65,8 @@ parameter or in VDR's OSD (default 03:00) which:
- Checks each series link to see if any new events have been added to the EPG in
the same series. If so then timers are added for them.
-- Checks for timer clashes and suggests possible alternative recording times.
+- Checks for timer clashes and suggests possible alternative recording times
+ (unless the -n flag is set).
- Checks that the event being recorded by each timer is the same as when the
timer was set (ie that the EPG has not changed in the meantime)
@@ -82,6 +83,7 @@ The plugin takes the following parameters:
-l n --lifetime=n Lifetime of new timers (default 99)
-m addr --mailaddr=addr Address to send mail report
+ -n --nocheck Do not check for timer collisions
-p n --priority=n Priority of new timers (default 99)
-s n --serieslifetime=n Days to remember a series after the last event
(default 30)