forked from bstrdsmkr/1Channel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
26 lines (26 loc) · 1.31 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
<?xml version="1.0" encoding="UTF-8"?>
<!--suppress ALL -->
<addon id="plugin.video.1channel" version="2.5.64" name="1Channel" provider-name="Bstrdsmkr, tuxen, tknorris">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.urlresolver" version="2.2.0"/>
<import addon="script.module.addon.common" version="2.0.0" />
<import addon="script.module.metahandler" version="2.6.0" />
<import addon="script.module.myconnpy" version="1.1.6" />
<import addon="script.module.axel.downloader" version="0.2.0" optional="true"/>
</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>Play a wide selection of movies and TV shows from PrimeWire.ag.
***This addon is supported at [COLOR blue]www.tvaddons.ag[/COLOR], [COLOR white][B]NOT[/B][/COLOR] [COLOR red]xbmc.org[/COLOR]. ***
</description>
<platform>all</platform>
<website>http://tvaddons.ag/</website>
<forum>http://forums.tvaddons.ag/forums/32-BSTRDSMKR-S-REPOSITORY</forum>
</extension>
</addon>