From 3aa2501acb56f292240c46e40c0f2fe49b1e3921 Mon Sep 17 00:00:00 2001
From: Britney Fransen <brfransen@gmail.com>
Date: Wed, 22 Jan 2014 01:24:01 +0000
Subject: linhes-theme: theme mythgame and mytharchive. refs #940

---
 abs/core/linhes-theme/PKGBUILD           |   16 +-
 abs/core/linhes-theme/base.xml.patch     |   11 +-
 abs/core/linhes-theme/game-ui.xml        |  716 ++++++++++++++++++++
 abs/core/linhes-theme/music-ui.xml.patch |   11 +
 abs/core/linhes-theme/mytharchive-ui.xml | 1084 ++++++++++++++++++++++++++++++
 abs/core/linhes-theme/mythburn-ui.xml    |  976 +++++++++++++++++++++++++++
 abs/core/linhes-theme/mythnative-ui.xml  |  640 ++++++++++++++++++
 7 files changed, 3448 insertions(+), 6 deletions(-)
 create mode 100644 abs/core/linhes-theme/game-ui.xml
 create mode 100644 abs/core/linhes-theme/music-ui.xml.patch
 create mode 100644 abs/core/linhes-theme/mytharchive-ui.xml
 create mode 100644 abs/core/linhes-theme/mythburn-ui.xml
 create mode 100644 abs/core/linhes-theme/mythnative-ui.xml

diff --git a/abs/core/linhes-theme/PKGBUILD b/abs/core/linhes-theme/PKGBUILD
index 2b1aba3..6145f7e 100644
--- a/abs/core/linhes-theme/PKGBUILD
+++ b/abs/core/linhes-theme/PKGBUILD
@@ -1,19 +1,20 @@
 pkgname=linhes-theme
 pkgver=8.1
-pkgrel=20
+pkgrel=21
 pkgdesc="Default LinHES MythTV theme"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://linhes.org/"
 
-patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch'
+patches=('readme.txt.patch' 'osd.xml.patch' 'base.xml.patch' 'music-ui.xml.patch'
          'menu-ui-vert.xml.patch' 'recordings-ui.xml.patch' 'qtlook.txt.patch')
 
 #The LinHES theme is based on TintedGlass 4.39 by Harley Peters
 source=("git+https://github.com/MythTV-Themes/TintedGlass.git#branch=fixes/0.27"
         `echo ${patches[@]:0}` 'themeinfo.xml' 'install-ui.xml'
         'background.png' 'preview.png' 'tux_thoughts.png'
-        'LHLogoAndText.png')
+        'LHLogoAndText.png'
+        'game-ui.xml' 'mytharchive-ui.xml' 'mythburn-ui.xml' 'mythnative-ui.xml')
 
 package() {
     THEMEROOT=usr/share/mythtv/themes
@@ -57,7 +58,8 @@ package() {
 md5sums=('SKIP'
          '95478bd9bab15e9e4365c1048757c225'
          'ed4f8baf431e20babc345e4e2602426f'
-         '9c2c8f2a8d881e01ea84457ae508f655'
+         'f52ad93730ae53ea0e1ac5d3c599133c'
+         '90476c9d03c734a4177954b5b0a4e864'
          'ec11d601d47cd4b2954e1609262a571b'
          '4ad8bc893412eeeb890f0b1f1f1bd541'
          '9fe3371a8b964a7028126405cfaa330b'
@@ -66,4 +68,8 @@ md5sums=('SKIP'
          '12d26a786fde397348653128a6d7676a'
          '4b1c27297bb5f8d9d7bbaf72b35130b5'
          '2bd09b8049aaf5ba21db5baf3a0ce077'
-         '09ad14842f828b7a8d24070ec8214fe5')
+         '09ad14842f828b7a8d24070ec8214fe5'
+         '8933e2c7c3569091bebc9d086e574ffe'
+         '8151dcda813a9a01b989d45f3d17eedd'
+         'a0f423ab4089a2e8d65def7777169cd4'
+         '8bd8e94068b03fea2138423acb170559')
diff --git a/abs/core/linhes-theme/base.xml.patch b/abs/core/linhes-theme/base.xml.patch
index bbf971d..f2487c3 100644
--- a/abs/core/linhes-theme/base.xml.patch
+++ b/abs/core/linhes-theme/base.xml.patch
@@ -1,5 +1,5 @@
 --- base.xml.orig	2014-01-02 20:11:41.055260777 +0000
-+++ base.xml	2014-01-02 20:20:50.598179696 +0000
++++ base.xml	2014-01-22 01:11:14.443221510 +0000
 @@ -424,7 +424,7 @@
  
      <!-- Base definition of a base popup backdrop -->
@@ -9,3 +9,12 @@
      </shape>
  
      <!-- Base definition of a heading group -->
+@@ -2140,7 +2140,7 @@
+ 
+         <button name="ok" from="base_button">
+             <position>252,634</position>
+-            <value>Ok</value>
++            <value>OK</value>
+         </button>
+ 
+         <textarea name="info_label" from="basetextarea">
diff --git a/abs/core/linhes-theme/game-ui.xml b/abs/core/linhes-theme/game-ui.xml
new file mode 100644
index 0000000..ed782e3
--- /dev/null
+++ b/abs/core/linhes-theme/game-ui.xml
@@ -0,0 +1,716 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
+<mythuitheme>
+
+    <window name="gameui">
+        <area>0,0,1280,720</area>
+
+        <group name="fanart-group" from="base_fanart_group" />
+
+        <textarea name="heading" from="base_heading">
+            <value>Games</value>
+        </textarea>
+
+        <shape name="tree-backdrop" from="base_backdrop">
+            <area>20,36,1240,401</area>
+        </shape>
+
+        <shape name="tree-backdrop-line" from="base_backdrop_line">
+            <area>21,37,1238,399</area>
+        </shape>
+
+        <shape name="tree-top-line" from="base_highlight_line">
+            <area>22,38,1236,2</area>
+        </shape>
+
+        <shape name="tree-bottom-line" from="base_highlight_line">
+            <area>22,433,1236,2</area>
+        </shape>
+
+        <shape name="tree-left-line" from="base_highlight_vertical_line">
+            <area>22,40,2,344</area>
+        </shape>
+
+        <shape name="tree-right-line" from="base_highlight_vertical_line">
+            <area>1256,40,2,344</area>
+        </shape>
+
+        <shape name="tree-arrows-first-list-backdrop" from="base_arrows_backdrop">
+            <area>385,436,50,11</area>
+        </shape>
+
+        <shape name="tree-arrows-second-list-backdrop" from="base_arrows_backdrop">
+            <area>796,436,50,11</area>
+        </shape>
+
+        <shape name="tree-arrows-third-list-backdrop" from="base_arrows_backdrop">
+            <area>1207,436,50,11</area>
+        </shape>
+
+        <shape name="description-backdrop" from="base_backdrop">
+            <area>20,447,1240,238</area>
+        </shape>
+
+        <shape name="description-backdrop-line" from="base_backdrop_line">
+            <area>21,448,1238,236</area>
+        </shape>
+
+        <shape name="description-top-line" from="base_highlight_line">
+            <area>22,449,1236,2</area>
+        </shape>
+
+        <shape name="description-bottom-line" from="base_highlight_line">
+            <area>22,681,1236,2</area>
+        </shape>
+
+        <shape name="description-left-line" from="base_highlight_vertical_line">
+            <area>22,451,2,230</area>
+        </shape>
+
+        <shape name="description-right-line" from="base_highlight_vertical_line">
+            <area>1256,451,2,230</area>
+        </shape>
+
+        <shape name="description-seperator-top-line" from="base_line">
+            <area>188,487,684,2</area>
+        </shape>
+
+        <shape name="description-seperator-bottom-line" from="base_line">
+            <area>188,643,684,2</area>
+        </shape>
+
+        <shape name="coverart-border">
+            <area>37,464,136,204</area>
+            <type>roundbox</type>
+            <fill color="#000000" alpha="0" />
+            <line color="#AAAAAA" alpha="100" width="2" />
+            <cornerradius>6</cornerradius>
+        </shape>
+
+        <shape name="preview-border">
+            <area>887,464,356,204</area>
+            <type>roundbox</type>
+            <fill color="#000000" alpha="0" />
+            <line color="#AAAAAA" alpha="100" width="2" />
+            <cornerradius>6</cornerradius>
+        </shape>
+
+        <buttontree name="gametreelist">
+            <area>28,51,1224,387</area>
+            <numlists>3</numlists>
+            <spacing>10</spacing>
+            <buttonlist name="listtemplate" from="base_list">
+                <searchposition>-1,308</searchposition>
+                <buttonarea>0,0,1224,387</buttonarea>
+                <statetype name="buttonitem">
+                    <state name="active">
+                        <area>0,0,402,30</area>
+                        <textarea name="buttontext">
+                            <area>8,0,378,30</area>
+                        </textarea>
+                        <imagetype name="buttonarrow">
+                            <position>383,7</position>
+                        </imagetype>
+                        <statetype name="buttoncheck">
+                            <area>374,5,20,20</area>
+                        </statetype>
+                    </state>
+                    <state name="selectedactive">
+                        <area>0,0,402,64</area>
+                        <textarea name="buttontext">
+                            <area>8,0,378,64</area>
+                        </textarea>
+                        <imagetype name="buttonarrow">
+                            <position>383,22</position>
+                        </imagetype>
+                        <statetype name="buttoncheck">
+                            <area>374,22,20,20</area>
+                        </statetype>
+                    </state>
+                    <state name="selectedinactive">
+                        <area>0,0,402,64</area>
+                        <textarea name="buttontext">
+                            <area>8,0,378,64</area>
+                        </textarea>
+                        <imagetype name="buttonarrow">
+                            <position>383,22</position>
+                        </imagetype>
+                        <statetype name="buttoncheck">
+                            <area>374,22,20,20</area>
+                        </statetype>
+                    </state>
+                </statetype>
+                <statetype name="upscrollarrow">
+                    <position>364,387</position>
+                </statetype>
+                <statetype name="downscrollarrow">
+                    <position>384,387</position>
+                </statetype>
+
+            </buttonlist>
+        </buttontree>
+
+        <textarea name="title" from="basetextarea">
+            <area>189,451,682,36</area>
+            <font>basemediumyellow</font>
+            <scroll direction="left" startdelay="1" />
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="genrelabel" from="basetextarea">
+            <area>189,641,50,42</area>
+            <font>baseextrasmall</font>
+            <value>Genre:</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="genre" from="basetextarea">
+            <area>249,641,331,42</area>
+            <font>baseextrasmallblue</font>
+            <scroll direction="left" startdelay="1" />
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="systemlabel" from="genrelabel">
+            <area>580,641,60,42</area>
+            <value>System:</value>
+        </textarea>
+
+        <textarea name="system" from="genre">
+            <area>650,641,120,42</area>
+        </textarea>
+
+        <textarea name="favlabel" from="genrelabel">
+            <area>770,641,65,42</area>
+            <value>Favorite:</value>
+        </textarea>
+
+        <statetype name="favorite">
+            <state name="no">
+                <textarea name="favorite" from="basetextarea">
+                    <font>baseextrasmallblue</font>
+                    <area>840,641,30,42</area>
+                    <value>No</value>
+                    <align>allcenter</align>
+                </textarea>
+            </state>
+            <state name="yes" from="no">
+                <textarea name="favorite">
+                    <value>Yes</value>
+                </textarea>
+            </state>
+        </statetype>
+
+        <textarea name="description" from="basetextarea">
+            <area>189,498,682,140</area>
+            <multiline>yes</multiline>
+            <cutdown>yes</cutdown>
+        </textarea>
+
+        <imagetype name="no_coverart_without_fanart" depends="!fanart">
+            <area>41,468,128,196</area>
+            <filename>images/masks/watchrecordings_coverart_mask.png</filename>
+            <preserveaspect>false</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <imagetype name="coverart">
+            <area>41,468,128,196</area>
+            <mask>images/masks/watchrecordings_coverart_mask.png</mask>
+            <preserveaspect>true</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <imagetype name="no_screenshot_without_fanart" depends="!fanart">
+            <area>891,468,348,196</area>
+            <filename>images/masks/watchrecordings_preview_mask.png</filename>
+            <preserveaspect>false</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <imagetype name="screenshot">
+            <area>891,468,348,196</area>
+            <mask>images/masks/watchrecordings_preview_mask.png</mask>
+            <preserveaspect>true</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <group name="clock-backdrop-group" from="base_clock_backdrop_group" />
+
+        <clock name="clock" from="base_clock" />
+
+    </window>
+
+    <window name="gamedetailspopup">
+
+        <!-- Make window behave as a popup -->
+        <area>-1,-1,850,516</area>
+
+        <animation trigger="AboutToShow">
+            <section>
+                <alpha start="0" end="255" easingcurve="OutQuart"/>
+                <zoom start="0" end="100" easingcurve="OutQuart"/>
+            </section>
+        </animation>
+
+        <animation trigger="AboutToHide">
+            <section>
+                <alpha start="255" end="0" easingcurve="InQuart"/>
+                <zoom start="100" end="0" easingcurve="InQuart"/>
+            </section>
+        </animation>
+
+        <!--this works around buttons being disabled in the popup-->
+        <textarea name="fix" from="basetextarea">
+            <area>0,0,1,1</area>
+            <scroll direction="left" startdelay="0"/>
+            <value>_</value>
+        </textarea>
+
+        <shape name="detail-popup-backdrop" from="base_popup_backdrop">
+            <area>0,0,850,516</area>
+        </shape>
+
+        <shape name="detail-popup-backdrop-line" from="base_backdrop_line">
+            <area>1,1,571,406</area>
+        </shape>
+
+        <shape name="detail-popup-top-line" from="base_highlight_line">
+            <area>2,2,569,2</area>
+        </shape>
+
+        <shape name="detail-popup-bottom-line" from="base_highlight_line">
+            <area>2,404,569,2</area>
+        </shape>
+
+        <shape name="detail-popup-left-line" from="base_highlight_vertical_line">
+            <area>2,4,2,400</area>
+        </shape>
+
+        <shape name="detail-popup-right-line" from="base_highlight_vertical_line">
+            <area>569,4,2,400</area>
+        </shape>
+
+        <shape name="detail-popup-seperator-first-line" from="base_line">
+            <area>22,45,529,2</area>
+        </shape>
+
+        <shape name="detail-popup-seperator-second-line" from="base_line">
+            <area>22,278,529,2</area>
+        </shape>
+
+        <shape name="detail-popup-seperator-third-line" from="base_line">
+            <area>22,303,529,2</area>
+        </shape>
+
+        <shape name="detail-popup-seperator-fourth-line" from="base_line">
+            <area>22,328,529,2</area>
+        </shape>
+
+        <shape name="detail-popup-seperator-fifth-line" from="base_line">
+            <area>22,353,529,2</area>
+        </shape>
+
+        <shape name="detail-popup-seperator-sixth-line" from="base_line">
+            <area>22,378,529,2</area>
+        </shape>
+
+        <shape name="detail-popup-coverart-backdrop-line" from="base_backdrop_line">
+            <area>575,1,274,406</area>
+        </shape>
+
+        <shape name="detail-popup-coverart-top-line" from="base_highlight_line">
+            <area>576,2,272,2</area>
+        </shape>
+
+        <shape name="detail-popup-coverart-bottom-line" from="base_highlight_line">
+            <area>576,404,272,2</area>
+        </shape>
+
+        <shape name="detail-popup-coverart-left-line" from="base_highlight_vertical_line">
+            <area>576,4,2,400</area>
+        </shape>
+
+        <shape name="detail-popup-coverart-right-line" from="base_highlight_vertical_line">
+            <area>846,4,2,400</area>
+        </shape>
+
+        <shape name="detail-popup-bottom-backdrop-line" from="base_backdrop_line">
+            <area>1,411,848,104</area>
+        </shape>
+
+        <shape name="detail-popup-bottom-top-line" from="base_highlight_line">
+            <area>2,412,846,2</area>
+        </shape>
+
+        <shape name="detail-popup-bottom-bottom-line" from="base_highlight_line">
+            <area>2,512,846,2</area>
+        </shape>
+
+        <shape name="detail-popup-bottom-left-line" from="base_highlight_vertical_line">
+            <area>2,414,2,98</area>
+        </shape>
+
+        <shape name="detail-popup-bottom-right-line" from="base_highlight_vertical_line">
+            <area>846,414,2,98</area>
+        </shape>
+
+        <textarea name="title" from="basetextarea">
+            <area>9,4,555,40</area>
+            <multiline>no</multiline>
+            <font>basesmalldarkyellow</font>
+            <scroll direction="left" startdelay="1" />
+            <align>allcenter</align>
+        </textarea>
+
+        <textarea name="description" from="basetextarea">
+            <area>23,54,527,214</area>
+            <multiline>yes</multiline>
+            <font>basesmaller</font>
+        </textarea>
+
+        <imagetype name="coverart">
+            <area>580,6,264,396</area>
+            <mask>images/masks/item_detail_popup_coverart_mask.png</mask>
+            <preserveaspect>true</preserveaspect>
+        </imagetype>
+
+        <textarea name="gametype_lab" from="basetextarea">
+            <area>23,279,50,24</area>
+            <font>basesmaller</font>
+            <value>Type:</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="gametype" from="basetextarea">
+            <area>83,280,150,24</area>
+            <font>basesmallerblue</font>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="allsystems_lab" from="basetextarea">
+            <area>243,279,100,24</area>
+            <font>basesmaller</font>
+            <value>System(s):</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="allsystems" from="basetextarea">
+            <area>353,280,197,24</area>
+            <font>basesmallerblue</font>
+            <scroll direction="left" startdelay="1" />
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="rompath_lab" from="basetextarea">
+            <area>23,304,46,24</area>
+            <font>basesmaller</font>
+            <value>Path:</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="rompath" from="basetextarea">
+            <area>79,305,327,24</area>
+            <font>basesmallerblue</font>
+            <scroll direction="left" startdelay="1" />
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="romname_lbl" from="basetextarea">
+            <area>390,304,46,24</area>
+            <font>basesmaller</font>
+            <value>File:</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="romname" from="basetextarea">
+            <area>436,305,114,24</area>
+            <font>basesmallerblue</font>
+            <scroll direction="left" startdelay="1" />
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="genre_lab" from="basetextarea">
+            <area>23,329,70,24</area>
+            <font>basesmaller</font>
+            <value>Genre:</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="genre" from="basetextarea">
+            <area>103,330,447,24</area>
+            <font>basesmallerblue</font>
+            <scroll direction="left" startdelay="1" />
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="year_lab" from="basetextarea">
+            <area>23,354,46,24</area>
+            <font>basesmaller</font>
+            <align>left,vcenter</align>
+            <value>Year:</value>
+        </textarea>
+
+        <textarea name="year" from="basetextarea">
+            <area>79,356,80,24</area>
+            <font>basesmallerblue</font>
+        </textarea>
+
+        <textarea name="crc_lab" from="basetextarea">
+            <area>342,354,84,24</area>
+            <font>basesmaller</font>
+            <align>right,vcenter</align>
+            <value>CRC:</value>
+        </textarea>
+
+        <textarea name="crc" from="basetextarea">
+            <area>436,355,114,24</area>
+            <font>basesmallerblue</font>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="country_lab" from="basetextarea">
+            <area>88,382,90,20</area>
+            <font>baseextrasmall</font>
+            <value>Country:</value>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="country" from="basetextarea">
+            <area>188,382,110,20</area>
+            <font>baseextrasmallblue</font>
+            <align>vcenter</align>
+        </textarea>
+
+        <textarea name="publisher_lab" from="basetextarea">
+            <area>331,382,94,20</area>
+            <font>baseextrasmall</font>
+            <align>right,vcenter</align>
+            <value>Publisher:</value>
+        </textarea>
+
+        <textarea name="publisher" from="basetextarea">
+            <area>435,382,110,20</area>
+            <font>baseextrasmallblue</font>
+            <align>vcenter</align>
+        </textarea>
+
+        <button name="play_button">
+            <position>435,443</position>
+            <statetype name="buttonstate">
+                <state name="active">
+                    <shape name="background" from="base_button_background_active">
+                        <area>0,0,390,40</area>
+                    </shape>
+                    <textarea name="buttontext">
+                        <area>10,0,370,40</area>
+                        <align>allcenter</align>
+                        <font>basesmall</font>
+                        <value>Play</value>
+                    </textarea>
+                </state>
+                <state name="selected" from="active">
+                    <shape name="background" from="base_button_background_selected">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                </state>
+                <state name="pushed" from="active">
+                    <shape name="background" from="base_button_background_pushed">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                </state>
+            </statetype>
+        </button>
+
+        <button name="done_button">
+            <position>25,443</position>
+            <statetype name="buttonstate">
+                <state name="active">
+                    <shape name="background" from="base_button_background_active">
+                        <area>0,0,390,40</area>
+                    </shape>
+                    <textarea name="buttontext">
+                        <area>10,0,370,40</area>
+                        <align>allcenter</align>
+                        <font>basesmall</font>
+                        <value>Done</value>
+                    </textarea>
+                </state>
+                <state name="selected" from="active">
+                    <shape name="background" from="base_button_background_selected">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                </state>
+                <state name="pushed" from="active">
+                    <shape name="background" from="base_button_background_pushed">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                </state>
+            </statetype>
+        </button>
+
+    </window>
+
+    <window name="edit_metadata">
+
+        <group name="fanart-group" from="base_fanart_group" />
+
+        <textarea name="heading" from="base_heading">
+            <value>Edit Game Information</value>
+        </textarea>
+
+        <shape name="edit-metadata-backdrop" from="base_backdrop">
+            <area>190,36,900,648</area>
+        </shape>
+
+        <shape name="edit-metadata-backdrop-line" from="base_backdrop_line">
+            <area>191,37,898,646</area>
+        </shape>
+
+        <shape name="edit-metadata-top-line" from="base_highlight_line">
+            <area>192,38,896,2</area>
+        </shape>
+
+        <shape name="edit-metadata-bottom-line" from="base_highlight_line">
+            <area>192,680,896,2</area>
+        </shape>
+
+        <shape name="edit-metadata-left-line" from="base_highlight_vertical_line">
+            <area>192,40,2,640</area>
+        </shape>
+
+        <shape name="edit-metadata-right-line" from="base_highlight_vertical_line">
+            <area>1086,40,2,640</area>
+        </shape>
+
+        <shape name="edit-metadata-buttons-top-line" from="base_line">
+            <area>213,604,854,2</area>
+        </shape>
+
+        <textarea name="gamename_label" from="basetextarea">
+            <area>164,66,230,32</area>
+            <font>basemedium</font>
+            <align>right,vcenter</align>
+            <value>Title:</value>
+        </textarea>
+
+        <textedit name="title_edit" from="base_wide_textedit">
+            <area>414,66,580,32</area>
+        </textedit>
+
+        <textarea name="genre_label" from="gamename_label">
+            <position>164,123</position>
+            <value>Genre:</value>
+        </textarea>
+
+        <textedit name="genre_edit" from="title_edit">
+            <position>414,123</position>
+        </textedit>
+
+        <textarea name="country_label" from="gamename_label">
+            <position>164,180</position>
+            <value>Country:</value>
+        </textarea>
+
+        <textedit name="country_edit" from="title_edit">
+            <position>414,180</position>
+        </textedit>
+
+        <textarea name="publisher_label" from="gamename_label">
+            <position>164,237</position>
+            <value>Publisher:</value>
+        </textarea>
+
+        <textedit name="publisher_edit" from="title_edit">
+            <position>414,237</position>
+        </textedit>
+
+        <textarea name="plot_label" from="gamename_label">
+            <position>164,294</position>
+            <value>Description:</value>
+        </textarea>
+
+        <textedit name="description_edit" from="title_edit">
+            <position>414,294</position>
+        </textedit>
+
+        <textarea name="year_label" from="gamename_label">
+            <position>164,351</position>
+            <value>Year:</value>
+        </textarea>
+
+        <textedit name="year_edit" from="title_edit">
+            <area>414,351,120,32</area>
+            <textarea name="text">
+                <area>0,0,120,32</area>
+                <align>allcenter</align>
+            </textarea>
+        </textedit>
+
+        <textarea name="fav_label" from="gamename_label">
+            <position>845,351</position>
+            <align>left,vcenter</align>
+            <value>Favorite:</value>
+        </textarea>
+
+        <checkbox name="favorite_check" from="base_checkbox">
+            <position>960,351</position>
+        </checkbox>
+
+        <textarea name="coverart_label" from="gamename_label">
+            <position>164,408</position>
+            <value>Coverart:</value>
+        </textarea>
+
+        <button name="coverart_button" from="base_searchbutton">
+            <area>414,408,30,30</area>
+        </button>
+
+        <textarea name="coverart_text" from="basetextarea">
+            <area>456,408,545,32</area>
+            <font>basesmaller</font>
+            <cutdown>left</cutdown>
+            <value>/path/to/the/thing.jpg</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="fanart_label" from="gamename_label">
+            <position>164,465</position>
+            <value>Fanart:</value>
+        </textarea>
+
+        <button name="fanart_button" from="coverart_button">
+            <position>414,465</position>
+        </button>
+
+        <textarea name="fanart_text" from="coverart_text">
+            <position>456,465</position>
+        </textarea>
+
+        <textarea name="screenshot_label" from="gamename_label">
+            <position>164,522</position>
+            <value>Screenshot:</value>
+        </textarea>
+
+        <button name="screenshot_button" from="coverart_button">
+            <area>414,522,30,30</area>
+        </button>
+
+        <textarea name="screenshot_text" from="coverart_text">
+            <position>456,522</position>
+        </textarea>
+
+        <button name="done_button" from="base_wide_button">
+            <position>400,623</position>
+            <value>Done</value>
+        </button>
+
+        <!-- Widgets -->
+
+        <group name="clock-backdrop-group" from="base_clock_backdrop_group" />
+
+        <clock name="clock" from="base_clock" />
+
+    </window>
+
+</mythuitheme>
diff --git a/abs/core/linhes-theme/music-ui.xml.patch b/abs/core/linhes-theme/music-ui.xml.patch
new file mode 100644
index 0000000..61fe4be
--- /dev/null
+++ b/abs/core/linhes-theme/music-ui.xml.patch
@@ -0,0 +1,11 @@
+--- music-ui.xml.orig	2014-01-13 21:56:30.959750358 +0000
++++ music-ui.xml	2014-01-13 21:56:47.534325378 +0000
+@@ -1972,7 +1972,7 @@
+         <group name="heading-backdrop" from="base_heading_group" />
+ 
+         <textarea name="heading" from="base_heading">
+-            <value>Edit Track  Information</value>
++            <value>Edit Track Information</value>
+         </textarea>
+ 
+         <shape name="edit-metadata-backdrop" from="base_backdrop">
diff --git a/abs/core/linhes-theme/mytharchive-ui.xml b/abs/core/linhes-theme/mytharchive-ui.xml
new file mode 100644
index 0000000..81a3fe3
--- /dev/null
+++ b/abs/core/linhes-theme/mytharchive-ui.xml
@@ -0,0 +1,1084 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
+
+<mythuitheme>
+
+    <window name="selectdestination">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Archive Files</value>
+        </textarea>
+
+        <shape name="destination-backdrop" from="base_backdrop">
+            <area>115,36,1050,649</area>
+        </shape>
+
+        <shape name="destination-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,506</area>
+        </shape>
+
+        <shape name="destination-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="destination-bottom-line" from="base_highlight_line">
+            <area>117,540,1046,2</area>
+        </shape>
+
+        <shape name="destination-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="destination-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="destination-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,547,1048,137</area>
+        </shape>
+
+        <shape name="destination-bottom-top-line" from="base_highlight_line">
+            <area>117,548,1046,2</area>
+        </shape>
+
+        <shape name="destination-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="destination-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="destination-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="destination-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <textarea name="destination_label" from="basetextarea">
+            <area>128,67,430,32</area>
+            <align>right,vcenter</align>
+            <value>Destination:</value>
+        </textarea>
+
+        <buttonlist name="destination_selector" from="base_selector">
+            <area>578,67,300,32</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,300,32</area>
+                    <textarea name="buttontext">
+                        <area>15,0,270,32</area>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,300,32</area>
+                    <textarea name="buttontext">
+                        <area>15,0,270,32</area>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="active" />
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>304,-2</position>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>304,15</position>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="destination_text" from="basetextarea">
+            <area>139,552,1003,66</area>
+            <font>basesmallerblue</font>
+            <cutdown>yes</cutdown>
+            <align>allcenter</align>
+            <multiline>yes</multiline>
+        </textarea>
+
+        <button name="find_button" from="base_button">
+            <position>408,140</position>
+            <value>File...</value>
+        </button>
+
+        <textedit name="filename_edit" from="base_textedit">
+            <area>578,140,450,35</area>
+        </textedit>
+
+        <textarea name="freespace_label" from="destination_label">
+            <position>128,206</position>
+            <value>Destination Free Space:</value>
+        </textarea>
+
+        <textarea name="freespace_text" from="basetextarea">
+            <area>578,206,200,32</area>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="iso_label" from="destination_label">
+            <position>128,263</position>
+            <value>Create ISO Image:</value>
+        </textarea>
+
+        <checkbox name="makeisoimage_check" from="base_checkbox">
+            <position>578,263</position>
+        </checkbox>
+
+        <textarea name="burntodvdr_text" from="destination_label">
+            <position>128,320</position>
+            <value>Burn to DVD:</value>
+        </textarea>
+
+        <checkbox name="burntodvdr_check" from="base_checkbox">
+            <position>578,320</position>
+        </checkbox>
+
+        <textarea name="erasedvdrw_text" from="destination_label">
+            <position>128,377</position>
+            <value>Overwrite DVD-RW Media:</value>
+        </textarea>
+
+        <checkbox name="erasedvdrw_check" from="base_checkbox">
+            <position>578,377</position>
+        </checkbox>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="prev_button" from="base_small_button">
+            <position>722,631</position>
+            <value>Previous</value>
+        </button>
+
+        <button name="next_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Next</value>
+        </button>
+
+    </window>
+
+    <window name="recording_selector">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Add Recordings</value>
+        </textarea>
+
+        <shape name="groups-backdrop" from="base_backdrop">
+            <area>20,36,316,352</area>
+        </shape>
+
+        <shape name="groups-backdrop-line" from="base_backdrop_line">
+            <area>21,37,314,350</area>
+        </shape>
+
+        <shape name="groups-top-line" from="base_highlight_line">
+            <area>22,38,312,2</area>
+        </shape>
+
+        <shape name="groups-bottom-line" from="base_highlight_line">
+            <area>22,384,312,2</area>
+        </shape>
+
+        <shape name="groups-left-line" from="base_highlight_vertical_line">
+            <area>22,40,2,344</area>
+        </shape>
+
+        <shape name="groups-right-line" from="base_highlight_vertical_line">
+            <area>332,40,2,344</area>
+        </shape>
+
+        <shape name="reclist-backdrop" from="base_backdrop">
+            <area>346,36,914,352</area>
+        </shape>
+
+        <shape name="reclist-backdrop-line" from="base_backdrop_line">
+            <area>347,37,912,350</area>
+        </shape>
+
+        <shape name="reclist-top-line" from="base_highlight_line">
+            <area>348,38,910,2</area>
+        </shape>
+
+        <shape name="reclist-bottom-line" from="base_highlight_line">
+            <area>348,384,910,2</area>
+        </shape>
+
+        <shape name="reclist-left-line" from="base_highlight_vertical_line">
+            <area>348,40,2,344</area>
+        </shape>
+
+        <shape name="reclist-right-line" from="base_highlight_vertical_line">
+            <area>1256,40,2,344</area>
+        </shape>
+
+        <shape name="groups-arrows-backdrop" from="base_arrows_backdrop">
+            <area>283,387,50,11</area>
+        </shape>
+
+        <shape name="relist-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1207,387,50,11</area>
+        </shape>
+
+        <shape name="description-backdrop" from="base_backdrop">
+            <area>20,398,1240,287</area>
+        </shape>
+
+        <shape name="description-backdrop-line" from="base_backdrop_line">
+            <area>21,399,1238,285</area>
+        </shape>
+
+        <shape name="description-top-line" from="base_highlight_line">
+            <area>22,400,1236,2</area>
+        </shape>
+
+        <shape name="description-bottom-line" from="base_highlight_line">
+            <area>22,681,1236,2</area>
+        </shape>
+
+        <shape name="description-left-line" from="base_highlight_vertical_line">
+            <area>22,402,2,230</area>
+        </shape>
+
+        <shape name="description-right-line" from="base_highlight_vertical_line">
+            <area>1256,402,2,230</area>
+        </shape>
+
+        <shape name="description-seperator-top-line" from="base_line">
+            <area>188,438,684,2</area>
+        </shape>
+
+        <shape name="description-seperator-bottom-line" from="base_line">
+            <area>188,594,684,2</area>
+        </shape>
+
+        <shape name="description-seperator-bottom-line2" from="base_line">
+            <area>37,632,1206,2</area>
+        </shape>
+
+        <shape name="coverart-border">
+            <area>37,415,136,204</area>
+            <type>roundbox</type>
+            <fill color="#000000" alpha="0" />
+            <line color="#AAAAAA" alpha="100" width="2" />
+            <cornerradius>6</cornerradius>
+        </shape>
+
+        <shape name="preview-border">
+            <area>887,415,356,204</area>
+            <type>roundbox</type>
+            <fill color="#000000" alpha="0" />
+            <line color="#AAAAAA" alpha="100" width="2" />
+            <cornerradius>6</cornerradius>
+        </shape>
+
+        <buttonlist name="category_selector" from="base_list">
+            <area>28,44,300,338</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,300,30</area>
+                    <textarea name="buttontext">
+                        <area>8,0,284,30</area>
+                        <font>basesmaller</font>
+                        <align>allcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,300,64</area>
+                    <textarea name="buttontext">
+                        <area>8,0,284,64</area>
+                        <align>allcenter</align>
+                        <multiline>yes</multiline>
+                    </textarea>
+                </state>
+                <state name="selectedinactive">
+                    <area>0,0,300,64</area>
+                    <textarea name="buttontext">
+                        <area>8,0,284,64</area>
+                        <align>allcenter</align>
+                        <multiline>yes</multiline>
+                    </textarea>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>262,345</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>282,345</position>
+            </statetype>
+        </buttonlist>
+
+        <buttonlist name="recordinglist">
+            <area>354,44,898,338</area>
+            <layout>vertical</layout>
+            <spacing>4</spacing>
+            <scrollstyle>free</scrollstyle>
+            <arrange>stack</arrange>
+            <wrapstyle>items</wrapstyle>
+            <buttonarea>0,0,100%,100%</buttonarea>
+            <align>top</align>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,898,30</area>
+                    <shape name="buttonbackground" from="base_select_bar_active">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                    <statetype name="buttoncheck">
+                        <area>8,5,20,20</area>
+                        <state type="off">
+                            <imagetype name="checkoff">
+                                <filename>images/lb-check-empty.png</filename>
+                            </imagetype>
+                        </state>
+                        <state type="half">
+                            <imagetype name="checkhalf">
+                                <filename>images/lb-check-half.png</filename>
+                            </imagetype>
+                        </state>
+                        <state type="full">
+                            <imagetype name="checkfull">
+                                <filename>images/lb-check-full.png</filename>
+                            </imagetype>
+                        </state>
+                    </statetype>
+                    <textarea name="titlesubtitle" from="base_text_font_state_small">
+                        <area>36,0,694,30</area>
+                        <font state="normal">basesmallverylightgrey</font>
+                    </textarea>
+                    <textarea name="filesize_str" from="base_text_font_state_extrasmall">
+                        <area>818,0,72,30</area>
+                        <font  state="normal">baseextrasmallverylightgrey</font>
+                        <cutdown>no</cutdown>
+                        <align>right,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="active" />
+                <state name="selectedactive" from="active" >
+                    <area>0,0,898,64</area>
+                    <shape name="buttonbackground" from="base_select_bar_selectedactive">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                    <statetype name="cutlist">
+                        <state name="no">
+                            <textarea name="cutlistoff" from="basetextarea">
+                                <area>600,24,80,20</area>
+                                <font>basesupersmall</font>
+                                <cutdown>no</cutdown>
+                                <align>allcenter</align>
+                                <alpha>80</alpha>
+                                <value>CUTLIST</value>
+                            </textarea>
+                        </state>
+                        <state name="yes">
+                            <textarea name="cutlist" from="basetextarea">
+                                <area>600,24,80,20</area>
+                                <font>basesupersmallblue</font>
+                                <cutdown>no</cutdown>
+                                <align>allcenter</align>
+                                <value>CUTLIST</value>
+                            </textarea>
+                        </state>
+                    </statetype>
+                    <textarea name="s00e00" from="base_text_font_state_extrasmall">
+                        <area>500,42,70,20</area>
+                        <font state="normal">baseextrasmall</font>
+                        <cutdown>no</cutdown>
+                        <align>allcenter</align>
+                    </textarea>
+                    <textarea name="timedate" from="base_text_font_state_extrasmall">
+                        <area>575,42,315,20</area>
+                        <font state="normal">baseextrasmall</font>
+                        <align>right,vcenter</align>
+                    </textarea>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>860,345</position>
+                <state type="off">
+                    <imagetype name="upoff">
+                        <filename>images/lists_up_arrow.png</filename>
+                        <alpha>80</alpha>
+                    </imagetype>
+                </state>
+                <state type="full">
+                    <imagetype name="upon">
+                        <filename>images/lists_up_arrow.png</filename>
+                        <alpha>200</alpha>
+                    </imagetype>
+                </state>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>880,345</position>
+                <state type="off">
+                    <imagetype name="dnoff">
+                        <filename>images/lists_down_arrow.png</filename>
+                        <alpha>80</alpha>
+                    </imagetype>
+                </state>
+                <state type="full">
+                    <imagetype name="dnon">
+                        <filename>images/lists_down_arrow.png</filename>
+                        <alpha>200</alpha>
+                    </imagetype>
+                </state>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="progtitle" from="basetextarea">
+            <area>189,402,682,36</area>
+            <font>basemediumyellow</font>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="progdescription" from="basetextarea">
+            <area>189,449,682,140</area>
+            <multiline>yes</multiline>
+            <cutdown>yes</cutdown>
+        </textarea>
+
+        <imagetype name="preview_image">
+            <area>41,419,128,196</area>
+            <filename>images/no_coverart.png</filename>
+            <mask>images/masks/watchrecordings_coverart_mask.png</mask>
+            <preserveaspect>false</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <imagetype name="no_preview_image_without_fanart">
+            <area>891,419,348,196</area>
+            <filename>images/no_preview.png</filename>
+            <mask>images/masks/watchrecordings_preview_mask.png</mask>
+            <preserveaspect>false</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <button name="cancel_button" from="base_button">
+            <position>37,640</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="ok_button" from="base_button">
+            <position>1093,640</position>
+            <value>OK</value>
+        </button>
+
+    </window>
+
+
+    <window name="file_selector">
+        <area>0,0,1280,720</area>
+
+        <textarea name="title_text" from="base_heading">
+            <value>Select Files</value>
+        </textarea>
+
+        <shape name="fullpath-backdrop" from="base_backdrop">
+            <area>0,37,1280,44</area>
+            <type>box</type>
+        </shape>
+
+        <shape name="fullpath-top-line" from="base_line">
+            <area>0,38,1280,2</area>
+        </shape>
+
+        <shape name="fullpath-bottom-line" from="base_line">
+            <area>0,77,1280,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-backdrop" from="base_backdrop">
+            <area>20,92,615,592</area>
+        </shape>
+
+        <shape name="file-browser-preview-backdrop-line" from="base_backdrop_line">
+            <area>21,93,613,590</area>
+        </shape>
+
+        <shape name="file-browser-preview-top-line" from="base_highlight_line">
+            <area>22,94,611,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-bottom-line" from="base_highlight_line">
+            <area>22,680,611,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-left-line" from="base_highlight_vertical_line">
+            <area>22,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-preview-right-line" from="base_highlight_vertical_line">
+            <area>631,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-line" from="base_backdrop_line">
+            <area>42,158,571,324</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-top-line" from="base_highlight_line">
+            <area>43,159,569,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-bottom-line" from="base_highlight_line">
+            <area>43,479,569,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-left-line" from="base_highlight_vertical_line">
+            <area>43,161,2,318</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-right-line" from="base_highlight_vertical_line">
+            <area>610,161,2,318</area>
+        </shape>
+
+        <shape name="file-browser-backdrop" from="base_backdrop">
+            <area>645,92,615,592</area>
+        </shape>
+
+        <shape name="file-browser-backdrop-line" from="base_backdrop_line">
+            <area>646,93,613,590</area>
+        </shape>
+
+        <shape name="file-browser-top-line" from="base_highlight_line">
+            <area>647,94,611,2</area>
+        </shape>
+
+        <shape name="file-browser-bottom-line" from="base_highlight_line">
+            <area>647,680,611,2</area>
+        </shape>
+
+        <shape name="file-browser-left-line" from="base_highlight_vertical_line">
+            <area>647,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-right-line" from="base_highlight_vertical_line">
+            <area>1256,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1207,684,50,10</area>
+        </shape>
+
+        <buttonlist name="filelist" from="base_list">
+            <area>653,100,599,578</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,599,54</area>
+                    <statetype name="buttoncheck">
+                        <area>4,17,20,20</area>
+                    </statetype>
+                    <imagetype name="buttonimage">
+                        <area>28,2,77,50</area>
+                        <filename>images/file_browser_no_preview.png</filename>
+                        <preserveaspect>true</preserveaspect>
+                    </imagetype>
+                    <textarea name="buttontext">
+                        <area>115,0,382,54</area>
+                        <font>basesmaller</font>
+                        <multiline>yes</multiline>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <textarea name="size" from="buttontext">
+                        <area>497,0,100,54</area>
+                        <align>right,vcenter</align>
+                    </textarea>
+                 </state>
+                <state name="selectedactive">
+                    <area>0,0,599,112</area>
+                    <statetype name="buttoncheck">
+                        <area>10,46,20,20</area>
+                    </statetype>
+                    <imagetype name="buttonimage">
+                        <area>38,4,138,104</area>
+                        <filename>images/file_browser_no_preview.png</filename>
+                        <preserveaspect>true</preserveaspect>
+                    </imagetype>
+                    <textarea name="buttontext">
+                        <area>186,0,307,112</area>
+                        <font>basesmallyellow</font>
+                        <multiline>yes</multiline>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <textarea name="size" from="buttontext">
+                        <area>493,0,100,112</area>
+                        <align>right,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="selectedactive">
+                    <shape name="buttonbackground" from="base_select_bar_selectedinactive">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>561,585</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>581,585</position>
+            </statetype>
+        </buttonlist>
+
+        <textedit name="location_edit" from="base_wide_textedit">
+            <area>40,107,575,40</area>
+        </textedit>
+
+        <imagetype name="no_preview">
+            <area>46,161,563,318</area>
+            <filename>images/file_browser_no_preview.png</filename>
+            <mask>images/masks/file_browser_preview_mask.png</mask>
+            <preserveaspect>true</preserveaspect>
+        </imagetype>
+
+        <imagetype name="preview">
+            <area>46,161,563,318</area>
+            <mask>images/masks/file_browser_preview_mask.png</mask>
+            <preserveaspect>true</preserveaspect>
+        </imagetype>
+
+        <button name="back_button" from="base_button">
+            <position>252,493</position>
+            <value>Up Level</value>
+        </button>
+
+        <button name="home_button" from="base_button">
+            <position>252,540</position>
+            <value>Home</value>
+        </button>
+
+        <button name="cancel_button" from="base_button">
+            <position>252,587</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="ok_button" from="base_button">
+            <position>252,634</position>
+            <value>OK</value>
+        </button>
+
+    </window>
+
+
+    <window name="video_selector">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Add Videos</value>
+        </textarea>
+
+        <shape name="video-tree-directory-backdrop" from="base_backdrop">
+            <area>20,36,613,352</area>
+        </shape>
+
+        <shape name="video-tree-directory-backdrop-line" from="base_backdrop_line">
+            <area>21,37,611,350</area>
+        </shape>
+
+        <shape name="video-tree-top-line" from="base_highlight_line">
+            <area>22,38,609,2</area>
+        </shape>
+
+        <shape name="video-tree-bottom-line" from="base_highlight_line">
+            <area>22,384,609,2</area>
+        </shape>
+
+        <shape name="video-tree-left-line" from="base_highlight_vertical_line">
+            <area>22,40,2,384</area>
+        </shape>
+
+        <shape name="video-tree-right-line" from="base_highlight_vertical_line">
+            <area>629,40,2,384</area>
+        </shape>
+
+        <shape name="video-tree-files-backdrop" from="base_backdrop">
+            <area>647,36,613,352</area>
+        </shape>
+
+        <shape name="video-tree-files-backdrop-line" from="base_backdrop_line">
+            <area>648,37,611,350</area>
+        </shape>
+
+        <shape name="video-tree-files-top-line" from="base_highlight_line">
+            <area>649,38,609,2</area>
+        </shape>
+
+        <shape name="video-tree-files-bottom-line" from="base_highlight_line">
+            <area>649,384,609,2</area>
+        </shape>
+
+        <shape name="video-tree-left-line" from="base_highlight_vertical_line">
+            <area>22,40,2,384</area>
+        </shape>
+
+        <shape name="video-tree-right-line" from="base_highlight_vertical_line">
+            <area>629,40,2,384</area>
+        </shape>
+
+        <shape name="video-tree-files-backdrop" from="base_backdrop">
+            <area>647,36,613,352</area>
+        </shape>
+
+        <shape name="video-tree-files-backdrop-line" from="base_backdrop_line">
+            <area>648,37,611,350</area>
+        </shape>
+
+        <shape name="video-tree-files-top-line" from="base_highlight_line">
+            <area>649,38,609,2</area>
+        </shape>
+
+        <shape name="video-tree-files-bottom-line" from="base_highlight_line">
+            <area>649,384,609,2</area>
+        </shape>
+
+        <shape name="video-tree-files-left-line" from="base_highlight_vertical_line">
+            <area>649,40,2,384</area>
+        </shape>
+
+        <shape name="video-tree-files-right-line" from="base_highlight_vertical_line">
+            <area>1256,40,2,384</area>
+        </shape>
+
+        <shape name="video-tree-arrows-backdrop" from="base_arrows_backdrop">
+            <area>580,388,50,11</area>
+        </shape>
+
+        <shape name="video-tree-files-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1207,388,50,11</area>
+        </shape>
+
+        <shape name="video-bottom-backdrop" from="base_backdrop">
+            <area>20,398,1240,287</area>
+        </shape>
+
+        <shape name="video-bottom-backdrop-line" from="base_backdrop_line">
+            <area>21,399,1039,285</area>
+        </shape>
+
+        <shape name="video-bottom-top-line" from="base_highlight_line">
+            <area>22,400,1037,2</area>
+        </shape>
+
+        <shape name="video-bottom-bottom-line" from="base_highlight_line">
+            <area>22,681,1037,2</area>
+        </shape>
+
+        <shape name="video-bottom-left-line" from="base_highlight_vertical_line">
+            <area>22,402,2,279</area>
+        </shape>
+
+        <shape name="video-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1057,402,2,279</area>
+        </shape>
+
+        <shape name="video-bottom-seperator-first-line" from="base_line">
+            <area>39,442,1003,2</area>
+        </shape>
+
+        <shape name="video-bottom-seperator-second-line" from="base_line">
+            <area>39,484,1003,2</area>
+        </shape>
+
+        <shape name="video-bottom-seperator-third-line" from="base_line">
+            <area>39,639,1003,2</area>
+        </shape>
+
+        <shape name="video-coverart-backdrop-line" from="base_backdrop_line">
+            <area>1066,399,193,285</area>
+        </shape>
+
+        <shape name="video-coverart-top-line" from="base_highlight_line">
+            <area>1054,400,204,2</area>
+        </shape>
+
+        <shape name="video-coverart-bottom-line" from="base_highlight_line">
+            <area>1067,681,191,2</area>
+        </shape>
+
+        <shape name="video-coverart-left-line" from="base_highlight_vertical_line">
+            <area>1067,402,2,279</area>
+        </shape>
+
+        <shape name="video-coverart-right-line" from="base_highlight_vertical_line">
+            <area>1256,402,2,279</area>
+        </shape>
+
+        <buttonlist name="category_selector" from="base_list">
+            <buttonarea>28,44,1224,338</buttonarea>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,597,30</area>
+                    <textarea name="buttontext">
+                        <area>8,0,581,30</area>
+                        <align>left,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,597,64</area>
+                    <textarea name="buttontext">
+                        <area>8,0,561,64</area>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <imagetype name="buttonarrow">
+                        <position>577,22</position>
+                    </imagetype>
+                </state>
+                <state name="selectedinactive">
+                    <area>0,0,597,64</area>
+                    <textarea name="buttontext">
+                        <area>8,0,581,64</area>
+                        <align>left,vcenter</align>
+                    </textarea>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>586,389</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>606,389</position>
+            </statetype>
+        </buttonlist>
+
+        <buttonlist name="videolist" from="base_list">
+            <buttonarea>655,44,1224,338</buttonarea>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,597,30</area>
+                    <statetype name="buttoncheck">
+                        <area>8,5,20,20</area>
+                    </statetype>
+                    <textarea name="buttontext">
+                        <area>36,0,581,30</area>
+                        <align>left,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,597,64</area>
+                    <statetype name="buttoncheck">
+                        <area>8,21,20,20</area>
+                    </statetype>
+                    <textarea name="buttontext">
+                        <area>36,0,561,64</area>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <imagetype name="buttonarrow">
+                        <position>577,22</position>
+                    </imagetype>
+                </state>
+                <state name="selectedinactive">
+                    <area>0,0,597,64</area>
+                    <statetype name="buttoncheck">
+                        <area>8,21,20,20</area>
+                    </statetype>
+                    <textarea name="buttontext">
+                        <area>36,0,581,64</area>
+                        <align>left,vcenter</align>
+                    </textarea>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>1213,389</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>1233,389</position>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="videotitle" from="basetextarea">
+            <area>40,402,553,42</area>
+            <cutdown>yes</cutdown>
+            <font>basemediumyellow</font>
+            <align>vcenter</align>
+        </textarea>
+
+        <textarea name="videoplot" from="basetextarea">
+            <area>40,493,1001,140</area>
+            <font>basesmall</font>
+            <align>justify</align>
+            <multiline>yes</multiline>
+            <cutdown>yes</cutdown>
+        </textarea>
+
+        <textarea name="filesizelbl" from="basetextarea">
+            <area>847,444,60,42</area>
+            <font>basesmall</font>
+            <value>Size:</value>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="filesize" from="basetextarea">
+            <area>912,444,124,42</area>
+            <font>basesmallblue</font>
+            <align>allcenter</align>
+        </textarea>
+
+        <imagetype name="cover_background">
+            <area>1070,403,185,277</area>
+            <filename>images/no_coverart.png</filename>
+            <mask>images/masks/tree_coverart_mask.png</mask>
+            <preserveaspect>no</preserveaspect>
+        </imagetype>
+
+        <imagetype name="cover_image">
+            <area>1070,403,185,277</area>
+            <mask>images/masks/tree_coverart_mask.png</mask>
+            <preserveaspect>no</preserveaspect>
+        </imagetype>
+
+        <textarea name="parentallabel" from="basetextarea">
+            <area>847,411,158,24</area>
+            <font>basesmall</font>
+            <cutdown>no</cutdown>
+            <align>right,vcenter</align>
+            <value>Parental Level:</value>
+        </textarea>
+
+        <textarea name="parentallevel_text" from="basetextarea">
+            <area>1002,411,40,24</area>
+            <font>basesmallblue</font>
+            <align>allcenter</align>
+        </textarea>
+
+        <textarea name="warning_text" from="basetextarea">
+            <area>26,42,601,340</area>
+            <multiline>yes</multiline>
+            <font>basesmall</font>
+            <align>allcenter</align>
+            <value>No videos available</value>
+        </textarea>
+
+        <button name="cancel_button" from="base_button">
+            <position>39,643</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="ok_button" from="base_button">
+            <position>892,643</position>
+            <value>OK</value>
+        </button>
+
+    </window>
+
+    <window name="logviewer">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Archive Log Viewer</value>
+        </textarea>
+
+        <shape name="viewer-backdrop" from="base_backdrop">
+            <area>115,36,1050,498</area>
+        </shape>
+
+        <shape name="viewer-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,496</area>
+        </shape>
+
+        <shape name="viewer-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="viewer-bottom-line" from="base_highlight_line">
+            <area>117,531,1046,2</area>
+        </shape>
+
+        <shape name="viewer-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="viewer-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="viewer-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1112,534,50,11</area>
+        </shape>
+
+        <shape name="viewer-bottom-backdrop" from="base_backdrop">
+            <area>115,545,1050,140</area>
+        </shape>
+
+        <shape name="viewer-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,546,1048,138</area>
+        </shape>
+
+        <shape name="viewer-bottom-top-line" from="base_highlight_line">
+            <area>117,547,1046,2</area>
+        </shape>
+
+        <shape name="viewer-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="viewer-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="viewer-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="viewer-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <buttonlist name="loglist" from="base_list">
+            <area>123,49,1034,488</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,1034,30</area>
+                    <textarea name="buttontext">
+                        <area>8,0,1018,30</area>
+                        <font>basesmaller</font>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,1034,64</area>
+                    <textarea name="buttontext">
+                        <area>8,0,1018,64</area>
+                        <align>vcenter</align>
+                        <multiline>yes</multiline>
+                    </textarea>
+                </state>
+                <state name="selectedinactive">
+                    <area>0,0,1034,64</area>
+                    <textarea name="buttontext">
+                        <area>8,0,1018,64</area>
+                        <align>vcenter</align>
+                        <multiline>yes</multiline>
+                    </textarea>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>997,487</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>1017,487</position>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="logitem_text" from="basetextarea">
+            <area>139,552,1003,66</area>
+            <font>basesmallerblue</font>
+            <cutdown>yes</cutdown>
+            <align>allcenter</align>
+            <multiline>yes</multiline>
+        </textarea>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel Job</value>
+        </button>
+
+        <button name="update_button" from="base_small_button">
+            <position>540,631</position>
+            <value>Update</value>
+        </button>
+
+        <button name="exit_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Exit</value>
+        </button>
+
+    </window>
+
+</mythuitheme>
diff --git a/abs/core/linhes-theme/mythburn-ui.xml b/abs/core/linhes-theme/mythburn-ui.xml
new file mode 100644
index 0000000..af8596d
--- /dev/null
+++ b/abs/core/linhes-theme/mythburn-ui.xml
@@ -0,0 +1,976 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
+<!--
+
+MythArchive GUI theme
+
+-->
+<mythuitheme>
+
+    <window name="profilepopup">
+        <area>-1,-1,602,488</area>
+
+        <animation trigger="AboutToShow">
+            <section>
+                <alpha start="0" end="255" easingcurve="OutQuart"/>
+                <zoom start="0" end="100" easingcurve="OutQuart"/>
+            </section>
+        </animation>
+
+        <animation trigger="AboutToHide">
+            <section>
+                <alpha start="255" end="0" easingcurve="InQuart"/>
+                <zoom start="100" end="0" easingcurve="InQuart"/>
+            </section>
+        </animation>
+
+        <shape name="profile-popup-backdrop" from="base_popup_backdrop">
+            <area>0,0,602,488</area>
+        </shape>
+
+        <shape name="profile-popup-backdrop-line" from="base_backdrop_line">
+            <area>1,1,600,486</area>
+        </shape>
+
+        <shape name="profile-popup-top-line" from="base_highlight_line">
+            <area>2,2,596,2</area>
+        </shape>
+
+        <shape name="profile-popup-bottom-line" from="base_highlight_line">
+            <area>2,484,596,2</area>
+        </shape>
+
+        <shape name="profile-popup-left-line" from="base_highlight_vertical_line">
+            <area>2,4,2,480</area>
+        </shape>
+
+        <shape name="profile-popup-right-line" from="base_highlight_vertical_line">
+            <area>598,4,2,480</area>
+        </shape>
+
+        <shape name="profile-popup-seperator-first-line" from="base_line">
+            <area>23,50,556,2</area>
+        </shape>
+
+        <shape name="profile-popup-seperator-second-line" from="base_line">
+            <area>23,436,556,2</area>
+        </shape>
+
+        <textarea name="title" from="basetextarea">
+            <area>10,4,582,46</area>
+            <font>basemediumlargerdarkyellow</font>
+            <align>allcenter</align>
+            <value>Encoding Profile</value>
+        </textarea>
+
+        <textarea name="caption_text" from="basetextarea">
+            <area>10,80,582,32</area>
+            <font>basemedium</font>
+            <align>allcenter</align>
+        </textarea>
+
+        <buttonlist name="profile_list" from="base_selector">
+            <area>149,142,300,32</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,300,32</area>
+                    <textarea name="buttontext">
+                        <area>15,0,270,32</area>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,300,32</area>
+                    <textarea name="buttontext">
+                        <area>15,0,270,32</area>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="active" />
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>304,-2</position>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>304,15</position>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="description_text" from="basetextarea">
+            <area>70,204,462,64</area>
+            <align>allcenter</align>
+            <font>basesmallblue</font>
+            <multiline>yes</multiline>
+        </textarea>
+
+        <textarea name="oldsize_lbl" from="basetextarea">
+            <area>10,298,281,32</area>
+            <font>basesmall</font>
+            <align>right,vcenter</align>
+            <value>Original Size:</value>
+        </textarea>
+
+        <textarea name="oldsize_text" from="basetextarea">
+            <area>311,298,281,32</area>
+            <font>basesmall</font>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="newsize_lbl" from="oldsize_lbl">
+            <area>10,360,281,32</area>
+            <value>Encoded Size:</value>
+        </textarea>
+
+       <textarea name="newsize_text" from="oldsize_text">
+            <area>311,360,281,32</area>
+        </textarea>
+
+        <button name="ok_button" from="base_medium_button">
+            <position>126,441</position>
+            <value>OK</value>
+        </button>
+    </window>
+
+    <!--
+        theme selector
+    -->
+
+    <window name="themeselector">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>DVD Menu Theme</value>
+        </textarea>
+
+        <shape name="theme-backdrop" from="base_backdrop">
+            <area>115,36,1050,649</area>
+        </shape>
+
+        <shape name="theme-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,506</area>
+        </shape>
+
+        <shape name="theme-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="theme-bottom-line" from="base_highlight_line">
+            <area>117,540,1046,2</area>
+        </shape>
+
+        <shape name="theme-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="theme-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="theme-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,547,1048,137</area>
+        </shape>
+
+        <shape name="theme-bottom-top-line" from="base_highlight_line">
+            <area>117,548,1046,2</area>
+        </shape>
+
+        <shape name="theme-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="theme-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="theme-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="theme-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <textarea name="themetitle" from="basetextarea">
+            <area>208,67,300,32</area>
+            <align>right,vcenter</align>
+            <value>Theme:</value>
+        </textarea>
+
+        <buttonlist name="theme_selector" from="base_selector">
+            <area>528,67,300,32</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,300,32</area>
+                    <textarea name="buttontext">
+                        <area>15,0,270,32</area>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,300,32</area>
+                    <textarea name="buttontext">
+                        <area>15,0,270,32</area>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="active" />
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>304,-2</position>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>304,15</position>
+            </statetype>
+        </buttonlist>
+
+        <imagetype name="theme_image" >
+            <area>0,0,1,1</area>
+        </imagetype>
+
+        <!--
+            theme preview images
+        -->
+
+        <textarea name="introtitle" from="themetitle">
+            <area>207,205,150,32</area>
+            <value>Intro --></value>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="intronone" from="themetitle">
+            <area>377,189,175,64</area>
+            <value>Not available in this theme</value>
+            <multiline>yes</multiline>
+            <align>allcenter</align>
+        </textarea>
+
+        <imagetype name="intro_image">
+            <area>367,140,195,162</area>
+            <preserveaspect>true</preserveaspect>
+        </imagetype>
+
+        <textarea name="menutitle" from="introtitle">
+            <area>922,205,150,32</area>
+            <value>&lt;-- Main Menu</value>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="menunone" from="intronone">
+            <area>727,189,175,64</area>
+            <value>Not Available in this Theme</value>
+            <multiline>yes</multiline>
+            <align>allcenter</align>
+        </textarea>
+
+        <imagetype name="mainmenu_image" from="intro_image">
+            <area>717,140,195,162</area>
+        </imagetype>
+
+        <textarea name="chaptertitle" from="introtitle">
+            <area>177,408,180,32</area>
+            <value>Chapter Menu --></value>
+        </textarea>
+
+        <textarea name="chapternone" from="intronone">
+            <area>377,392,175,64</area>
+            <value>Not Available in this Theme</value>
+            <multiline>yes</multiline>
+            <align>allcenter</align>
+        </textarea>
+
+        <imagetype name="chapter_image" from="intro_image">
+            <area>367,343,195,162</area>
+        </imagetype>
+
+        <textarea name="detailtitle" from="menutitle">
+            <area>922,408,150,32</area>
+            <value>&lt;-- Details</value>
+        </textarea>
+
+        <textarea name="detailnone" from="intronone">
+            <area>727,392,175,64</area>
+            <value>Not Available in this Theme</value>
+            <multiline>yes</multiline>
+            <align>allcenter</align>
+        </textarea>
+
+        <imagetype name="details_image" from="intro_image">
+            <area>717,343,195,162</area>
+        </imagetype>
+
+        <!--
+            theme description
+        -->
+
+        <textarea name="themedescription" from="basetextarea">
+            <area>139,552,1003,66</area>
+            <font>basesmallerblue</font>
+            <cutdown>yes</cutdown>
+            <align>allcenter</align>
+            <multiline>yes</multiline>
+        </textarea>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="prev_button" from="base_small_button">
+            <position>722,631</position>
+            <value>Previous</value>
+        </button>
+
+        <button name="next_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Next</value>
+        </button>
+
+    </window>
+
+    <!--
+        ******************************************************************
+        The main mythburn screen
+        *******************************************************************
+    -->
+
+    <window name="mythburn">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Archive Items to DVD</value>
+        </textarea>
+
+        <shape name="add-backdrop" from="base_backdrop">
+            <area>115,36,1050,498</area>
+        </shape>
+
+        <shape name="add-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,496</area>
+        </shape>
+
+        <shape name="add-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="add-bottom-line" from="base_highlight_line">
+            <area>117,531,1046,2</area>
+        </shape>
+
+        <shape name="add-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="add-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="add-seperator-first-line" from="base_line">
+            <area>138,137,1004,2</area>
+        </shape>
+
+        <shape name="add-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1112,534,50,11</area>
+        </shape>
+
+        <shape name="add-bottom-backdrop" from="base_backdrop">
+            <area>115,545,1050,140</area>
+        </shape>
+
+        <shape name="add-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,546,1048,138</area>
+        </shape>
+
+        <shape name="add-bottom-top-line" from="base_highlight_line">
+            <area>117,547,1046,2</area>
+        </shape>
+
+        <shape name="add-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="add-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="add-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="add-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <button name="addrecording_button" from="base_small_button">
+            <position>165,67</position>
+            <value>Add Recording</value>
+        </button>
+
+        <button name="addvideo_button" from="base_small_button">
+            <position>540,67</position>
+            <value>Add Video</value>
+        </button>
+
+        <button name="addfile_button" from="base_small_button">
+            <position>915,67</position>
+            <value>Add File</value>
+        </button>
+
+        <buttonlist name="archivelist" from="base_list">
+            <area>123,169,1034,368</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,1034,30</area>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>8,2,433,30</area>
+                        <font>basesmall</font>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <textarea name="subtitle" from="buttontext">
+                        <area>441,0,393,30</area>
+                        <font>baseextrasmallverylightgrey</font>
+                        <align>right,vcenter</align>
+                    </textarea>
+                    <textarea name="size" from="basetextarea">
+                        <area>954,0,72,30</area>
+                        <font>baseextrasmallverylightgrey</font>
+                        <cutdown>no</cutdown>
+                        <align>right,vcenter</align>
+                    </textarea>
+                    <textarea name="profile" from="size">
+                        <area>839,0,110,30</area>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,1034,64</area>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>8,2,413,30</area>
+                        <font>basesmallyellow</font>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <textarea name="subtitle" from="buttontext">
+                        <area>8,32,613,30</area>
+                        <font>basesmalleryellow</font>
+                    </textarea>
+                    <textarea name="size" from="basetextarea">
+                        <area>954,0,72,30</area>
+                        <font>baseextrasmallverylightgrey</font>
+                        <cutdown>no</cutdown>
+                        <align>right,vcenter</align>
+                    </textarea>
+                    <textarea name="profile" from="size">
+                        <area>839,0,110,30</area>
+                    </textarea>
+                    <textarea name="date" from="basetextarea">
+                        <area>711,42,315,20</area>
+                        <font>baseextrasmall</font>
+                        <align>right,vcenter</align>
+                    </textarea>
+                    <statetype name="cutliststatus">
+                        <state name="none" />
+                        <state name="using">
+                            <textarea name="cutlist" from="basetextarea">
+                                <area>736,24,80,20</area>
+                                <font>basesupersmallblue</font>
+                                <cutdown>no</cutdown>
+                                <align>allcenter</align>
+                                <value>CUTLIST</value>
+                            </textarea>
+                        </state>
+                        <state name="notusing">
+                            <textarea name="cutlistoff" from="basetextarea">
+                                <area>736,24,80,20</area>
+                                <font>basesupersmall</font>
+                                <cutdown>no</cutdown>
+                                <align>allcenter</align>
+                                <alpha>80</alpha>
+                                <value>CUTLIST</value>
+                            </textarea>
+                        </state>
+                    </statetype>
+                    <statetype name="movestate" />
+                </state>
+               <state name="selectedinactive" from="active" />
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>997,367</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>1017,367</position>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="nofiles" from="basetextarea">
+            <area>150,169,980,32</area>
+            <align>allcenter</align>
+            <value>Add a recording, video or file to archive.</value>
+        </textarea>
+
+        <progressbar name="size_bar" from="baseprogressbar">
+            <position>372,590</position>
+        </progressbar>
+
+        <textarea name="maxsize" from="basetextarea">
+            <area>798,560,100,30</area>
+            <font>basesmall</font>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="minsize" from="maxsize">
+            <area>383,560,100,30</area>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="currentsize" from="maxsize">
+            <area>372,560,536,30</area>
+            <align>allcenter</align>
+        </textarea>
+
+        <textarea name="currentsize_error" from="currentsize">
+            <font>basesmallred</font>
+        </textarea>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="prev_button" from="base_small_button">
+            <position>722,631</position>
+            <value>Previous</value>
+        </button>
+
+        <button name="next_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Finish</value>
+        </button>
+
+    </window>
+
+  <!--
+      *******************************************************************
+      The editmetadata dialog
+      *******************************************************************
+  -->
+
+    <window name="edit_metadata">
+        <area>-1,-1,602,488</area>
+
+        <animation trigger="AboutToShow">
+            <section>
+                <alpha start="0" end="255" easingcurve="OutQuart"/>
+                <zoom start="0" end="100" easingcurve="OutQuart"/>
+            </section>
+        </animation>
+
+        <animation trigger="AboutToHide">
+            <section>
+                <alpha start="255" end="0" easingcurve="InQuart"/>
+                <zoom start="100" end="0" easingcurve="InQuart"/>
+            </section>
+        </animation>
+
+        <shape name="popup-backdrop" from="base_popup_backdrop">
+            <area>0,0,602,488</area>
+        </shape>
+
+        <shape name="popup-backdrop-line" from="base_backdrop_line">
+            <area>1,1,600,486</area>
+        </shape>
+
+        <shape name="popup-top-line" from="base_highlight_line">
+            <area>2,2,596,2</area>
+        </shape>
+
+        <shape name="popup-bottom-line" from="base_highlight_line">
+            <area>2,484,596,2</area>
+        </shape>
+
+        <shape name="popup-left-line" from="base_highlight_vertical_line">
+            <area>2,4,2,480</area>
+        </shape>
+
+        <shape name="popup-right-line" from="base_highlight_vertical_line">
+            <area>598,4,2,480</area>
+        </shape>
+
+        <shape name="popup-seperator-first-line" from="base_line">
+            <area>23,50,556,2</area>
+        </shape>
+
+        <shape name="popup-seperator-second-line" from="base_line">
+            <area>23,436,556,2</area>
+        </shape>
+
+        <textarea name="title" from="basetextarea">
+            <area>23,4,556,46</area>
+            <font>basemediumlargerdarkyellow</font>
+            <align>allcenter</align>
+            <value>Edit Details</value>
+        </textarea>
+
+        <textarea name="title_label" from="basetextarea">
+            <area>23,100,120,32</area>
+            <font>basesmall</font>
+            <align>right,vcenter</align>
+            <value>Title:</value>
+        </textarea>
+
+        <textarea name="subtitle_label" from="title_label">
+            <area>23,164,120,32</area>
+            <value>Subtitle:</value>
+        </textarea>
+
+        <textarea name="startdate_label" from="title_label">
+            <area>23,228,120,32</area>
+            <value>Start Date:</value>
+        </textarea>
+
+        <textarea name="starttime_label" from="title_label">
+            <area>23,292,120,32</area>
+            <value>Time:</value>
+        </textarea>
+
+        <textarea name="description_label" from="title_label">
+            <area>23,356,120,32</area>
+            <value>Description:</value>
+        </textarea>
+
+        <textedit name="title_edit" from="base_textedit">
+            <area>160,100,419,32</area>
+        </textedit>
+
+        <textedit name="subtitle_edit" from="base_textedit">
+            <area>160,164,419,32</area>
+        </textedit>
+
+        <textedit name="startdate_edit" from="base_textedit">
+            <area>160,228,419,32</area>
+        </textedit>
+
+        <textedit name="starttime_edit" from="base_textedit">
+            <area>160,292,419,32</area>
+        </textedit>
+
+        <textedit name="description_edit" from="base_textedit">
+            <area>160,356,419,32</area>
+        </textedit>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>63,441</position>
+            <value>Cancel</value>
+        </button>
+        <button name="ok_button" from="base_small_button">
+            <position>325,441</position>
+            <value>OK</value>
+        </button>
+
+    </window>
+
+    <window name="thumbfinder">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Edit Thumbnails</value>
+        </textarea>
+
+        <shape name="thumb-backdrop" from="base_backdrop">
+            <area>115,36,1050,498</area>
+        </shape>
+
+        <shape name="thumb-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,496</area>
+        </shape>
+
+        <shape name="thumb-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="thumb-bottom-line" from="base_highlight_line">
+            <area>117,531,1046,2</area>
+        </shape>
+
+        <shape name="thumb-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="thumb-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="thumb-seperator-first-line" from="base_line">
+            <area>138,279,1004,2</area>
+        </shape>
+
+        <shape name="thumb-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1106,256,45,11</area>
+        </shape>
+
+        <shape name="thumb-bottom-backdrop" from="base_backdrop">
+            <area>115,545,1050,140</area>
+        </shape>
+
+        <shape name="thumb-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,546,1048,138</area>
+        </shape>
+
+        <shape name="thumb-bottom-top-line" from="base_highlight_line">
+            <area>117,547,1046,2</area>
+        </shape>
+
+        <shape name="thumb-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="thumb-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="thumb-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="thumb-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <shape name="position-background-line" from="base_backdrop_line">
+            <area>521,374,621,66</area>
+        </shape>
+
+        <shape name="position-top-line" from="base_highlight_line">
+            <area>522,375,623,2</area>
+        </shape>
+
+        <shape name="position-line" from="base_highlight_line">
+            <area>522,438,623,2</area>
+        </shape>
+
+        <shape name="position-left-line" from="base_highlight_vertical_line">
+            <area>522,377,2,62</area>
+        </shape>
+
+        <shape name="position-right-line" from="base_highlight_vertical_line">
+            <area>1140,377,2,62</area>
+        </shape>
+
+        <buttonlist name="thumblist">
+            <area>124,59,1032,197</area>
+            <layout>grid</layout>
+            <spacing>2</spacing>
+            <buttonarea>0,0,1032,197</buttonarea>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,205,188</area>
+                    <shape name="buttonbackground" from="base_backdrop">
+                        <area>0,0,205,188</area>
+                        <fill color="#333333" alpha="175" />
+                    </shape>
+                    <shape name="buttonbackground-line" from="base_backdrop_line">
+                        <area>1,1,203,186</area>
+                    </shape>
+                    <imagetype name="buttonimage">
+                        <area>5,5,195,146</area>
+                        <!--<area>5,21,195,146</area>-->
+                        <preserveaspect>true</preserveaspect>
+                    </imagetype>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>5,159,195,24</area>
+                        <font>basesmallgrey</font>
+                        <align>allcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedactive" from="active">
+                    <area>0,0,209,192</area>
+                    <shape name="buttonbackground">
+                        <area>-2,-2,209,192</area>
+                        <type>roundbox</type>
+                        <fill color="#101017" alpha="255" />
+                        <cornerradius>8</cornerradius>
+                    </shape>
+                    <shape name="buttonbackground-line">
+                        <area>-2,-2,209,192</area>
+                        <type>roundbox</type>
+                        <fill color="#000000" alpha="0" />
+                        <line color="#ffffff" alpha="45" width="4" />
+                        <cornerradius>4</cornerradius>
+                    </shape>
+                    <shape name="buttonbackground-top-highlight-line">
+                        <area>2,0,201,4</area>
+                         <type>box</type>
+                        <fill style="gradient">
+                            <gradient direction="horizontal" alpha="0">
+                                <stop position="0" color="#ffffff" />
+                                <stop position="50" color="#ffffff" alpha="180" />
+                                <stop position="100" color="#ffffff" />
+                            </gradient>
+                        </fill>
+                    </shape>
+                    <shape name="buttonbackground-bottom-highlight-line" from="buttonbackground-top-highlight-line">
+                        <area>2,184,201,4</area>
+                    </shape>
+                    <shape name="buttonbackground-left-highlight-line">
+                        <area>0,2,4,184</area>
+                        <type>box</type>
+                        <fill style="gradient">
+                            <gradient alpha="0" direction="vertical">
+                                <stop position="0" color="#ffffff" />
+                                <stop position="50" color="#ffffff" alpha="220" />
+                                <stop position="100" color="#ffffff" />
+                            </gradient>
+                        </fill>
+                    </shape>
+                    <shape name="buttonbackground-right-highlight-line" from="buttonbackground-left-highlight-line">
+                        <area>201,2,4,184</area>
+                    </shape>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>5,159,195,24</area>
+                        <font>basesmallyellow</font>
+                        <align>allcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="active">
+                    <shape name="buttonbackground" from="base_backdrop">
+                        <area>0,0,205,188</area>
+                    </shape>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>5,159,195,24</area>
+                        <font>basesmallyellow</font>
+                        <align>allcenter</align>
+                    </textarea>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>987,200</position>
+                <state type="off">
+                    <imagetype name="upoff">
+                        <filename>images/lists_up_arrow.png</filename>
+                        <alpha>80</alpha>
+                    </imagetype>
+                </state>
+                <state type="full">
+                    <imagetype name="upon">
+                        <filename>images/lists_up_arrow.png</filename>
+                        <alpha>200</alpha>
+                    </imagetype>
+                </state>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>1007,200</position>
+                <state type="off">
+                    <imagetype name="dnoff">
+                        <filename>images/lists_down_arrow.png</filename>
+                        <alpha>80</alpha>
+                    </imagetype>
+                </state>
+                <state type="full">
+                    <imagetype name="dnon">
+                        <filename>images/lists_down_arrow.png</filename>
+                        <alpha>200</alpha>
+                    </imagetype>
+                </state>
+            </statetype>
+
+        </buttonlist>
+
+        <shape name="buttonbackground">
+            <area>136,300,374,214</area>
+            <type>roundbox</type>
+            <fill color="#101017" alpha="255" />
+            <cornerradius>8</cornerradius>
+        </shape>
+
+        <imagetype name="frameimage">
+            <area>144,306,359,202</area>
+            <filename>images/no_preview.png</filename>
+            <preserveaspect>false</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <button name="frame_button">
+            <area>138,302,370,210</area>
+            <statetype name="buttonstate">
+                <state name="active">
+                    <area>0,0,370,210</area>
+                    <shape name="background-line" from="base_backdrop_line">
+                        <area>1,1,368,208</area>
+                    </shape>
+                </state>
+                <state name="selected" from="active">
+                    <area>0,0,374,214</area>
+                    <shape name="buttonbackground-line">
+                        <area>-2,-2,374,214</area>
+                        <type>roundbox</type>
+                        <fill color="#000000" alpha="0" />
+                        <line color="#ffffff" alpha="45" width="4" />
+                        <cornerradius>4</cornerradius>
+                    </shape>
+                    <shape name="buttonbackground-top-highlight-line">
+                        <area>2,0,366,4</area>
+                         <type>box</type>
+                        <fill style="gradient">
+                            <gradient direction="horizontal" alpha="0">
+                                <stop position="0" color="#ffffff" />
+                                <stop position="50" color="#ffffff" alpha="180" />
+                                <stop position="100" color="#ffffff" />
+                            </gradient>
+                        </fill>
+                    </shape>
+                    <shape name="buttonbackground-bottom-highlight-line" from="buttonbackground-top-highlight-line">
+                        <area>2,206,366,4</area>
+                    </shape>
+                    <shape name="buttonbackground-left-highlight-line">
+                        <area>0,2,4,206</area>
+                        <type>box</type>
+                        <fill style="gradient">
+                            <gradient alpha="0" direction="vertical">
+                                <stop position="0" color="#ffffff" />
+                                <stop position="50" color="#ffffff" alpha="220" />
+                                <stop position="100" color="#ffffff" />
+                            </gradient>
+                        </fill>
+                    </shape>
+                    <shape name="buttonbackground-right-highlight-line" from="buttonbackground-left-highlight-line">
+                        <area>366,2,4,206</area>
+                    </shape>
+                </state>
+                <state name="disabled" from="active" />
+                <state name="pushed" from="active">
+                </state>
+            </statetype>
+        </button>
+
+        <textarea name="seekamount" from="basetextarea">
+            <area>531,379,601,24</area>
+            <align>right,vcenter</align>
+            <value>frame</value>
+        </textarea>
+
+        <imagetype name="positionimage">
+            <area>531,403,601,8</area>
+            <filename>images/osd/progressbar_background.png</filename>
+        </imagetype>
+
+        <textarea name="currentpos" from="basetextarea">
+            <area>531,411,601,24</area>
+            <font>basesmall</font>
+            <align>allcenter</align>
+        </textarea>
+
+        <textarea name="help_text" from="basetextarea">
+            <area>139,552,1003,66</area>
+            <font>basesmallerblue</font>
+            <cutdown>yes</cutdown>
+            <align>allcenter</align>
+            <multiline>yes</multiline>
+            <value>MENU changes focus. Numbers 0-9 jump to that thumb image.\nWhen the preview image has focus, UP/DOWN changes the seek amount, LEFT/RIGHT jumps forward/backward by the seek amount, and SELECT chooses the current preview image for the selected thumb image.</value>
+        </textarea>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="save_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Save</value>
+        </button>
+
+    </window>
+
+</mythuitheme>
diff --git a/abs/core/linhes-theme/mythnative-ui.xml b/abs/core/linhes-theme/mythnative-ui.xml
new file mode 100644
index 0000000..ba15724
--- /dev/null
+++ b/abs/core/linhes-theme/mythnative-ui.xml
@@ -0,0 +1,640 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE mythuitheme SYSTEM "http://www.mythtv.org/schema/mythuitheme.dtd">
+<!--
+
+MythTV Archive GUI theme
+
+-->
+<mythuitheme>
+
+    <!--
+      The export native wizard
+    -->
+
+    <window name="exportnative">
+        <area>0,0,1280,720</area>
+
+        <textarea name="heading" from="base_heading">
+            <value>Archive Items</value>
+        </textarea>
+
+        <shape name="add-backdrop" from="base_backdrop">
+            <area>115,36,1050,498</area>
+        </shape>
+
+        <shape name="add-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,496</area>
+        </shape>
+
+        <shape name="add-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="add-bottom-line" from="base_highlight_line">
+            <area>117,531,1046,2</area>
+        </shape>
+
+        <shape name="add-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="add-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="add-seperator-first-line" from="base_line">
+            <area>138,137,1004,2</area>
+        </shape>
+
+        <shape name="add-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1112,534,50,11</area>
+        </shape>
+
+        <shape name="add-bottom-backdrop" from="base_backdrop">
+            <area>115,545,1050,140</area>
+        </shape>
+
+        <shape name="add-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,546,1048,138</area>
+        </shape>
+
+        <shape name="add-bottom-top-line" from="base_highlight_line">
+            <area>117,547,1046,2</area>
+        </shape>
+
+        <shape name="add-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="add-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="add-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="add-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <button name="addrecording_button" from="base_small_button">
+            <position>165,67</position>
+            <value>Add Recording</value>
+        </button>
+
+        <button name="addvideo_button" from="base_small_button">
+            <position>915,67</position>
+            <value>Add Video</value>
+        </button>
+
+        <buttonlist name="archivelist" from="base_list">
+            <area>123,169,1034,368</area>
+            <scrollstyle>center</scrollstyle>
+            <arrange>Fixed</arrange>
+            <wrapstyle>selection</wrapstyle>
+            <statetype name="buttonitem">
+                <area>0,0,1034,283</area>
+                <state name="active">
+                    <area>0,0,1034,64</area>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>8,2,433,30</area>
+                        <font>basesmall</font>
+                        <align>left,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedactive">
+                    <area>0,0,1034,64</area>
+                    <textarea name="buttontext" from="basetextarea">
+                        <area>0,2,1,30</area>
+                        <font>basesmallyellow</font>
+                        <align>left,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="active">
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>997,367</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>1017,367</position>
+            </statetype>
+        </buttonlist>
+
+        <textarea name="nofiles" from="basetextarea">
+            <area>150,169,980,32</area>
+            <align>allcenter</align>
+            <value>Add a recording or video to archive.</value>
+        </textarea>
+
+        <textarea name="progtitle" from="basetextarea">
+             <area>131,305,413,30</area>
+             <font>basesmallyellow</font>
+             <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="progdescription" from="progtitle">
+            <area>131,335,858,30</area>
+            <font>basesmalleryellow</font>
+        </textarea>
+
+        <textarea name="progdatetime">
+            <area>999,345,150,20</area>
+            <font>baseextrasmall</font>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="filesize" from="basetextarea">
+            <area>1077,303,72,30</area>
+            <font>baseextrasmallverylightgrey</font>
+            <cutdown>no</cutdown>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <progressbar name="size_bar" from="baseprogressbar">
+            <position>372,590</position>
+        </progressbar>
+
+        <textarea name="maxsize" from="basetextarea">
+            <area>798,560,100,30</area>
+            <font>basesmall</font>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="minsize" from="maxsize">
+            <area>383,560,100,30</area>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="currentsize" from="maxsize">
+            <area>372,560,536,30</area>
+            <align>allcenter</align>
+        </textarea>
+
+        <textarea name="currentsize_error" from="currentsize">
+            <font>basesmallred</font>
+        </textarea>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="prev_button" from="base_small_button">
+            <position>722,631</position>
+            <value>Previous</value>
+        </button>
+
+        <button name="next_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Finish</value>
+        </button>
+
+    </window>
+
+    <!--
+      Archive File Selector
+    -->
+
+    <window name="archivefile_selector">
+        <area>0,0,1280,720</area>
+
+        <textarea name="title" from="base_heading">
+            <value>XML File to Import</value>
+        </textarea>
+
+        <shape name="fullpath-backdrop" from="base_backdrop">
+            <area>0,37,1280,44</area>
+            <type>box</type>
+        </shape>
+
+        <shape name="fullpath-top-line" from="base_line">
+            <area>0,38,1280,2</area>
+        </shape>
+
+        <shape name="fullpath-bottom-line" from="base_line">
+            <area>0,77,1280,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-backdrop" from="base_backdrop">
+            <area>20,92,615,592</area>
+        </shape>
+
+        <shape name="file-browser-preview-backdrop-line" from="base_backdrop_line">
+            <area>21,93,613,590</area>
+        </shape>
+
+        <shape name="file-browser-preview-top-line" from="base_highlight_line">
+            <area>22,94,611,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-bottom-line" from="base_highlight_line">
+            <area>22,680,611,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-left-line" from="base_highlight_vertical_line">
+            <area>22,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-preview-right-line" from="base_highlight_vertical_line">
+            <area>631,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-line" from="base_backdrop_line">
+            <area>42,158,571,324</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-top-line" from="base_highlight_line">
+            <area>43,159,569,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-bottom-line" from="base_highlight_line">
+            <area>43,479,569,2</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-left-line" from="base_highlight_vertical_line">
+            <area>43,161,2,318</area>
+        </shape>
+
+        <shape name="file-browser-preview-image-right-line" from="base_highlight_vertical_line">
+            <area>610,161,2,318</area>
+        </shape>
+
+        <shape name="file-browser-backdrop" from="base_backdrop">
+            <area>645,92,615,592</area>
+        </shape>
+
+        <shape name="file-browser-backdrop-line" from="base_backdrop_line">
+            <area>646,93,613,590</area>
+        </shape>
+
+        <shape name="file-browser-top-line" from="base_highlight_line">
+            <area>647,94,611,2</area>
+        </shape>
+
+        <shape name="file-browser-bottom-line" from="base_highlight_line">
+            <area>647,680,611,2</area>
+        </shape>
+
+        <shape name="file-browser-left-line" from="base_highlight_vertical_line">
+            <area>647,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-right-line" from="base_highlight_vertical_line">
+            <area>1256,96,2,584</area>
+        </shape>
+
+        <shape name="file-browser-arrows-backdrop" from="base_arrows_backdrop">
+            <area>1207,684,50,10</area>
+        </shape>
+
+        <buttonlist name="filelist" from="base_list">
+            <area>653,100,599,578</area>
+            <statetype name="buttonitem">
+                <state name="active">
+                    <area>0,0,599,54</area>
+                    <statetype name="buttoncheck">
+                        <area>4,17,20,20</area>
+                    </statetype>
+                    <imagetype name="buttonimage">
+                        <area>28,2,77,50</area>
+                        <filename>images/file_browser_no_preview.png</filename>
+                        <preserveaspect>true</preserveaspect>
+                    </imagetype>
+                    <textarea name="buttontext">
+                        <area>115,0,382,54</area>
+                        <font>basesmaller</font>
+                        <multiline>yes</multiline>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <textarea name="size" from="buttontext">
+                        <area>497,0,100,54</area>
+                        <align>right,vcenter</align>
+                    </textarea>
+                 </state>
+                <state name="selectedactive">
+                    <area>0,0,599,112</area>
+                    <statetype name="buttoncheck">
+                        <area>10,46,20,20</area>
+                    </statetype>
+                    <imagetype name="buttonimage">
+                        <area>38,4,138,104</area>
+                        <filename>images/file_browser_no_preview.png</filename>
+                        <preserveaspect>true</preserveaspect>
+                    </imagetype>
+                    <textarea name="buttontext">
+                        <area>186,0,307,112</area>
+                        <font>basesmallyellow</font>
+                        <multiline>yes</multiline>
+                        <align>left,vcenter</align>
+                    </textarea>
+                    <textarea name="size" from="buttontext">
+                        <area>493,0,100,112</area>
+                        <align>right,vcenter</align>
+                    </textarea>
+                </state>
+                <state name="selectedinactive" from="selectedactive">
+                    <shape name="buttonbackground" from="base_select_bar_selectedinactive">
+                        <area>0,0,100%,100%</area>
+                    </shape>
+                </state>
+            </statetype>
+            <statetype name="upscrollarrow">
+                <position>561,585</position>
+            </statetype>
+            <statetype name="downscrollarrow">
+                <position>581,585</position>
+            </statetype>
+        </buttonlist>
+
+        <textedit name="location_edit" from="base_wide_textedit">
+            <area>40,107,575,40</area>
+        </textedit>
+
+        <button name="back_button" from="base_button">
+            <position>252,493</position>
+            <value>Up Level</value>
+        </button>
+
+        <button name="home_button" from="base_button">
+            <position>252,540</position>
+            <value>Home</value>
+        </button>
+
+        <textarea name="label1" from="basetextarea">
+            <area>40,260,160,40</area>
+            <font>basesmall</font>
+            <value>Title:</value>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="label2" from="label1">
+            <area>40,300,160,40</area>
+            <value>Subtitle:</value>
+        </textarea>
+
+        <textarea name="label3" from="label1">
+            <area>40,340,160,40</area>
+            <value>Start Time:</value>
+        </textarea>
+
+        <textarea name="title_text" from="basetextarea">
+            <area>215,260,388,40</area>
+            <font>basesmall</font>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="subtitle_text" from="title_text">
+            <area>215,300,388,40</area>
+        </textarea>
+
+        <textarea name="starttime_text" from="title_text">
+            <area>215,340,388,40</area>
+        </textarea>
+
+        <button name="cancel_button" from="base_button">
+            <position>52,634</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="prev_button" from="base_button">
+            <position>252,634</position>
+            <value>Previous</value>
+        </button>
+
+        <button name="next_button" from="base_button">
+            <position>452,634</position>
+            <value>Next</value>
+        </button>
+
+    </window>
+
+  <!--
+      Import Archive
+   -->
+
+    <window name="importnative">
+        <area>0,0,1280,720</area>
+
+        <textarea name="title1" from="base_heading">
+            <value>Associate Channel</value>
+        </textarea>
+
+        <shape name="destination-backdrop" from="base_backdrop">
+            <area>115,36,1050,649</area>
+        </shape>
+
+        <shape name="destination-backdrop-line" from="base_backdrop_line">
+            <area>116,37,1048,506</area>
+        </shape>
+
+        <shape name="destination-top-line" from="base_highlight_line">
+            <area>117,38,1046,2</area>
+        </shape>
+
+        <shape name="destination-bottom-line" from="base_highlight_line">
+            <area>117,540,1046,2</area>
+        </shape>
+
+        <shape name="destination-left-line" from="base_highlight_vertical_line">
+            <area>117,40,2,500</area>
+        </shape>
+
+        <shape name="destination-right-line" from="base_highlight_vertical_line">
+            <area>1161,40,2,500</area>
+        </shape>
+
+        <shape name="destination-seperator-first-line" from="base_line">
+            <area>138,245,1004,2</area>
+        </shape>
+
+        <shape name="destination-seperator-second-line" from="base_line">
+            <area>138,392,1004,2</area>
+        </shape>
+
+        <shape name="destination-bottom-backdrop-line" from="base_backdrop_line">
+            <area>116,547,1048,137</area>
+        </shape>
+
+        <shape name="destination-bottom-top-line" from="base_highlight_line">
+            <area>117,548,1046,2</area>
+        </shape>
+
+        <shape name="destination-bottom-bottom-line" from="base_highlight_line">
+            <area>117,681,1046,2</area>
+        </shape>
+
+        <shape name="destination-bottom-left-line" from="base_highlight_vertical_line">
+            <area>117,550,2,131</area>
+        </shape>
+
+        <shape name="destination-bottom-right-line" from="base_highlight_vertical_line">
+            <area>1161,550,2,131</area>
+        </shape>
+
+        <shape name="destination-bottom-seperator-first-line" from="base_line">
+            <area>138,620,1004,2</area>
+        </shape>
+
+        <shape name="coverart-border">
+            <area>144,66,104,155</area>
+            <type>roundbox</type>
+            <fill color="#000000" alpha="0" />
+            <line color="#AAAAAA" alpha="100" width="2" />
+            <cornerradius>6</cornerradius>
+        </shape>
+
+        <textarea name="progtitle" from="basetextarea">
+            <area>264,70,632,30</area>
+            <font>basemediumyellow</font>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="progdatetime" from="basetextarea">
+            <area>906,70,226,30</area>
+            <font>basesmallyellow</font>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="progdescription" from="basetextarea">
+            <area>264,100,868,120</area>
+            <multiline>yes</multiline>
+        </textarea>
+
+        <imagetype name="preview_image">
+            <area>148,70,96,147</area>
+            <filename>images/no_coverart.png</filename>
+            <mask>images/masks/watchrecordings_coverart_mask.png</mask>
+            <preserveaspect>false</preserveaspect>
+            <alpha>255</alpha>
+        </imagetype>
+
+        <textarea name="label1" from="basetextarea">
+            <area>138,264,1004,30</area>
+            <font>basemediumyellow</font>
+            <align>allcenter</align>
+            <value>Archived Channel</value>
+        </textarea>
+
+        <textarea name="label2" from="basetextarea">
+            <area>148,304,335,30</area>
+            <font>basesmall</font>
+            <value>Channel ID:</value>
+            <align>right,vcenter</align>
+        </textarea>
+
+        <textarea name="chanid" from="basetextarea">
+            <area>493,304,147,30</area>
+            <align>left,vcenter</align>
+        </textarea>
+
+        <textarea name="label3" from="label2">
+            <area>148,344,335,30</area>
+            <value>Channel Number:</value>
+        </textarea>
+
+        <textarea name="channo" from="chanid">
+            <area>493,344,147,30</area>
+        </textarea>
+
+        <textarea name="label4" from="label2">
+            <area>640,304,147,30</area>
+            <value>Callsign:</value>
+        </textarea>
+
+        <textarea name="callsign" from="chanid">
+            <area>797,304,147,30</area>
+        </textarea>
+
+        <textarea name="label5" from="label2">
+            <area>640,344,147,30</area>
+            <value>Name:</value>
+        </textarea>
+
+        <textarea name="name" from="chanid">
+            <area>797,344,147,30</area>
+        </textarea>
+
+        <!--
+            local file channel
+         -->
+
+        <textarea name="label6" from="label1">
+            <area>138,411,1004,30</area>
+            <value>Local Channel</value>
+        </textarea>
+
+        <textarea name="label7" from="label2">
+            <area>148,441,295,30</area>
+            <value>Channel ID:</value>
+        </textarea>
+
+        <textarea name="local_chanid" from="chanid">
+            <area>493,441,147,30</area>
+        </textarea>
+
+        <button name="searchchanid_button" from="base_searchbutton">
+            <area>453,441,30,30</area>
+        </button>
+
+        <textarea name="labe8" from="label2">
+            <area>148,481,295,30</area>
+            <value>Channel Number:</value>
+        </textarea>
+
+        <textarea name="local_channo" from="chanid">
+            <area>493,481,147,30</area>
+        </textarea>
+
+        <button name="searchchanno_button" from="searchchanid_button">
+            <position>453,481</position>
+            <value>Search Channel</value>
+        </button>
+
+        <textarea name="label9" from="label2">
+            <area>640,441,147,30</area>
+            <value>Callsign:</value>
+        </textarea>
+
+        <textarea name="local_callsign" from="chanid">
+            <area>837,441,147,30</area>
+        </textarea>
+
+        <button name="searchcallsign_button" from="searchchanid_button">
+            <position>797,441</position>
+            <value>Search Callsign</value>
+        </button>
+
+        <textarea name="label10" from="label2">
+            <area>640,481,147,30</area>
+            <value>Name:</value>
+        </textarea>
+
+        <textarea name="local_name" from="chanid">
+            <area>837,481,147,30</area>
+        </textarea>
+
+        <button name="searchname_button" from="searchchanid_button">
+            <position>797,481</position>
+            <value>Search Name</value>
+        </button>
+
+        <button name="cancel_button" from="base_small_button">
+            <position>138,631</position>
+            <value>Cancel</value>
+        </button>
+
+        <button name="prev_button" from="base_small_button">
+            <position>722,631</position>
+            <value>Previous</value>
+        </button>
+
+        <button name="finish_button" from="base_small_button">
+            <position>942,631</position>
+            <value>Finish</value>
+        </button>
+
+  </window>
+
+</mythuitheme>
-- 
cgit v0.12