-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
24 lines (24 loc) · 870 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
24
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.thesebas.bc"
name="bandcamp"
version="0.0.1"
provider-name="thesebas">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.beautifulsoup4" version="4.3.1"/>
<import addon="script.common.plugin.cache" version="2.5.5"/>
<!--import addon="script.module.simple.downloader" version="1.9.4"/-->
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>thesebas Bandcamp</summary>
<description>
thesebas Bandcamp
</description>
<platform>all</platform>
<language>en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
</extension>
</addon>