-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathaddon.xml
24 lines (24 loc) · 1.69 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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.jx720"
version="2.0.0"
name="JX 720"
provider-name="Jezz_X">
<requires>
<import addon="xbmc.gui" version="3.00"/>
</requires>
<extension
point="xbmc.gui.skin"
defaultthemename="textures.xbt"
debugging="false"
effectslowdown="1.0">
<res width="1280" height="720" aspect="16:9" default="true" folder="720p" />
</extension>
<extension point="xbmc.addon.metadata">
<summary lang="en">Re-think of the Original xbox 360 Dashboard by Jezz_X</summary>
<description lang="en">A re-think of the design of the original xbox 360 dashboard and Teamblackbolt mc360 skin (most main graphics originally by team blackbolt).[CR]Did you like the original xbox 360 dashboard? then this skin is for you it retains the original 4 "blade" look but has had the original 360 guide removed and replaced with less screen real estate hogging windows that follow the standard XBMC layout as well as many changes to bring it up to a more modern looking XBMC skin</description>
<summary lang="fr">Interprétation de l'interface originale de la xbox 360 par Jezz_X</summary>
<description lang="fr">Une interprétation du design de l'interface originale de la xbox 360 et du thème mc360 de Teamblackbolt (la plupart des graphiques sont de la team blackbolt).[CR]Aimiez-vous l'interface originale de la xbox 360? Alors ce thème est pour vous. Il conserve l'aspect "volet" original mais l'orientation 360 originale a été remplacée par moins d'écrans et respecte ainsi l'esprit XBMC, de même que plusieurs modifications apportées pour en faire thème à l'aspect plus moderne.</description>
<platform>all</platform>
</extension>
</addon>