[mythtv-theming] Problem with watched-statetype

Tomas Hylander tomas.hylander at gmail.com
Thu Feb 17 19:01:17 UTC 2011


Im doin some changes to my theme and especially the
"watchrecordings"-section.
Ive got bookmark, cutlist, commflagged and autoexpire working good, but when
I added "Watched" and "transcoded" they dont show up correctly. Im running
Mythbuntu with 4 "desktops" and the feature of changing desktop by moving my
mouse left or right.
If I change desktop from mythfrontend to something else and then move the
mouse back to the frontend They magically shows.
Seems like some kind of refresh-problem of some sort??

Not sure if you are helped with some code but this is my
transcoded-statetype;
---------------------------------------------------------
    <statetype name="transcoded">
        <state name="yes">
            <textarea name="yes">
                <area>610,410,140,20</area>
                <align>left,top</align>
                <font>basemediumorange</font>
                <value>TRANSCODED</value>
            </textarea>
        </state>
        <state name="no">
            <textarea name="no">
                <area>610,410,140,20</area>
                <align>left,top</align>
                <font>basemediumgrey</font>
                <value>TRANSCODED</value>
            </textarea>
        </state>
    </statetype>
---------------------------------------------------------

Any wrong with my syntax?
Running 0.23

Thanks in advance!
/Tomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-theming/attachments/20110217/bcac3206/attachment.html 


More information about the mythtv-theming mailing list