-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
25 lines (25 loc) · 1.4 KB
/
addon.xml
File metadata and controls
25 lines (25 loc) · 1.4 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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.resetradio" name="Reset Radio" version="1.0.3" provider-name="NeverWise">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.neverwise" version="1.0.8"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="it_IT">Reset Radio</summary>
<summary lang="en_GB">Reset Radio</summary>
<description lang="it_IT">La prima web radio europea di musica Creative Commons in Free-Download.</description>
<description lang="en_GB">The first european web radio of Creative Commons music in Free-Download.</description>
<disclaimer lang="it_IT">Alcune parti di questo addon potrebbero non essere legali nel tuo paese di residenza. Si prega di verificare la legislazione in vigore prima di installare.</disclaimer>
<disclaimer lang="en_GB">Some parts of this addon may not be legal in your country of residence. Please check with your local laws before installing.</disclaimer>
<language>it</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum></forum>
<website></website>
<email></email>
<source>https://github.com/NeverWise/plugin.audio.resetradio</source>
</extension>
</addon>