forked from FernetMenta/vdr-plugin-vnsiserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHISTORY
67 lines (49 loc) · 1.95 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
VDR Plugin 'vnsiserver' Revision History
----------------------------------------
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.