forked from lzoubek/xbmc-plugin-mpdc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
32 lines (32 loc) · 2.23 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
27
28
29
30
31
32
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.audio.mpdc"
name="MPD Client"
version="2.9.99-git"
provider-name="Libor Zoubek ([email protected])">
<requires>
<import addon="xbmc.python" version="2.0"/>
<import addon="script.common.plugin.cache" version="2.5.5"/>
<import addon="script.module.simplejson" version="2.0.10"/>
</requires>
<extension point="xbmc.python.pluginsource" provides="audio" library="default.py">
<!-- <extension point="xbmc.service" library="service.py"> -->
<provides>audio</provides>
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
<forum>http://forum.kodi.tv/showthread.php?tid=79526</forum>
<website></website>
<email></email>
<source>https://github.com/lzoubek/xbmc-plugin-mpdc/tree/master</source>
<summary lang="en">An MPD client</summary>
<summary lang="cs">MPD klient</summary>
<summary lang="pl">Klient MPD</summary>
<summary lang="it">Client MPD</summary>
<description lang="en">MPDClient allows you to drive your MPD server directly from XBMC. Currently supports player commands, queue navigation, file browser, artist browser, playlist browser. (Icons by DryIcons)</description>
<description lang="cs">MPD klient umožňuje ovládat MPD server přímo z XBMC. Momentálně podporuje ovládání přehrávání, navigaci ve frontě, procházení souborů, umělců a playlistů.</description>
<description lang="pl">MPDClient umożliwia sterowanie serwerem MPD bezpośrednio z XBMC. Obecnie udostępnia 3 profile serwera, polecenia odtwarzania, nawigację kolejki, przeglądarkę plików, przeglądarkę wykonawców, przeglądarkę list odtwarzania.</description>
<description lang="fr">MPDClient permet de piloter votre serveur MPD directement depuis XBMC. Il supporte les commandes de lecture, navigation dans les playlists, parcourir les fichiers, les artites et les
<description lang="it">MPDClient consente di gestire il vostro server MPD direttamente da XBMC. Supporta i comandi di riproduzione, navigazione della coda , selezione file, ricerca artisti e playlist.</description>
</extension>
</addon>