-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathaddon.xml
33 lines (33 loc) · 1.92 KB
/
addon.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<addon id="plugin.video.hbogohu" name="HBO GO Hungary" version="0.2.3" provider-name="billsuxx">
<requires>
<import addon="script.module.requests" version="2.12.4"/>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="inputstream.adaptive" version="2.1.0"/>
<import addon="script.module.inputstreamhelper" version="0.3.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="hu">HBO GO Hungary</summary>
<description lang="hu">Ezzel a pluginnal az HBO GO teljes tartalma elerheto. Listazhato, keresheto. Tamogatja a kulonbozo nyelveket es feliratokat is.</description>
<disclaimer lang="hu">Ez nem hivatalos plugin! Amennyiben hivatalos app elerheto a platformodon, hasznald azt a frissitesek miatt. Minden jog az HBO® Europe altal fenntartva.</disclaimer>
<summary lang="en">HBO GO Hungary</summary>
<description lang="en">Plugin for HBO GO Hungary</description>
<disclaimer lang="en">This is not an official plug-in! If an official app is available for your platform, use it instead of this plugin. All rights in the content are reserved by HBO® Europe.</disclaimer>
<language>hu</language>
<platform>all</platform>
<forum>https://prohardver.hu/tema/kodi_xbmc_kiegeszito_magyar_nyelvu_online_filmekhe/friss.html</forum>
<website>https://github.com/billsuxx/plugin.video.hbogohu</website>
<news>Lejatszasi listad menupont hozzaadva.</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot>resources/screenshot-01.jpg</screenshot>
<screenshot>resources/screenshot-02.jpg</screenshot>
<screenshot>resources/screenshot-03.jpg</screenshot>
<screenshot>resources/screenshot-04.jpg</screenshot>
</assets>
</extension>
</addon>