Skip to content

Commit

Permalink
Merge pull request #499 from Ch1llb0/Create_4to3_skin
Browse files Browse the repository at this point in the history
Create 4:3 skin version
  • Loading branch information
Ch1llb0 authored Sep 14, 2024
2 parents cbf7fab + 726033c commit 35301b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# skin.osmc

The default skin for OSMC.
4:3 edition of the default skin for OSMC.

For further information, check out the wiki here: https://osmc.tv/wiki/general/the-osmc-skin/

Expand Down
8 changes: 4 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.osmc.scope" version="21.1.0" name="OSMC Skin" provider-name="OSMC">
<addon id="skin.osmc.4to3" version="21.1.0" name="OSMC Skin (4:3 edition)" 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="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" /> -->
<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>
<summary lang="en">4:3 version of 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>
Expand Down

0 comments on commit 35301b1

Please sign in to comment.