summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-theme/LinHES/themeinfo.xml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/linhes-theme/LinHES/themeinfo.xml')
-rwxr-xr-xabs/core/linhes-theme/LinHES/themeinfo.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/abs/core/linhes-theme/LinHES/themeinfo.xml b/abs/core/linhes-theme/LinHES/themeinfo.xml
new file mode 100755
index 0000000..3ff2771
--- /dev/null
+++ b/abs/core/linhes-theme/LinHES/themeinfo.xml
@@ -0,0 +1,56 @@
+<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>
+ </types>
+
+ <!-- Aspect ratio of the theme. (Required)
+ Maybe be: 4:3, 5:4, 16:9 or 16:10 -->
+ <aspect>4:3</aspect>
+
+ <!-- The base resolution of the theme before being scaled to the users
+ resolution (Required)
+ Usually 800x600 (4:3) or 1280x720 (16:9) -->
+ <baseres>800x600</baseres>
+
+ <!-- Theme Author Details (Optional)-->
+ <author>
+ <!-- Your name -->
+ <name>Cecil Watson</name>
+
+ <!-- Your Email Address -->
+ <email>linhes@ovi.com</email>
+ </author>
+
+ <!-- The Versioning Info (Required) -->
+ <version>
+ <!-- Major version changes mean the theme is no longer
+ compatible with earlier versions of mythtv -->
+ <major>1</major>
+
+ <!-- Minor version changes are backwards compatible -->
+ <minor>4</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.jpg</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 theme based on MythCenter.</description>
+
+ <!-- Errata. A list of known faults, missing elements or unfinished
+ areas. e.g. "mythgallery not themed" -->
+ <errata>N/A</errata>
+ </detail>
+</themeinfo>