getmusicbee.com

Support => Questions => Topic started by: sauravm on August 17, 2017, 05:25:59 PM

Title: How to fix the buttons in XBOX Style Theater View
Post by: sauravm on August 17, 2017, 05:25:59 PM
(http://imgur.com/UFZbe8R)

As u can see in the above picture, the play button and other buttons are not in the correct place(inside the circle). Is there anyway to fix this? I love this Cine View but due to this issue, i dont use it. I am using the latest version of MB and latest version of XBOX plugin.
Title: Re: How to fix the buttons in XBOX Style Theater View
Post by: Steven on August 17, 2017, 06:01:18 PM
its a known issue for high dpi screens which has already been reported to the skin developer
Title: Re: How to fix the buttons in XBOX Style Theater View
Post by: Greg22000 on September 24, 2022, 01:04:11 PM
Hi Musicbee community !

To fix it, update the button position in player control (it's just a modification of the the size and/or x and y position ;) ).
=> see line 89 to 92 in file : "...\MusicBee\Plugins\TheaterMode.List\XBOX Music Style.xml" :
Code
...
<element name="#prevbutton" type="Text" xAnchor="Panel.Right" x="-183" yAnchor="Panel.Bottom" y="-56" width="50" font="Webdings" style="Regular" size="11" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayPrevious">9</element>
<element type="Text" xAnchor="Panel.Right" x="-155" yAnchor="Panel.Bottom" y="-60" width="50" font="Webdings" style="Regular" size="18" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayPause" visibleTrigger="Playing">;</element>
<element type="Text" xAnchor="Panel.Right" x="-155" yAnchor="Panel.Bottom" y="-60" width="50" font="Webdings" style="Regular" size="19" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayPause" visibleTrigger="NotPlaying">4</element>
<element type="Text" xAnchor="Panel.Right" x="-115" yAnchor="Panel.Bottom" y="-56" width="50" font="Webdings" style="Regular" size="11" fg="245,245,245" mouseOverFg="96,169,23" onClick="PlayNext">:</element>
...

Enjoy  8)  !

Anybody know how to update the source code  ?

My MusicBee version : 3.4.8033 P