-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathaddon.xml
More file actions
33 lines (33 loc) · 2.39 KB
/
addon.xml
File metadata and controls
33 lines (33 loc) · 2.39 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
30
31
32
33
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.cdartmanager"
name="cdART Manager"
version="3.0.5"
provider-name="Giftie">
<requires>
<import addon="xbmc.addon" version="12.0.0"/>
<import addon="xbmc.json" version="6.0.0"/>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.pil" version="1.1.7"/>
<import addon="script.module.simplejson" version="3.3.0"/>
</requires>
<extension point="xbmc.python.script"
library="default.py">
</extension>
<extension point="xbmc.addon.metadata">
<language></language>
<platform>all</platform>
<summary>cdART Manager</summary>
<summary lang="hu">CD-kép kezelő</summary>
<description>With this script you are able to manage your cdARTs. You can download cdARTs from fanart.tv, Backup your cdARTs, View and even delete your local cdARTs </description>
<description lang="hu">A programmal könnyen kezelheted a CD lemez képeidet (CDArts). Letöltheted vele őket az fanart.tv-ról, biztonsági másolatot készíthetsz róluk, megnézheted és még törölheted is a gépeden lévő lemezképeket.</description>
<description lang="de">Mit diesem Programm verwaltet man seine cdARTs. Man kann cdARTs von fanart.tv.com herunterladen, ein Backup von seinen cdARTs erstellen, cdARTS anzeigen und lokale cdARTs löschen.</description>
<description lang="nl">Met dit script kun je je cdARTs beheren. Je kunt cdARTs downloaden van fanart.tv, een backup maken, cdARTs bekijken en je eigen cdARTS verwijderen.</description>
<description lang="it">Con questo script puoi gestire le tue cdART. Potrai scaricare le cdART dal sito fanart.tv, fare un backup delle tue cdART, visualizzare ed anche cancellare le cdART memorizzate in locale</description>
<description lang="pt">Este script permite que você gerencie seus cdARTs. Você poderá baixar cdARTs do site fanart.tv, efetuar backup, Visualizar e até apagar seus cdARTs armazenados localmente.</description>
<description lang="es">Con este script serás capaz de administrar tus cdARTs. Puedes descargar cdARTs desde fanart.tv, Respaldar tus cdARTs, Ver e incluso Borrar tus cdARTs locales.</description>
<website></website>
<source>https://github.com/Giftie/script.cdartmanager</source>
<forum>http://forum.xbmc.org/showthread.php?tid=77031</forum>
<email></email>
</extension>
</addon>