forked from Valentin271/DeezerKodi
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaddons.xml
More file actions
42 lines (37 loc) · 1.7 KB
/
addons.xml
File metadata and controls
42 lines (37 loc) · 1.7 KB
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="3.0.3" provider-name="Davy39">
<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="Davy39's Kodi repo">
<dir>
<info>https://raw.githubusercontent.com/Davy39/DeezerKodi/master/addons.xml</info>
<checksum>https://raw.githubusercontent.com/Davy39/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.</description>
<disclaimer lang="en">This addon was not provided by Deezer.</disclaimer>
<news>
- Fixed login and streaming (2024)
</news>
<platform>all</platform>
<language>en</language>
<license>GPL-3.0</license>
<forum>https://github.com/Davy39/DeezerKodi/issues</forum>
<website>https://github.com/Davy39/DeezerKodi</website>
<source>https://github.com/Davy39/DeezerKodi/tree/master/src</source>
<email />
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<screenshot />
</assets>
</extension>
</addon></addons>