[mythtv-users] MythCenterXMAS-wide theme updated to version 1.3

faginbagin mythtv at hbuus.com
Tue Dec 15 21:49:27 UTC 2015


Hi Paul,

Thanks for sharing this. One minor nit, the progress bar while paused during playback isn't showing. I think the problem is the foreground/background files are missing (mm_progress-fg.png and mm_progress-bg.png). So I tweaked osd.xml to use the original MythCenter-wide files, which are present in the MythCenterXMAS-wide theme. Here's a patch if anyone is interested.
-------------- next part --------------
--- osd.xml.dist	2015-12-15 00:39:06.658914000 -0500
+++ osd.xml	2015-12-15 13:46:36.009820000 -0500
@@ -170,12 +170,19 @@
             <layout>horizontal</layout>
             <style>reveal</style>
             <imagetype name="background">
+<!--
                 <area>4,3,100%-4,100%-3</area>
                 <filename>mm_progress-bg.png</filename>
+-->
+                <area>0,0,100%,100%</area>
+                <filename>osd/progressbar_bg.png</filename>
             </imagetype>
             <imagetype name="progressimage">
                 <area>0,0,100%,100%</area>
+<!--
                 <filename>mm_progress-fg.png</filename>
+-->
+                <filename>osd/progressbar_fill.png</filename>
             </imagetype>
         </progressbar>
     </window>


More information about the mythtv-users mailing list