-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
18 lines (18 loc) · 854 Bytes
/
addon.xml
File metadata and controls
18 lines (18 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.swcc" name="Spotify Web Connect Control" version="0.1.0" provider-name="noemu">
<requires>
<import addon="xbmc.python" version="2.20.0" />
<import addon="script.module.requests" version="2.9.1"/>
</requires>
<extension point="xbmc.service" library="script.py" start="login"/>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Spotify Connect RC</summary>
<license>GNU General Public License, v2</license>
<description lang="en">Spotify Connect RC</description>
<platform>all</platform>
<source>https://github.com/noemu/plugin.audio.swcc</source>
</extension>
</addon>