[mythtv] [mythtv-commits] mythtv commit: r15091 - in trunk/mythplugins/mythmusic/mythmusic by paulh
Paul Harrison
mythtv at dsl.pipex.com
Sun Dec 9 14:18:57 UTC 2007
Stuart Morgan wrote:
> On Sunday 09 December 2007 12:11:58 mythtv at cvs.mythtv.org wrote:
>
>> Like other part of Myth the miniplayer is fully themeable.
>>
>
> I've not tried theming it yet, but I noticed an issue with the default theme.
> The x,y coords of the player container are 0,0 but the mini player is
> appearing centred on screen, which suggests it's not honouring the theme
> values?
>
The player_container's area is just used to determine the size of the
popup window. The position of the popup is currently hardcoded to the
top center of the screen. There is already some code in there to change
the position to the bottom center or middle of the screen but since non
of the testers even queried the position of the popup I just left it
where it was (top center).
I could add a new value to the PlayerPosition enum MP_POSDESIGNED that
would place the popup player where the themer says but if I did that I
would insist on there being a new setting that allows the *user* to
chose where to put it =)
Paul H.
More information about the mythtv-dev
mailing list