diff options
| author | Dave <vdr@pickles.me.uk> | 2012-09-01 15:44:47 +0100 |
|---|---|---|
| committer | Dave <vdr@pickles.me.uk> | 2012-09-01 15:44:47 +0100 |
| commit | e249e6dfb9cdec78ec713c411875d1f3f92b1fcf (patch) | |
| tree | a43fba01e8fda83f30d9e5212014a00f5260b4bf /README | |
| parent | a9ff059861df609c3027b3570fd4957cc3b7b42a (diff) | |
| download | vdrtva-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-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |
