Skip to content

Commit

Permalink
MythCenter: Theme the 'Metadata Options' screen.
Browse files Browse the repository at this point in the history
This adds a version of the Metadata Options screen that is more consistent with
the other schedule editor screens, it adds the common elements from the other
screens like program title and description and also adds the coverart, fanart
and banner images so you can see what images have been found.

This also tidies the layout of some of the schedule editor screens.
  • Loading branch information
Paul Harrison committed Jul 21, 2011
1 parent e8866d1 commit eb2291d
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 185 deletions.
29 changes: 29 additions & 0 deletions mythtv/themes/MythCenter/base.xml
Expand Up @@ -695,6 +695,35 @@
<cornerradius>12</cornerradius>
</shape>

<!-- a program information group used on a few schedule editor screens -->
<group name="baseprogramdetailsgroup" >
<area>0,0,750,145</area>

<shape name="details_background" from="basebackground">
<area>0,0,750,175</area>
</shape>

<textarea name="title" from="basetextarea">
<area>25,5,700,45</area>
<font>baselarge</font>
</textarea>

<textarea name="timedate" from="basetextarea">
<area>25,145,440,27</area>
</textarea>

<textarea name="channel" from="basetextarea">
<area>525,145,200,35</area>
<align>right</align>
</textarea>

<textarea name="description" from="basetextarea">
<area>25,40,700,100</area>
<multiline>yes</multiline>
<template>%"|SUBTITLE|" %%LONGREPEAT%%(|STARS|) %%DESCRIPTION%</template>
</textarea>
</group>

<!-- Popup Dialogue Box -->
<window name="MythPopupBox">
<area>-1,-1,500,500</area>
Expand Down

0 comments on commit eb2291d

Please sign in to comment.