-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaddons.xml
42 lines (37 loc) · 1.78 KB
/
addons.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version='1.0' encoding='UTF-8'?>
<addons><addon id="plugin.audio.deezer" name="Deezer" version="2.0.5" provider-name="Valentin271">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" version="2.7.0" />
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.repository" name="Valentin271's Kodi repo">
<dir>
<info>https://raw.githubusercontent.com/Valentin271/DeezerKodi/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Valentin271/DeezerKodi/master/addons.xml.md5</checksum>
<hashes>md5</hashes>
</dir>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">This addon allows you to listen to music from Deezer.</summary>
<description lang="en">This addon allows you to stream music from Deezer. You can browse your playlists and loved tracks, search for tracks, artists and albums. A premium account is REQUIRED.</description>
<disclaimer lang="en">This addon was not provided by Deezer.</disclaimer>
<news>
- Fixed "authenticate user failed" when streaming
</news>
<platform>all</platform>
<language>en</language>
<license>GPL-3.0</license>
<forum>https://github.com/Valentin271/DeezerKodi/issues</forum>
<website>https://github.com/Valentin271/DeezerKodi</website>
<source>https://github.com/Valentin271/DeezerKodi/tree/master/src</source>
<email />
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot />
</assets>
</extension>
</addon></addons>