-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddon.xml
More file actions
40 lines (36 loc) · 1.29 KB
/
addon.xml
File metadata and controls
40 lines (36 loc) · 1.29 KB
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
<addon id="plugin.video.primaplus" name="Prima+" provider-name="waladir" version="1.4.8">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.18.4"/>
<import addon="script.module.beautifulsoup4" version="4.6.0"/>
<import addon="script.module.inputstreamhelper" version="0.2.0"/>
<import addon="inputstream.adaptive"/>
</requires>
<extension library="main.py" point="xbmc.python.pluginsource">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="cs_CZ">Prima+</summary>
<description lang="cs_CZ">
Doplněk pro Prima+
Pro fungování doplňku je potřeba mít registraci s minimálně Free tarifem na www.iprima.cz.
Další informace a podporu najdete na fóru www.xbmc-kodi.cz (https://www.xbmc-kodi.cz/prispevek-prima)
</description>
<platform>all</platform>
<news>
v1.4.7 (18.12.2025)
- přidání InputStream Adaptive do závislostí
v1.4.6 (7.11.2025)
- úpravy načítání sezón
v1.4.5 (3.11.2025)
- úpravy na základě změn v datech pořadů
v1.4.4 (3.11.2025)
- úprava načítání epizod
v1.4.3 (29.9.2025)
- přidání InputStream Helperu do nastavení
</news>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>