-
Notifications
You must be signed in to change notification settings - Fork 6
/
addon.xml
20 lines (20 loc) · 1.27 KB
/
addon.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.addict" name="AudioAddict" version="0.6.1" provider-name="Samuel Sapalski (@leas)">
<requires>
<!-- Isengard 15.x -->
<import addon="xbmc.python" version="2.20.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>
</extension>
</addon>