index
:
vdrtva
master
VDR TV Anytime patch
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vdrtva.c
Age
Commit message (
Expand
)
Author
2016-06-01
Tidy shutdown code.
Dave
2016-05-04
OSD: Display future timers for each series link.
Dave
2016-03-13
Change series link lifetime to 91 days (NORDIG spec).
Dave
2016-02-11
Use non-escaped event title for timers in daily report.
Dave
2015-12-01
Fix initial CRID collection for devices with no RTC (eg Raspberry Pi).
Dave
2015-11-02
Create links.data file on first run, not when first link is created. Update T...
Dave
2015-10-08
Create new version 0.3.6.
v0.3.6
Dave
2015-09-29
Makefile now builds stable or development version.
Dave
2015-02-23
Added VPS patch for new stable VDR version 2.2.0.
v0.3.5
Dave
2013-08-13
Only add events on same channel to series.
v0.3.4
Dave
2013-08-09
Refactor links code.
Dave
2013-08-07
Add channel name to links file entries.
Dave
2013-05-15
Add heading to daily timer check report.
Dave
2012-10-10
Don't log CRC errors. Patch updated to vdr 1.7.31.
v0.3.1
Dave
2012-09-01
Add option to skip timer collision check (eg if using multiple cards)
Dave
2012-08-16
Added another check for missing event pointer.
Dave
2012-07-19
Provide OSD to manage Series Links.
v0.3.0
Dave
2012-07-14
Delete leading 'crid://' from Default Authority if found.
Dave
2012-07-09
Don't try to delete a running timer, also tell VDR if we do delete one.
Dave
2012-07-08
Delete any remaining timers when deleting a series link.
Dave
2012-07-07
Delay collection to allow other plugins to start first.
Dave
2012-06-21
Start CRID collection at VDR startup.
v0.2.2
Dave
2012-06-17
Simplify saving of Links file.
Dave
2012-06-16
Allow for start-padding when checking timers for changed events.
Dave
2012-06-06
Links file functions moved into Links class.
Dave
2012-05-23
Variables holding timestamps should be of type time_t.
Dave
2012-05-17
Add series title to links file.
v0.2.1
Dave
2012-05-14
Add VPS patch for latest VDR. Fix another compiler warning.
Dave
2012-05-09
Add 'delete series link' SVDRP command.
Dave
2012-05-02
Correctly maintain list counts.
Dave
2012-04-23
Suppress a few compiler warnings with latest gcc.
Dave
2012-04-20
Gather CRID data continuously.
v0.2.0
Dave
2012-04-16
Timers are recording into subdirectories when they shouldn't be.
Dave
2012-04-12
Handle timers recording into subdirectories.
Dave
2012-04-10
Ignore repeating timers.
Dave
2012-03-25
Fix update time when DST changes.
Dave
2012-03-22
Start CRID data capture soon after VDR startup.
Dave
2012-03-18
Ignore inactive timers. Dont hard-code status flags.
Dave
2012-03-16
Mail report rewritten to include suggestions.
v0.1.2
Dave
2012-03-08
More code tidying.
Dave
2012-02-25
Made logging more verbose.
v0.1.1
Dave
2012-02-20
Optionally email daily report.
Dave
2012-02-12
Code tidying.
Dave
2012-02-09
When timer clash detected, check alternatives for further clashes.
Dave
2012-02-02
Fix start/stop times for timers created without VPS.
Dave
2012-02-02
Don't add VPS flag to new timers if UseVps = 0
Dave
2012-02-01
Fixed OSD. 'Suggests' list de-duped.
v0.1.0
Dave
2012-01-16
Reorganised to stress 'patch' version is obsolete.
v0.0.7
Dave