[mythtv] MePo-wide 0.3.5 released

Steven Adeff adeffs.mythtv at gmail.com
Sun Apr 29 23:24:31 UTC 2007


On 4/29/07, David Asher <asherml at gmail.com> wrote:
> It actually took me most of the evening to find where the "playback"
> section was...  It is NOT obvious how it all works.  especially the
> differences between context -1, 0, and 1.  After poking around
> playbackbox.cpp a bit and looking at other themes I finally figured it
> out.
>
> I made the following changes to address what I think are the 2 biggest
> wastes of space.  It leaves the time of recording in the watch
> recording screen, but removes the file size.  it swaps the recording
> time for filesize in the delete recordings screen (this is how
> MythCenter-wide handles it and made sense to me).  It also changes the
> column padding.
>
> It also moves the subtitle onto the same line (and in the same font)
> as the title in the lower description pane.  This gives an extra line
> of episode description.
>
> Now I truly love the theme.  These patches apply for me with "patch
> <MePo.patch" (note there is no "-p0" like other mythtv patches
> require) from within the MePo-wide directory.  Make sure to fix any
> extra newlines caused by email formatting.
>
> David.
>
> *** ./ui.xml    2007-01-07 23:50:57.000000000 -0500
> --- /usr/share/mythtv/themes/MePo-wide/ui.xml   2007-04-28
> 22:33:29.000000000 -0400
> ***************
> *** 2291,2302 ****
>                                 <fcnfont name="orange_small" function="recording"></fcnfont>
>                                 <fcnfont name="red_small" function="overunderrecording"></fcnfont>
>                                 <fcnfont name="green_small" function="tagged"></fcnfont>
> !                               <columnpadding>40</columnpadding>
> !                               <!-- 4 columns for a total of 720px  -->
> !                               <column number="1" width="350" context="-1"></column>
>                                 <column number="2" width="70" context="-1"></column>
> !                               <column number="3" width="90" context="-1"></column>
> !                               <column number="4" width="90" context="-1"></column>
>                                 <items>8</items>
>                                 <image function="selectionbar" filename="ui/selectbar.png"
> location="-20,-6"></image>
>                                 <image function="uparrow" filename="ui/menu_arrow_up.png"
> location="1180,0"></image>
> --- 2291,2302 ----
>                                 <fcnfont name="orange_small" function="recording"></fcnfont>
>                                 <fcnfont name="red_small" function="overunderrecording"></fcnfont>
>                                 <fcnfont name="green_small" function="tagged"></fcnfont>
> !                               <columnpadding>20</columnpadding>
> !                               <!-- 3 columns for a total of 720px  -->
> !                               <column number="1" width="500" context="-1"></column>
>                                 <column number="2" width="70" context="-1"></column>
> !                               <column number="3" width="90" context="0"></column>
> !                               <column number="4" width="90" context="1"></column>
>                                 <items>8</items>
>                                 <image function="selectionbar" filename="ui/selectbar.png"
> location="-20,-6"></image>
>                                 <image function="uparrow" filename="ui/menu_arrow_up.png"
> location="1180,0"></image>
> ***************
> *** 2371,2383 ****
>                         <textarea name="title" draworder="6">
>                                 <area>0,100,870,30</area>
>                                 <font>orange_big</font>
>                         </textarea>
>                         <textarea name="subdescr" draworder="6">
>                                 <area>0,130,870,80</area>
>                                 <font>white_small</font>
>                                 <multiline>yes</multiline>
> !                               <value>%SUBTITLE|"|"
> ! %%STARS%%DESCRIPTION%</value>
>                         </textarea>
>                 </container>
>
> --- 2371,2383 ----
>                         <textarea name="title" draworder="6">
>                                 <area>0,100,870,30</area>
>                                 <font>orange_big</font>
> +                               <value>%TITLE% - %SUBTITLE|"|"%</value>
>                         </textarea>
>                         <textarea name="subdescr" draworder="6">
>                                 <area>0,130,870,80</area>
>                                 <font>white_small</font>
>                                 <multiline>yes</multiline>
> !                               <value>%STARS%%DESCRIPTION%</value>
>                         </textarea>
>                 </container>

Dave, I can't get it to apply I get two hunks failed (I did go through
and fix the obvious formatting errors), think you could provide it as
a file?

thanks!
-- 
Steve
Before you ask, read the FAQ!
http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
then search the Wiki, and this list,
http://www.gossamer-threads.com/lists/mythtv/
Mailinglist etiquette -
http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette


More information about the mythtv-dev mailing list