-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddon.xml
More file actions
34 lines (30 loc) · 1.22 KB
/
Copy pathaddon.xml
File metadata and controls
34 lines (30 loc) · 1.22 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
34
<?xmlversion="1.0"encoding="UTF-8"?>
<addon
id="plugin.program.blackjohnnywizard"
name="BlackJohnny Wizard"
version="1.0.0"
provider-name="blackj48">
<!-- ο Kodi μαθαίνει ότι είναι wizard (program) -->
<extension point="xbmc.addon.program"
library="default.py" <!-- αρχείο εκκίνησης -->
name="BlackJohnny Wizard"
icon="icon.png"
fanart="resources/fanart.jpg" />
<!-- Προαιρετικά: metadata για εμφάνιση -->
<extension point="xbmc.addon.metadata">
<summary lang="el">Οδηγός εγκατάστασης BlackJohnny build</summary>
<description lang="el">
Κατεβάζει και εγκαθιστά αυτόματα το BlackJohnny build,
προσφέρει reset ρυθμίσεων κ.λπ.
</description>
<platform>all</platform>
</extension>
<requires>
<import addon="xbmc.python" version="3.0.0"/>
</requires>
<assets>
<icon>icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
<license>LICENSE.txt</license>
</assets>
</addon>