summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-theme/themeinfo.xml
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-11-19 02:09:27 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-11-19 02:09:27 (GMT)
commit02f95477101b1afb1b9d1f54c3999d58eca41b16 (patch)
tree280be4346fb8a10d8bbb0c92f6550fa54357eb29 /abs/core/linhes-theme/themeinfo.xml
parent9bba98c7fd7dcefe263b12eea84c7a5789d3d1b9 (diff)
downloadlinhes_pkgbuild-02f95477101b1afb1b9d1f54c3999d58eca41b16.zip
linhes_pkgbuild-02f95477101b1afb1b9d1f54c3999d58eca41b16.tar.gz
linhes_pkgbuild-02f95477101b1afb1b9d1f54c3999d58eca41b16.tar.bz2
linhes-theme: New default LinHES MythTV theme
linhes-theme-old: still around just in case but not built.
Diffstat (limited to 'abs/core/linhes-theme/themeinfo.xml')
-rw-r--r--abs/core/linhes-theme/themeinfo.xml59
1 files changed, 59 insertions, 0 deletions
diff --git a/abs/core/linhes-theme/themeinfo.xml b/abs/core/linhes-theme/themeinfo.xml
new file mode 100644
index 0000000..3deae2c
--- /dev/null
+++ b/abs/core/linhes-theme/themeinfo.xml
@@ -0,0 +1,59 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.xsd">
+<themeinfo>
+ <!-- The Theme Name (Required) -->
+ <name>LinHES</name>
+
+ <!-- The Theme Types (Required) -->
+ <types>
+ <!-- Type. Legal Values are one or more of: UI, OSD and Menu -->
+ <type>UI</type>
+ <type>OSD</type>
+ </types>
+
+ <!-- Aspect ratio of the theme. (Required)
+ Maybe be: 4:3, 5:4, 16:9 or 16:10 -->
+ <aspect>16:9</aspect>
+
+ <!-- The base resolution of the theme before being scaled to the users
+ resolution (Required)
+ Usually 800x600 (4:3) or 1280x720 (16:9) -->
+ <baseres>1280x720</baseres>
+
+ <!-- Theme Author Details (Optional)-->
+ <author>
+ <!-- Your name -->
+ <name>LinHES Dev</name>
+
+ <!-- Your Email Address -->
+ <email>http://linhes.org</email>
+ </author>
+
+ <!-- The Versioning Info (Required) -->
+ <version>
+ <!-- Major version changes mean the theme is no longer
+ compatible with earlier versions of mythtv -->
+ <major>8</major>
+
+ <!-- Minor version changes are backwards compatible -->
+ <minor>1</minor>
+ </version>
+
+ <!-- Theme Details (Required) -->
+ <detail>
+ <!-- At least one thumbnail image named "preview" must be included
+ with the theme.
+ There is no limit to the number of thumbnails.
+ Each thumbnail must be given a different name -->
+ <thumbnail name="preview">preview.png</thumbnail>
+
+ <!-- A description of the theme, including general colours and
+ style. The description should include any details that
+ may help to locate your theme in a search. -->
+ <description>LinHES is a transparent theme based on TintedGlass.</description>
+
+ <!-- Errata. A list of known faults, missing elements or unfinished
+ areas. e.g. "mythgallery not themed" -->
+ <errata>LinHES is based on TintedGlass. This version of TintedGlass is released under the GPLv2.</errata>
+ </detail>
+</themeinfo>