getmusicbee.com

MusicBee & Add-Ons => Customizations => TheaterMode => Topic started by: nyoro on May 22, 2025, 06:33:27 PM

Title: Simple Fluent
Post by: nyoro on May 22, 2025, 06:33:27 PM
I have released a simple, centered skin.
If the OS is earlier than Windows 11, the Segoe Fluent Icons font is required separately.

Download (https://getmusicbee.com/addons/theater-mode/541/simple-fluent/)

(https://i.imgur.com/Dh9qttb.png)
(https://i.imgur.com/840aOkc.png)
(https://i.imgur.com/ZaPZKER.png)
Title: Re: Simple Fluent
Post by: tjinc on May 24, 2025, 09:13:18 AM
Hi nyoro,

Thank you for this - it's a very nice, simple design. And your first post too, so welcome to the forum.

You might want to look at the lyrics alignment - the downloaded file gives me this:
(https://i.imgur.com/nZvcJyw.jpeg)
So I think your 'yAnchor and/or 'align' settings are a little out (and different to what they must have been for your screenshot).
Title: Re: Simple Fluent
Post by: karbock on May 24, 2025, 12:48:11 PM
After some fiddling about the lyrics issue raised by tjinc,
I managed to get an adaptation that works for me:

NEW code
<element type="Lyrics" align="Top.Center"
   xAnchor="#CoverPanel.Center"
   yAnchor="#CoverPanel.Top"
   width="698" height="697" x="1" y="36"
   font="Segoe UI" size="14"
   fg="255,255,255" fg2="255,155,80"/>

OLD code
<element type="Lyrics" align="Middle.Center" 
   xAnchor="#CoverPanel.Center"
   yAnchor="#CoverPanel.Center"
   width="698" height="697" x="1" y="1"
   font="Segoe UI" size="14"
   fg="255,255,255" fg2="255,155,80"/>


EDIT:
+ the patch must be applied at 3 4 locations in the .XML

(https://i.imgur.com/sqHR8kb.jpeg)
Title: Re: Simple Fluent
Post by: nyoro on May 24, 2025, 08:49:08 PM
Thank you, I will make the corrections and re-upload it.
Title: Re: Simple Fluent
Post by: nyoro on May 24, 2025, 09:47:00 PM
I have submit the revised version 1.2.
Title: Re: Simple Fluent
Post by: tjinc on May 25, 2025, 09:35:45 PM
Looking good now!