forked from bstrdsmkr/1Channel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
23 lines (23 loc) · 1.08 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
<?xml version="1.0" encoding="UTF-8"?>
<!--suppress ALL -->
<addon id="plugin.video.1channel" version="2.0.2" name="1Channel" provider-name="Bstrdsmkr">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.module.urlresolver" version="1.0.0"/>
<import addon="script.module.t0mm0.common" version="1.1.0"/>
<import addon="script.module.metahandler" version="1.0.0"/>
<import addon="script.module.myconnpy" version="0.3.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="service.py" start="startup">
</extension>
<extension point="xbmc.addon.metadata">
<summary>Browse 1channel.ch</summary>
<description>This addon is supported at [COLOR blue]www.XBMCHub.com[/COLOR], [COLOR white][B]NOT[/B][/COLOR]
[COLOR red]xbmc.org[/COLOR]. Play a wide selection of movies and TV shows from 1channel.ch
</description>
<platform>all</platform>
</extension>
</addon>