diff options
| author | Dave <vdr@pickles.me.uk> | 2012-02-20 10:15:18 +0000 |
|---|---|---|
| committer | Dave <vdr@pickles.me.uk> | 2012-02-20 10:15:18 +0000 |
| commit | e3cc1a7fc9d51d7b3b41af3fdf1872d9b51afef1 (patch) | |
| tree | 2aa838a073591004e800d39c57a46c4df8159f0c /README | |
| parent | b9b48b3f1f8f5384d8425273669a4de2c595962f (diff) | |
| download | vdrtva-e3cc1a7fc9d51d7b3b41af3fdf1872d9b51afef1.tar.gz vdrtva-e3cc1a7fc9d51d7b3b41af3fdf1872d9b51afef1.tar.bz2 | |
Optionally email daily report.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -62,15 +62,28 @@ OSD (default 03:00). It captures CRID data for a time (default 10 minutes) then: - 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) -- Flags any split events (eg a long programme with a news sumary in the middle). +- Flags any split events (eg a long programme with a news summary in the middle). At present a manual check is needed that all parts of the programme are set to be recorded. -The plugin logs its activity through the VDR syslog. +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 + -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) + -u HH:MM --updatetime=HH:MM Time to update series links (default 03:00) + +The plugin logs activity through the VDR syslog, unless the -m parameter is set +in which case only errors go to syslog and a report is emailed to the given +address daily. The plugin has an SVDRP interface which is mainly used for debugging, but could be used to interface with other applications. The commands are: +LLOG Print the pending log report + LSTL Print the series links list LSTS Print the 'suggested' events list |
