-
Notifications
You must be signed in to change notification settings - Fork 21
/
themeinfo.xml
43 lines (35 loc) · 1.74 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
<?xml version="1.0" encoding="utf-8"?>
<themeinfo>
<!-- This is the name of your theme as will be displayed in the theme selection menu. -->
<name>Blue Abstract</name>
<!-- This is the aspect ratio of your theme. -->
<aspect>16:9</aspect>
<!-- Information about the author -->
<author>
<name>Robert Siebert</name>
<email>[email protected]</email>
</author>
<!-- defines what type of theme this is. There are three eligible types, UI, OSD, and menu.
UI themes are overall myth themes. OSD themes govern the on-screen display during video playback.
Menu themes define the tree structure of Myth's menus. A theme can contain multiple types
(UI and OSD, UI and menu, etc.) and thus there can be multiple <type> definitions. -->
<types>
<type>UI</type>
<type>OSD</type>
<type>Menu</type>
</types>
<!-- This is the value that myth uses to parse all the coordinates in your theme. It is the number of
coordinates you are giving yourself to work with and the resolution you are targeting with your theme -->
<baseres>1280x720</baseres>
<!-- define the Major and Minor version numbers of your theme.-->
<version>
<major>1</major>
<minor>19</minor>
</version>
<!-- Defines an image in your theme directory to act as a preview and also some information about the theme -->
<detail>
<thumbnail name="preview">preview.png</thumbnail>
<description>Blue-abstract is a modern looking theme meant for widescreen HD displays. The blue background and the consistent layout makes it an attractive and elegant looking theme. It also contains a custom menu.</description>
<errata></errata>
</detail>
</themeinfo>