-
Notifications
You must be signed in to change notification settings - Fork 12
/
addon.xml
39 lines (37 loc) · 2.12 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.soundcloud" name="SoundCloud" version="4.0.2" provider-name="jaylinski">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.22.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="de_DE">SoundCloud – Musik- und Podcast-Streaming-Plattform</summary>
<summary lang="en_GB">SoundCloud – Music and podcast streaming platform</summary>
<summary lang="nl_NL">SoundCloud – Muziek- en podcaststreamingplatform</summary>
<description lang="de_DE">SoundCloud ist eine Musik- und Podcast-Streaming-Plattform, mit der Du Millionen von Songs aus der ganzen Welt anhören kannst.</description>
<description lang="en_GB">SoundCloud is a music and podcast streaming platform that lets you listen to millions of songs from around the world.</description>
<description lang="nl_NL">SoundCloud is een muziek- en podcaststreamingplatform waarmee je naar miljoenen nummers van over de hele wereld kunt luisteren.</description>
<disclaimer lang="en_GB">This plugin is not official, approved or endorsed by SoundCloud.</disclaimer>
<disclaimer lang="nl_NL">Deze plugin is niet officieel, goedgekeurd of gesteund door SoundCloud.</disclaimer>
<platform>all</platform>
<license>MIT</license>
<forum>https://forum.kodi.tv/showthread.php?tid=206635</forum>
<website>https://soundcloud.com</website>
<source>https://github.com/jaylinski/kodi-addon-soundcloud</source>
<news>4.0.2 (2022-03-13)
Fixed random CloudFront errors when sending requests
Added context-menu option for removing search-history items
4.0.1 (2021-11-02)
Fixed error in "Discover"-folder
4.0.0 (2020-12-12)
Added support for Kodi v19 (Matrix)
</news>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>