forked from osmc/skin.osmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
addon.xml
22 lines (22 loc) · 1.96 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.2.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]- add new setting to adjust select action of album, TV show and movie set main menu widgets[CR]- add consistent reminder icons for v20 PVR reminder feature[CR]- add genre colours to TV/radio guide[CR][CR][B]Improved[/B][CR]- improve live TV and radio related localizes[CR]- improve pre-playback behaviour of now playing information section in the top right corner of each window/dialog[CR]- improve consistency between PVR windows and dialogs (feature parity as well as cosmetic appearance)[CR]- improve media flags behaviour during window transitions and when encountering edge cases[CR]- improve progress feedback of confirm dialog as well as the extended progress notification[CR][CR][B]Fixed[/B][CR]- fix focus cover animation in wide views[CR]- fix media flags transition glitch[CR]- fix radio button control text width[CR]- fix behaviour when the correct view type or content type is not yet ready (especially related to addons loading new pages)</news>
</extension>
</addon>