[mythtv-users] Blue Abstract theme error on music

Scott & Nicole Harris snharris99 at live.com
Wed Jan 5 22:54:24 UTC 2011


>Hi Gerald,

>I have released a new version of the theme. See 
>http://www.mythtv.org/wiki/Blue_Abstract_Theme. It has undergone many 
>changes.
>I can't reproduce the issue with the misaligned playlist. Have you tried 
>upgrading MythTV to 0.24.1?
>Best regards

>Robert

Hi Robert,

I am a huge Blue Abstract fan, and I never really knew where to report this. 
For as long as I have been using it on 0.24, the Program Editor is all 
jacked up.   The timeline is stuck up near the top, offset to the left, the 
"Cut Point", etc labels are where they're supposed to be...it's a bit of a 
mess.  I've gone through and sorted it all out, and I just kept copying my 
changes back when ever I upgraded.  FWIW, my changes in osd.xml / 
osd_program_editor section are...

<window name="osd_program_editor">
        <!-- The clock that is shown at the top right of each screen -->
        <textarea name="clock" from="base_clock">
            <position>1040,0</position>
        </textarea>

        <!-- the background image of the popup dialog box -->
        <shape name="background" from="base_background_shape">
            <area>100,370,1080,300</area>
        </shape>

        <!-- shows the title and the plot of the selected video -->
        <textarea name="title" from="base_textarea">
            <area>120,390,800,30</area>
            <multiline>no</multiline>
            <align>left,vcenter</align>
            <cutdown>yes</cutdown>
            <font>title</font>
        </textarea>

        <textarea name="seekamount" from="title">
            <area>870,555,300,30</area>
            <align>right,top</align>
        </textarea>
        <textarea name="timedisplay" from="title">
            <area>110,605,1060,30</area>
            <align>hcenter,bottom</align>
        </textarea>
        <textarea name="cutindicator" from="title">
            <area>110,600,300,30</area>
            <align>left,bottom</align>
        </textarea>
        <textarea name="framedisplay" from="title">
            <area>870,605,300,30</area>
            <align>right,bottom</align>
        </textarea>
        <editbar name="editbar">
            <area>110,580,1060,30</area>
            <shape name="position">
                <area>0,0,8,100%</area>
                <fill color="#FFFFFF" alpha="255" />
            </shape>
            <shape name="keep">
                <area>0,11,100%,8</area>
                <fill color="#00FF00" alpha="255" />
                <type>roundbox</type>
                <cornerradius>6</cornerradius>
            </shape>
            <shape name="cut">
                <area>0,11,100%,8</area>
                <fill color="#FF0000" alpha="255" />
                <type>roundbox</type>
                <cornerradius>6</cornerradius>
            </shape>
            <shape name="cuttoright">
                <area>0,5,4,20</area>
                <fill color="#FF0000" alpha="255" />
            </shape>
            <shape name="cuttoleft">
                <area>0,5,4,20</area>
                <fill color="#FF0000" alpha="255" />
            </shape>
            <shape name="keeptoright">
                <area>0,5,4,20</area>
                <fill color="#00FF00" alpha="255" />
            </shape>
            <shape name="keeptoleft">
                <area>0,5,4,20</area>
                <fill color="#00FF00" alpha="255" />
            </shape>
        </editbar>
    </window>
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users 



More information about the mythtv-users mailing list