This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
HISTORY
100 lines (72 loc) · 2.69 KB
/
HISTORY
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
VDR Plugin 'vnsiserver' Revision History
----------------------------------------
2018-10-19: Version 1.8.0
- see gibhub history
2018-05-01: Version 1.6.0
- protocol 12 with stream times for timeshift
- EDL: choose between scenes, comskips and cuts
- Signal info: use DVB5 API if possible
- see github history
2017-01-14: Version 1.5.2
- group recordings
- fixes for epg updates
- fixes for searchtimers
- see github history
2016-09-25: Version 1.5.1
- see github history for fixes
- added new setup parameter DisableCamBlacklist:
avoids a VDR hard-coded 15 seconds timeout if tuning failed due to hard-coded scramble timeout
2016-08-01: Version 1.5.0
- support for vdr 2.3.1
- add epg search timers
- support for h265 (hevc)
- fix PID change
- fixes and improvements for handling of CAMs
- see github history for other fixes
2015-09-18: Version 1.3.0
- add support for undelete recordings
- add support for rds data if present on dvb radio and send to addon if supported there
- Update support for wirbelscan plugin
- Rework Licence files to use KODI
- Improved README
- Fix possible seq fault in void cRecPlayer::reScan()
- fix picons for western
- make avoid EPG scan while streaming default
- see github history for other fixes
2015-01-25: Version 1.2.1
- add cmd line switch for setting tcp port
- fix potential segfault on stop streaming
- stop triggering epg updates if client does not fetch epg
2014-09-03: Version 1.2.0
- add cmd line switch "-d". if set, vnsi creates a dummy dvb device which makes femon work
on all channels
- add setup parameter AvoidEPGScan. if set to 1, vnsi disables EPG scan while streaming.
EPG scan during streaming can lead to artifacs on some dual tuner cards.
- fix div by zero on AAC audio, thanks to Jakob Sloth Jepsen
2014-03-20: Version 1.1.0
- add support for picons
- add setup paramter to select if current recording should start when tuning to a channel
- only activate AAC mux workaround if environment variable VNSI_AAC_MUXMODE is set
- bump max timshift buffer RAM to 8 gig
2014-03-20: Version 1.0.0
- release 1.0
- various fixes
- remove suffix from plugin name vnsiserver5 -> vnsiserver
2014-01-08: Version 0.9.4
- update length of recorings in progress
while playing
2013-12-04: Version 0.9.3
- add support for EDL (marks)
- add channel filter
- send buffer times for timeshift
- bump protocol to XBMC to 5
- suffix plugin with version of protocol: vnsiserver5
- this version is compatible with XBMC 13
2013-02-03: Version 0.9.1
- most parts of the plugin rewritten
- revised parsers
- proper handling of PMT changes
- suffix plugin with version of protocol: vnsiserver3
- this version is compatible with XBMC 12.0
2010-03-23: Version 0.0.1
- Initial revision.