-
Notifications
You must be signed in to change notification settings - Fork 10
/
addon.xml
23 lines (23 loc) · 889 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.sf-videoportal"
name="SRF Videoportal"
version="0.7.2"
provider-name="Andreas Wetzel [xbmc@mindmade.org]">
<requires>
<import addon="xbmc.python" version="2.1.0" />
<import addon="script.module.simplejson" version="2.0.10"/>
<import addon="script.module.beautifulsoup" version="3.0.8" />
<import addon="script.module.mindmadetools" version="0.2.3" />
</requires>
<extension point="xbmc.python.pluginsource"
library="videoportal.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>SRF Videoportal</summary>
<description>
This plug-in allows access to the content of the SRF Videoportal (http://http://www.srf.ch/player/tv).
</description>
</extension>
</addon>