-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
36 lines (35 loc) · 1.73 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
34
35
36
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.primeran"
name="Pr1meran"
version="0.0.1"
provider-name="badcrc">
<requires>
<!--- <import addon="xbmc.python" version="2.25.0"/> -->
<import addon="script.module.requests"/>
<import addon="script.module.inputstreamhelper" version="0.5.2" />
<import addon="script.module.pytz"/>
<import addon="script.module.dateutil"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Pr1meran</summary>
<description lang="en_GB">Pr1meran</description>
<description lang="en_GB">Watch on demand content from Pr1meran in Kodi. Requires a subscription.</description>
<description lang="es_ES">Vea video en directo de Pr1meran en Kodi. Se necesita estar abonado.</description>
<disclaimer lang="en_GB">This addon is not officially commissioned/supported by Pr1meran. All product names, logos, and trademarks mentioned in this project are property of their respective owners.</disclaimer>
<disclaimer lang="es_ES">Este addon no ha sido realizado ni apoyado por Pr1meran. Todos los nombres de productos, logotipos y marcas registradas mencionados en este proyecto son propiedad de sus respectivos dueños.</disclaimer>
<platform>all</platform>
<license>LGPL-2.1-or-later</license>
<website></website>
<source></source>
<assets>
<icon>icon.png</icon>
<fanart>resources/fanart.png</fanart>
<screenshot>resources/screen1.jpg</screenshot>
<screenshot>resources/screen2.jpg</screenshot>
<screenshot>resources/screen3.jpg</screenshot>
</assets>
</extension>
</addon>