forked from lusum/ampache-xbmc-plugin
-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
26 lines (26 loc) · 1.31 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
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.ampache" version="3.1.0" name="Ampache" provider-name="lusum">
<requires>
<import addon="script.module.future" version="0.18.2"/>
</requires>
<extension point="xbmc.python.pluginsource" library="default.py">
<provides>audio</provides>
</extension>
<extension point="xbmc.python.module" library="resources/lib/"/>
<extension point="xbmc.service" library="service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en_GB">Stream music from Ampache XML-API</summary>
<summary lang="de_DE">Streame Musik von der Ampache XML-API</summary>
<summary lang="it_IT">Streaming Musicale per l'XML-API di Ampache</summary>
<summary lang="es_ES">Retransmitir música a través de la XML-API de Ampache</summary>
<description lang="en_GB">A web based audio/video streaming application and file manager allowing you to access your music and videos from anywhere, using almost any internet enabled device.</description>
<platform>all</platform>
<forum>https://forum.kodi.tv/showthread.php?tid=230736</forum>
<website>https://ampache.org/</website>
<license>GPL-2.0-or-later</license>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
</extension>
</addon>