blob: 34ed4d1d5069198b76063698935ba6d2ee32cc66 (
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
43
44
45
46
47
48
49
50
51
52
53
54
55
|
VDR Plugin 'vdrmanager' Revision History
------------------------------------
2013-01-xx: Version 0.9 (http://projects.vdr-developer.org/versions/show/312)
- Improved Timer/Recording deletion
- Improved recording information (recordings command)
- Free alocated memory after search
- Group by Satellite(Source) in the channel list(channels command delivers now also the Source)
- support streamdev recording streaming.
- Audio Tracks in Event infos
- adopt vdr 1.7.34 Makfile for plugins
2012-11-27: Version 0.8
-Bug #1145: forceCheckSvdrp is initializied randomly if not initialized via getopt's -s
-Feature #1146: More info on command line options
2012-06-21: Version 0.7
-Bug #861: Escape Channelnames too, because some channels have (sky select?) ":" in names and it is used as separator
-Bug #869: Error on Timer Mofiication should be wellformed (add START/END)
-Bug #950: Bugfix in getting recording length
-Bug #1008: Plugin does not listen on socket
-Feature #870: make vdr-plugin compatibel for vdr < 10721
-Feature #914: Support VPS and Recurring Timers
-Feature #916: If not timer->Event() then find over all timer's channel events
-Feature #951: Switch Channel Support
2011-12-28: Version 0.6
-Bug fix on checking recording's event title
2011-11-13: Version 0.5
-Fixed dereferencing of a null pointer in recordings handler, http://projects.vdr-developer.org/issues/765
-Switched to safe sprintf, http://projects.vdr-developer.org/issues/801
-Log to syslog if a method call fails http://projects.vdr-developer.org/issues/802
2011-11-12: Version 0.4
-Delete recordings properly
-Timers CRUD should be bugfree now
2011-11-06: Version 0.3
- Check against svdrphosts.conf file only if a) forced via command
line argument -s or no password was specified via -P
- arguments parsing by getopts
2011-10-12: Version 0.2
- Recording Info via recordings command
- Delete a recording via drecord <recording index> commmand
- shortText delivery with event commands
- Timer Modification flow rewritten
- Search for event for a timer
- bug fixes
2011-03-19: Version 0.1
- Initial revision.
|