forked from vargalex/plugin.video.filmpapa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
25 lines (25 loc) · 989 Bytes
/
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.filmpapa" name="FilmPapa HD" version="1.0.26" provider-name="vargalex">
<requires>
<import addon="script.module.resolveurl" version="5.1.00"/>
<import addon="script.module.inputstreamhelper" version="0.4.3"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">FilmPapa HD</summary>
<description lang="en">Nézd meg a filmeket, sorozatokat a https://plusz.club oldalról!</description>
<language>hu</language>
<platform>all</platform>
<news>- Year bugfix
</news>
<assets>
<icon>icon.png</icon>
<fanart></fanart>
<screenshot>resources/screenshots/screenshot-1.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-2.jpg</screenshot>
<screenshot>resources/screenshots/screenshot-3.jpg</screenshot>
</assets>
</extension>
</addon>