-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
20 lines (20 loc) · 901 Bytes
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.spotremote"
name="Spotremote"
version="0.9.1"
provider-name="fleixi">
<requires>
<import addon="xbmc.python" version="2.20.0" />
<import addon="service.audio.spotremote" version="0.9.1"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>linux</platform>
<source>https://github.com/fleixi/plugin.audio.spotremote</source>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<summary lang="en_GB">Addon to remotely control a running Spotify-Client.</summary>
<summary lang="de_DE">Erweiterung um einen laufenden Spotify-Client zu kontrollieren.</summary>
</extension>
</addon>