|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <addon id="script.module.inputstreamhelper" |
3 | | - version="0.3.4" |
| 3 | + version="0.3.5" |
4 | 4 | name="InputStream Helper" |
5 | 5 | provider-name="emilsvennesson"> |
6 | 6 | <requires> |
7 | 7 | <import addon="xbmc.python" version="2.25.0"/> |
8 | | - <import addon="script.module.kodi-six" version="0.0.2"/> |
| 8 | + <import addon="script.module.kodi-six" version="0.0.4"/> |
9 | 9 | <import addon="script.module.requests" version="2.9.1"/> |
10 | 10 | </requires> |
11 | 11 | <extension library="lib" point="xbmc.python.module"/> |
12 | 12 | <extension point="xbmc.addon.metadata"> |
13 | 13 | <description lang="en_GB">A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.</description> |
14 | 14 | <description lang="el_GR">Μία απλή μονάδα για το Kodi η οποία διευκολύνει την ζωή των προγραμματιστών οι οποίοι εξαρτώνται από τα πρόσθετσ InputStream και αναπαραγωγή τύπου DRM.</description> |
15 | | - <news>2019.03.23 v0.3.4 |
16 | | - + python2_3 compability (mediaminister, Rechi) |
17 | | - + Option to disable inputstreamhelper in settings.xml |
18 | | - + calculate disk space on the tmp folder (dawez) |
19 | | - + Support for Unicode paths in Windows (WallyCZ) |
20 | | - + Italian translation (pinoelefante) |
21 | | - + Dutch translation (dnicolaas) |
22 | | - + Greek translation (Twilight0) |
23 | | - + Russian translation (vlmaksime) |
| 15 | + <news>2019.08.15 v0.3.5 |
| 16 | + + Auto install inputstream.adaptive (mediaminister) |
| 17 | + + Fix latest Widevine version detection (dagwieers) |
| 18 | + + Check for Widevine updates on new release (mediaminister) |
24 | 19 | </news> |
25 | 20 | <platform>all</platform> |
26 | 21 | <license>MIT License</license> |
|
0 commit comments