forked from joolswills/plugin.audio.modland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
24 lines (24 loc) · 1.06 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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="plugin.audio.modland"
version="0.15.0"
name="Modland"
provider-name="BuZz">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">Stream music from computer games and demos</summary>
<description lang="en">
Search, stream and download computer game and demoscene music from a variety of platforms. There are more than 200,000 tunes to listen to, all rendered and streamed in realtime. The collection is managed by Coma [[email protected]]. See http://www.modland.com for more information.
</description>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<email>buzz at exotica org uk</email>
<website>https://github.com/exobuzz/plugin.audio.modland</website>
<source>https://github.com/exobuzz/plugin.audio.modland</source>
</extension>
</addon>