forked from osmc/skin.osmc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaddon.xml
23 lines (23 loc) · 1.45 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
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.osmc"
version="18.0.1"
name="OSMC Skin"
provider-name="OSMC">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
</requires>
<extension point="xbmc.gui.skin" defaultthemename="Textures.xbt" effectslowdown="1.00" debugging="false">
<res width="1920" height="1080" aspect="16:9" default="true" folder="16x9" />
</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>
<news>[B]New[/B][CR]- add new video player OSD settings (show OSD after beginning of playback and before end of playback)[CR]- add new second video info dialog screen (with extended rating, audio and subtitle information and bigger plot text box)[CR]- add new wall info view (based on wall view)[CR]- add new adjust representation of video duration setting[CR]- add new multi image (folder) background option[CR]- add new individual background option for home menu entries[CR][CR][B]Improved[/B][CR]- add audio information to video info dialog[CR]- use font type for bold, light and italic instead of label formatting (where possible)[CR][CR][B]Fixed[/B][CR]- only offer rip CD feature when an audio CD is present</news>
</extension>
<assets>
<icon>icon.png</icon>
<fanart>extras/backgrounds/Default.png</fanart>
</assets>
</addon>