-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddons.xml
44 lines (42 loc) · 2.21 KB
/
addons.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
41
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addons>
<addon id="plugin.video.icefilms"
name="Icefilms"
version="1.99.02"
provider-name="Eldorado">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.simplejson" version="3.3.0"/>
<import addon="script.module.elementtree" />
<import addon="script.module.beautifulsoup" />
<import addon="script.module.metahandler" version="2.5.1" />
<import addon="script.module.addon.common" version="2.0.0" />
<import addon="script.module.axel.downloader" version="0.2.1" />
<import addon="script.module.urlresolver" version="3.0.0"/>
<!--import addon="script.module.pyxbmct" version="1.1.2" /-->
<import addon="script.common.plugin.cache" />
</requires>
<extension point="xbmc.python.pluginsource"
library="default.py">
<provides>video</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary>Stream and download scene releases from the links listed on Icefilms.info</summary>
<description>Visit www.tvaddons.ag for support.
Turns your XBMC into an instant free on-demand media-center. Stream and download to your library DVD and HD720p quality videos. Browse and search the library of over 77,000 videos with metadata and posters. Never experience the frustration of dead video links!</description>
</extension>
</addon>
<addon id="repository.icefilms.testing" name="Icefilms Alpha/Beta Testing Repo" version="1.0.0" provider-name="eldorado">
<extension point="xbmc.addon.repository" name="Icefilms Alpha/Beta Testing Repo">
<info compressed="false">https://github.com/Eldorados/icefilms-addon/raw/master/addons.xml</info>
<checksum>https://github.com/Eldorados/icefilms-addon/raw/master/addons.xml.md5</checksum>
<datadir zip="true">https://github.com/Eldorados/icefilms-addon/raw/master/repo/</datadir>
</extension>
<extension point="xbmc.addon.metadata">
<summary>This is used soley for alpha/beta testing Icefilms 1.1.0</summary>
<description>Icefilms alpha/beta testing only!</description>
<platform>all</platform>
</extension>
</addon>
</addons>