-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththemeinfo.xml
57 lines (47 loc) · 1.96 KB
/
themeinfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8"?>
<themeinfo>
<!-- The Theme Name (Required) -->
<name>MythCenterXMAS-wide</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>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>Paul Harrison</name>
<!-- Your Email Address -->
<email>[email protected]</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>15</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>This is a Christmas version of the popular MythCenter-wide theme with animated snow backgrounds and festive colour scheme.</description>
<!-- Errata. A list of known faults, missing elements or unfinished
areas. e.g. "mythgallery not themed" -->
<errata>N/A</errata>
</detail>
</themeinfo>