-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaddon.xml
29 lines (29 loc) · 2.07 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.ace" version="6.0.2" name="Ace" provider-name="MarcosQui, muCkk">
<requires>
<import addon="xbmc.gui" version="5.3.0"/>
<import addon="script.ace.extrapack" version="1.0.1"/>
<import addon="script.favourites" version="4.0.4"/>
<import addon="script.artwork.downloader" version="12.0.11"/>
<import addon="script.randomandlastitems" version="2.0.3"/>
<import addon="script.artistslideshow" version="1.4.6"/>
<import addon="script.tv.show.next.aired" version="5.0.4"/>
<import addon="service.skin.widgets" version="0.0.19"/>
<import addon="script.cu.lrclyrics" version="1.0.1"/>
<import addon="script.videolanguage" version="0.0.6"/>
<import addon="service.subtitles.opensubtitles" version="5.0.1"/>
<import addon="script.cinema.experience" version="3.0.6"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="0.75" debugging="false">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p"/>
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Ace, a new skin by MQ</summary>
<summary lang="pt_BR">Ace, uma nova skin por MQ</summary>
<description lang="en">Ace, a new skin, light, powerful and very customizable. A tiny skin and versatile that you can use since your Tablet until the HTPC.</description>
<description lang="en_US">Ace, a new skin, light, powerful and very customizable. A tiny skin and versatile that you can use since your Tablet until the HTPC.</description>
<description lang="pt_BR">Ace, uma skin nova, leve, poderosa e muito customizável. Uma skin pequena e versátil que pode ser usada desde seu Tablet até o HTPC.</description>
<description lang="el">Ace, ένα νέο κέλυφος, πολύ ελαφρύ, ισχυρό και ιδιαιτέρως προσαρμόσιμο. Ένα μινιμαλιστικό και ευέλικτο κέλυφος που μπορείτε να χρησιμοποιήσετε με το tablet σας και το HTPC σας.</description>
<platform>all</platform>
</extension>
</addon>