forked from ssapalski/plugin.audio.addict
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaddon.xml
22 lines (22 loc) · 1.35 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.addict" name="AudioAddict" version="0.8.2" provider-name="Samuel Sapalski (@leas), Fritz Capell ([email protected]), wanilton">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.requests" version="2.12.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<language>en</language>
<summary lang="en">AudioAddict Network Radio</summary>
<description lang="en">The AudioAddict network provides a wide range of specialized radio stations, ranging from electronic music to classical tunes.[CR][CR]Supported radio networks:[CR] DigitallyImported[CR] RadioTunes[CR] RockRadio[CR] JazzRadio[CR] ClassicalRadio[CR][CR]You'll need a premium account at one of the listed networks to use this addon and listen to the radio stations.</description>
<forum>https://forum.kodi.tv/showthread.php?tid=317155</forum>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<source>https://github.com/ssapalski/plugin.audio.addict</source>
<assets>
<icon>icon.png</icon>
</assets>
</extension>
</addon>