-
Notifications
You must be signed in to change notification settings - Fork 8
/
addon.xml
22 lines (21 loc) · 1.09 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.wimp" name="TIDAL" version="1.2.2" provider-name="takoi">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.requests" version="2.3.0"/>
<import addon="script.module.routing" version="0.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">TIDAL music add-on</summary>
<description lang="en">Play music from TIDAL (former WiMP) music streaming service.
Requires subscription. Visit tidal.com for details.</description>
<disclaimer lang="en">This is an unofficial client and is not supported nor endorsed by TIDAL.</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<platform>all</platform>
<forum>http://forum.xbmc.org/showthread.php?tid=200555</forum>
<source>https://github.com/tamland/xbmc-wimp</source>
</extension>
</addon>