[mythtv-users] 0.27 mythcenter theme: cannot scroll up from the top any more

John Pilkington J.Pilk at tesco.net
Mon Dec 2 16:04:28 UTC 2013


On 02/12/13 14:05, Zig wrote:
> On 12/2/2013 3:37 AM, John Pilkington wrote:
>> On 02/12/13 01:36, Karl Newman wrote:
>>
>>>
>>> You've mentioned your changes a few times on this list. I think there's
>>> enough interest that you could just post your modified file (or even
>>> better, patches for the individual features).
>>>
>>> Thanks,
>>>
>>> Karl
>>>
>>
>> +1.  Ziggy kindly sent me an earlier version of his file, without the
>> thumbs override, and I've been using it for the last month on my
>> Fedora 18/rpmfusion box.  A unified diff is less than a page and not
>> difficult to understand.  Why not just open a Ticket with that as a
>> patch?
>>
>> FWIW I'm still seeing the 0.26 version of the theme on my SL6 (+)
>> laptop.  I don't understand why that is, but it works.
>>
>> John
>>
> Attached is the modified recordings-ui.xml with comments for
> MythCenter-Wide 1.7.
> I am not familiar with a unified diff.  I'll look into that as well as
> how to open a Ticket.
> Thanks,
> Ziggy
>

I'm attaching a unified diff here after adding a few extra line breaks 
in an attempt to make it easier (for me) to read the six affected 
chunks.  I don't think I have changed anything important.

John


-------------- next part --------------
--- recordings-ui27-20dist.xml	2013-09-18 21:06:08.000000000 +0100
+++ recordings-ui_zigmk2jp.xml	2013-12-02 15:24:51.769713548 +0000
@@ -3,11 +3,12 @@
 <mythuitheme>
 
     <window name ="watchrecordings">
-
+<!-- Comment out transparent fanart background...
         <imagetype name="fanart">
             <area>0,0,100%,100%</area>
             <filename />
         </imagetype>
+ -->
 
         <textarea name="pagetitle" from="basetextarea">
             <area>20,4,570,40</area>
@@ -125,7 +126,9 @@
             <area>25,54,315,350</area>
             <buttonarea>0,36,255,270</buttonarea>
             <spacing>0</spacing>
-            <wrapstyle>captive</wrapstyle>
+<!-- Change <wrapstyle> from "captive" to "items" to make recording category scroll wrap 
+-->
+            <wrapstyle>items</wrapstyle>
             <searchposition>-1,390</searchposition>
             <triggerevent context="Global" action="ESCAPE">LEFT</triggerevent>
             <statetype name="buttonitem">
@@ -173,7 +176,9 @@
         <buttonlist name="recordings" from="basebuttonlist2">
             <area>370,54,880,350</area>
             <buttonarea>0,36,880,270</buttonarea>
-            <wrapstyle>captive</wrapstyle>
+<!-- Change <wrapstyle> from "captive" to "items" to make recordings scroll wrap 
+-->
+            <wrapstyle>items</wrapstyle>
             <spacing>0</spacing>
             <searchposition>-1,390</searchposition>
             <triggerevent context="Global" action="MENU">RIGHT</triggerevent>
@@ -370,7 +375,8 @@
 <!--        <imagetype name="watched">
             <filename>watched.png</filename>
             <position>716,500</position>
-        </imagetype>-->
+        </imagetype>
+ -->
 
         <imagetype name="processing">
             <filename>processing.png</filename>
@@ -391,7 +397,11 @@
         <textarea name="timedate" from="basetextarea">
             <area>295,444,415,30</area>
             <align>hcenter</align>
-            <template>%startdate%%| startyear%, %starttime% </template>
+<!-- Add actual end time to display and change start time to be actual, not scheduled time 
+-->
+<!-- Changed %starttime% to %recstarttime% and added - %recendtime% in the next line 
+-->
+            <template>%startdate%%| startyear%, %recstarttime% - %recendtime% </template>
         </textarea>
 
         <textarea name="filesize_str" from="basetextarea">
@@ -407,16 +417,22 @@
             <template>%"|SUBTITLE|" %%(|STARS|) %%DESCRIPTION%</template>
         </textarea>
 
-        <imagetype name="preview" depends="!coverart">
+<!-- Remove stock coverart and restore preview image from actual recording 
+-->
+<!-- The next line was: <imagetype name="preview" depends="!coverart">  
+-->
+       <imagetype name="preview" >
             <area>920,410,320,240</area>
             <preserveaspect>true</preserveaspect>
         </imagetype>
 
+<!-- Remove stock coverart and restore preview image from actual recording
         <imagetype name="coverart" >
             <area>920,410,320,240</area>
             <filename />
             <preserveaspect>true</preserveaspect>
         </imagetype>
+  -->
 
         <textarea name="norecordings">
             <area>20,74,760,300</area>


More information about the mythtv-users mailing list