This repository was archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
22 lines (22 loc) · 1.34 KB
/
addon.xml
File metadata and controls
22 lines (22 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<addon id="plugin.audio.rbb" name="RadioBrowser²" provider-name="ArtyIF" version="0.9.0">
<requires>
<import addon="xbmc.python" version="3.0.0" />
<import addon="script.module.requests" version="2.27.1"/>
</requires>
<extension library="addon.py" point="xbmc.python.pluginsource">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<website>https://radio-browser.info/</website>
<source>https://github.com/ArtyIF/plugin.audio.rbb</source>
<license>GPL-3.0-only</license>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.png</fanart>
</assets>
<summary lang="en_GB">A browser for RadioBrowser</summary>
<description lang="en_GB">RadioBrowser² (Radio Browser Browser, or Radio Browser Squared) is a music add-on to browse the radio station list on radio-browser.info.[CR]radio-browser.info is a community driven effort (like Wikipedia) with the aim of collecting as many internet radio and TV stations as possible. It's free for all to use, has an open API, and the data is in public domain.</description>
<disclaimer lang="en_GB">The developer of this add-on not affiliated with any of radio-browser.info maintainers.</disclaimer>
</extension>
</addon>