-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathaddon.xml
23 lines (23 loc) · 1.36 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="21.2.0" name="OSMC Skin" provider-name="OSMC">
<requires>
<import addon="xbmc.gui" version="5.17.0"/>
<import addon="script.skinshortcuts" version="2.0.3" optional="true"/>
</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]Improved[/B][CR]- add new views for images section[CR][CR][B]Improved[/B][CR]- adjust video addon views to work with multiple content types (videos, episodes, movies)[CR]- add fixed video addon views setting to side menu[CR]- add XL font to plot/description text size setting</news>
</extension>
</addon>