MythTV-Themes / blue-abstract-wide

The MythTV blue-abstract-wide theme
Other
5 stars 21 forks source link

Missing channel icons in LiveTV #15

Closed lomion0815 closed 8 years ago

lomion0815 commented 9 years ago

Channel icons are missing in the LiveTV OSD in 0.27-fixes. Patch:

diff --git a/osd.xml b/osd.xml
index bc95336..6c796ca 100644
--- a/osd.xml
+++ b/osd.xml
@@ -367,7 +367,7 @@
         <!-- show the channel or the channel name if 
              no channel icon is available -->

-        <textarea name="channame">
+        <textarea name="channame" depends="!iconpath">
             <area>130,560,113,80</area>
             <align>allcenter</align>
             <multiline>yes</multiline>
@@ -375,6 +375,10 @@
             <scroll direction="vertical" rate="10"/>
             <font>text</font>
         </textarea>
+       
+        <imagetype name="iconpath">
+            <area>126,550,120,90</area>
+        </imagetype>           
 <!--
         <imagetype name="iconpath_background_image">
             <area>120,550,133,100</area>
@@ -804,7 +808,7 @@
         <!-- show the channel or the channel name if 
              no channel icon is available -->

-        <textarea name="channame">
+        <textarea name="channame" depends="!iconpath">
             <area>130,560,113,80</area>
             <align>allcenter</align>
             <multiline>yes</multiline>
@@ -812,6 +816,11 @@
             <scroll direction="vertical" rate="10"/>
             <font>text</font>
         </textarea>
+
+        <imagetype name="iconpath">
+            <area>126,550,120,90</area>
+        </imagetype>
+
 <!--
         <imagetype name="iconpath_background_image">
             <area>120,550,133,100</area>
@@ -1515,3 +1524,4 @@
     </window>

 </mythuitheme>
+
rsiebert commented 8 years ago

Added in https://github.com/MythTV-Themes/blue-abstract-wide/commit/257f1e35614b4cc768a32dfa45caf3212a91964b