-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathaddon.xml
More file actions
26 lines (26 loc) · 1.15 KB
/
addon.xml
File metadata and controls
26 lines (26 loc) · 1.15 KB
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"?>
<addon id="plugin.program.dreamcatcher"
version="0.1.5" name="Dreamcatcher"
provider-name="The[COLOR tan]Highway[/COLOR]">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.t0mm0.common" />
<import addon="script.module.addon.common" optional="true" />
<import addon="script.common.plugin.cache" optional="true" />
<import addon="script.module.urlresolver" optional="true" />
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>video audio executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Download what your watching. Adjust Addon Settions before use.</summary>
<description>Downloads the file (video or music) currently playing. This does not work for live streams.</description>
<disclaimer>By using this, you take reponsibility for anything that happens. This is project is for a LEARNING EXPERIANCE.</disclaimer>
<language>en</language>
<platform>all</platform>
<forum></forum>
<website></website>
<source></source>
<email></email>
</extension>
</addon>