forked from osmc/skin.osmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 1.56 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
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.osmc" version="20.0.0" name="OSMC Skin" provider-name="OSMC">
<requires>
<import addon="xbmc.gui" version="5.16.0"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="1.00" debugging="false">
<!-- <res width="2560" height="1080" aspect="21:9" default="true" folder="xml" /> -->
<res width="1920" height="1080" aspect="16:9" default="true" folder="xml" />
<!-- <res width="2560" height="1440" aspect="16:9" default="true" folder="xml" /> -->
<!-- <res width="1440" height="1080" aspect="4:3" default="true" folder="xml" /> -->
</extension>
<extension point="xbmc.addon.metadata">
<platform>all</platform>
<summary lang="en">The default skin for OSMC.</summary>
<description lang="en">Original skin: Andy Morton[CR]Original design: Simon Brunton[CR]Skinner: Julian Michel</description>
<assets>
<icon>resources/icon.png</icon>
<fanart>resources/fanart.jpg</fanart>
</assets>
<news>[B]New[/B][CR]- Support Nexus skin engine features[CR]- remove Skin Helper Service ColorPicker support[CR]- add new video OSD audio and subtitle selection[CR]- add missing PVR guide controls dialog[CR]- use new OSMC specific video width and height info for media flags[CR]- add new default widgets to movies, tv shows and music home screen items[CR][CR][B]Improved[/B][CR]- improve inital info dialog button focus behaviour[CR][CR][B]Fixed[/B][CR]- fix view type button supression behaviour in video media window while video addon force view setting is enabled</news>
</extension>
</addon>