blob: 9af5ce2fc984a74e733588a90cbfad51ee2fde59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
2008/2/2 - Version 0.0.1 (vdr version 1.5.13)
- Initial preview.
2008/3/30 - Version 0.0.2 (vdr version 1.6.0)
- sdt.c - minor code tidy.
- eit.c - don't populate CRIDs if DefaultAuthority hasn't been set yet.
- change tags in epg.data to match vdr standard.
- check CRID is not indirectly referenced via a CIT.
- vdr.5 - document changes made to files.
2008/9/30 - Version 0.0.3 (vdr version 1.6.0-2)
- Patch against latest VDR version
- Sample Perl program included to implement Series Link.
- Freeview Playback is now Freeview Plus.
2008/12/01 - Version 0.0.4 (vdr version 1.6.0-2)
- eit.c - fixed memory leak (thanks Dominic Morris).
- series.pl - links file could be corrupted if a new timer was manually added to a series. Timer clash detection added. General clean-up.
2009/8/23 - Version 0.0.5 (vdr versions 1.6.0-2 and 1.7.9)
- New patch for development version of vdr.
2009/11/22 - Version 0.0.6 (vdr versions 1.6.0-2 and 1.7.10)
- timers.c - Apply an old VPS patch by Anssi Hannula to use Running Status for VPS.
- series.pl - Auto-created timers use Running Status to set start/stop times.
- README-vps New file.
2010/1/6 - Version 0.0.7 (vdr versions 1.6.0-2 and 1.7.11)
- config.c
- menu.c
- timers.c - Modify VPS patch to use a new config parameter 'VpsFallback' to determine whether to use Running Status for accurate recording. Config changes based on the Mandriva source for vdr.
- epg.c - Change the ID letters used for the CRIDs in epg.data to X and Y, because vdr now uses R for Parental Rating. Note that this will cause error messages in the log when viewing old recordings but these are harmless.
- vdr.5 - Updated man page with new CRID IDs.
2010/5/9 - Version 0.0.8 (vdr versions 1.6.0-2 and 1.7.14)
series.pl - Ensure that all parts of split events (eg a long film with a news summary in the middle) are recorded. Warn if the title of an event in the EPG has changed since a timer was set - maybe it is no longer the same programme...
2010/6/6- Version 0.0.9 (vdr versions 1.6.0-2 and 1.7.15)
series.pl - Don't try to process timers if there aren't any. Change default SVRDP port to 6419 in line with VDR 1.7.15.
|