[mythtv-users] MePo

Ronald Frazier ron at ronfrazier.net
Fri Mar 14 03:40:39 UTC 2008


> While using the MePo theme, do you see issues in MythVideo Edit Metadata or
> is it just me?  The first entry box for the title does not draw, but the
> rest of the screen draws fine.

Go into your MePo theme directory. Edit the file called video-ui.xml
and look for a container called editing_container. Inside that, there
should be a blackhole tag name title_hack. Replace that whole thing
with:

<remoteedit name="title" draworder="0">
    <area>410,0,700,30</area>
    <font>white_small</font>
</remoteedit>

Then at the end, you are probably missing an edit for the player
command. Find the other blackhole tag named player_hack and replace it
with:

<remoteedit name="player" draworder="0">
    <area>410,252,700,30</area>
    <font>white_small</font>
</remoteedit>


-- 
Ron


More information about the mythtv-users mailing list