diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-11-19 02:09:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-11-19 02:09:27 (GMT) |
commit | 02f95477101b1afb1b9d1f54c3999d58eca41b16 (patch) | |
tree | 280be4346fb8a10d8bbb0c92f6550fa54357eb29 /abs/core/linhes-theme/osd.xml.patch | |
parent | 9bba98c7fd7dcefe263b12eea84c7a5789d3d1b9 (diff) | |
download | linhes_pkgbuild-02f95477101b1afb1b9d1f54c3999d58eca41b16.zip linhes_pkgbuild-02f95477101b1afb1b9d1f54c3999d58eca41b16.tar.gz linhes_pkgbuild-02f95477101b1afb1b9d1f54c3999d58eca41b16.tar.bz2 |
linhes-theme: New default LinHES MythTV theme
linhes-theme-old: still around just in case but not built.
Diffstat (limited to 'abs/core/linhes-theme/osd.xml.patch')
-rw-r--r-- | abs/core/linhes-theme/osd.xml.patch | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/abs/core/linhes-theme/osd.xml.patch b/abs/core/linhes-theme/osd.xml.patch new file mode 100644 index 0000000..587f985 --- /dev/null +++ b/abs/core/linhes-theme/osd.xml.patch @@ -0,0 +1,45 @@ +--- osd.xml.orig 2013-11-18 21:37:37.415954645 +0000 ++++ osd.xml 2013-11-18 22:57:08.390454672 +0000 +@@ -440,7 +440,8 @@ + <area>90,658,1100,24</area> + <font>small</font> + <align>allcenter</align> +- <template>%DESCRIPTION% %VALUE%%UNITS%</template> ++ <template>%DESCRIPTION% ++ %(|REMAININGTIME|)%%(|BEHINDTIME|)%%VALUE%%UNITS%</template> + </textarea> + + <clock name="clock"> +@@ -980,6 +981,12 @@ + <align>allcenter</align> + </textarea> + ++ <textarea name="callsign"> ++ <font>large</font> ++ <area>68,634,162,46</area> ++ <align>allcenter</align> ++ </textarea> ++ + <imagetype name="iconpath"> + <area>84,536,130,98</area> + <preserveaspect>true</preserveaspect> +@@ -989,17 +996,11 @@ + + <!-- Commit 6216029d2 makes this show up in both recordings and video. --> + <!-- Since I only want it in video and there is no way to control it. I have no choice but to disable it. --> +-<!-- ++ + <imagetype name="coverart"> + <area>70,492,158,186</area> +- <alpha>225</alpha> ++ <alpha>255</alpha> + </imagetype> +---> +- <textarea name="callsign"> +- <font>large</font> +- <area>68,634,162,46</area> +- <align>allcenter</align> +- </textarea> + + <textarea name="category"> + <font>supersmallblue</font> |