-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
17 lines (17 loc) · 850 Bytes
/
addon.xml
File metadata and controls
17 lines (17 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.allartists" name="All Artists" version="14.0.1" provider-name="xycl">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="de">Zeigt alle Interpreten an</summary>
<summary lang="en">Add-on which shows all artists</summary>
<description lang="de">Unabhängig von den Systemeinstellungen zeigt dieses Addon sämtliche Interpreten an.</description>
<description lang="en">Independent of system settings this addon displays all artists.</description>
<broken>deprecated</broken>
</extension>
</addon>