[mythtv-users] New theme (blue-abstract) for MythTV 0.22+ available

Michael Schaffer mschaff at gmail.com
Thu Oct 15 03:19:03 UTC 2009


Robert,

Great work on the theme.  It highlights some great new features of 0.22.

Can you make two small changes to recordings-ui.xml and
schedule-ui.xml to show the original air date of recordings and
upcoming recordings?  These changes are the addition of an
ORIGINALAIRDATE variable in the sections below:

In recordings-ui.xml:

       <!-- show the plot of the recording -->
       <textarea name="description" from="base_textarea">
           <area>40,557,805,130</area>
           <multiline>yes</multiline>
           <cutdown>yes</cutdown>
                       <align>left,top</align>
           <value>%|"SUBTITLE|"%  %|(ORIGINALAIRDATE|)% %STARS%
%DESCRIPTION%</value>
       </textarea>


and in schedule-ui.xml in the "<!-- The Upcoming Recordings screen." section:

       <!-- show the plot of the recording -->
       <textarea name="description" from="base_textarea">
           <area>40,557,1200,130</area>
           <multiline>yes</multiline>
           <cutdown>yes</cutdown>
                       <align>left,top</align>
                       <template>%|(ORIGINALAIRDATE|)% %DESCRIPTION%</template>
       </textarea>


Thanks.

--
Mike


More information about the mythtv-users mailing list