-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
addon.xml
40 lines (39 loc) · 2.03 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
37
38
39
40
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.movistarplus"
name="Movistar+"
version="0.10.1"
provider-name="Paco8">
<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"/>
<import addon="script.module.ttml2ssa" version="0.1.16" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Movistar+</summary>
<description lang="en_GB">Movistar+</description>
<description lang="en_GB">Watch live channels, recordings and video on demand content from Movistar+ in Kodi. Requires a subscription.</description>
<description lang="es_ES">Vea canales en directo, grabaciones, U7D y TV a la carta de Movistar+ en Kodi. Se necesita estar abonado.</description>
<disclaimer lang="en_GB">This addon is not officially commissioned/supported by Movistar+. 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 Movistar+. 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>
<screenshot>resources/screen4.jpg</screenshot>
<screenshot>resources/screen5.jpg</screenshot>
</assets>
</extension>
</addon>