Skip to content

Commit 7dceee1

Browse files
committed
DVB-S and CA Client support
1 parent fb26eb5 commit 7dceee1

File tree

4 files changed

+635
-33
lines changed

4 files changed

+635
-33
lines changed

addon.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="script.module.tvh2kodi"
33
name="Tvheadend Setup for Kodi"
4-
version="1.9.6"
4+
version="2.0"
55
provider-name="edit4ever">
66
<requires>
77
<import addon="xbmc.python" version="2.6.0"/>
@@ -30,9 +30,7 @@
3030
<screenshot>resources/screenshot-03.jpg</screenshot>
3131
</assets>
3232
<news>
33-
1.9.6 - add epg grabber cron wizard
34-
1.9.5 - add picons downloader (test)
35-
1.9 - add timeshift options under DVR configuration - fix epg grabber progress bar
33+
2.0 - add support for DVB-S adapter and LNB configuration | adds CA client support
3634
</news>
3735
</extension>
3836
</addon>

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v2.0 (2018-01-03)
2+
- add support for DVB-S adapter and LNB configuration
3+
- add support for Conditional Access Clients
4+
15
v1.9.6 (2017-11-29)
26
- add epg grabber cron wizard
37

0 commit comments

Comments
 (0)