forked from xbmc/repo-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
29 lines (29 loc) · 1.68 KB
/
addon.xml
File metadata and controls
29 lines (29 loc) · 1.68 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
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.audio.ampache" version="3.2.4+matrix.1" name="Ampache" provider-name="lusum">
<requires>
<import addon="script.module.future" version="1.0.0"/>
<import addon="xbmc.python" version="3.0.0"/>
</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>
<summary lang="sv_SE">Streama musik från Ampache XML-API</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>
<description lang="sv_SE">En webbaserad applikation för strömning av ljud och video samt filhantering som gör att du kan komma åt din musik och dina videor var du än befinner dig, med nästan alla internetanslutna enheter.</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>