getmusicbee.com

Support => Developers' Area => Skins => Topic started by: ChriUwe on February 15, 2024, 07:51:05 PM

Title: Play to click icon in Album Cover Art
Post by: ChriUwe on February 15, 2024, 07:51:05 PM
How can I change the icon in my own skin?
Title: Re: Play to click icon in Album Cover Art
Post by: Mayibongwe on February 17, 2024, 02:03:32 PM
How can I change the play to click icon in album cover art in my own skin?
The above location in red is too vague for me.
I am not sure where in MusicBee that is. Can you post a screenshot?
Title: Re: Play to click icon in Album Cover Art
Post by: boroda on March 02, 2024, 11:43:16 AM
i think the OP means this icon (click "customize panel" in "albums" view, tick "show click to play button..."):

(https://i.imgur.com/frZy2kd.png)

i remember that this icon has been initially included in localization files (as a localization string entry using base64-encoded image; because it was a localized text "Play" at that time, not the icon), but MB doesn't use that localization entry anymore.

and from my screenshot (it's hiccup's "nocturne" skin) it seems that it can be overridden by bitmap skin.
Title: Re: Play to click icon in Album Cover Art
Post by: Mayibongwe on March 02, 2024, 04:27:17 PM
Thanks boroda.

In that case, there's certainly no way to assign a custom icon to that button at the moment.
There are two hardcoded icons for it - the one on your screenshot (which appears when the slimIcons skin setting is enabled) and the other which is a solid-fill.
Title: Re: Play to click icon in Album Cover Art
Post by: Haste on December 20, 2024, 11:47:59 PM
Thanks boroda.

In that case, there's certainly no way to assign a custom icon to that button at the moment.
There are two hardcoded icons for it - the one on your screenshot (which appears when the slimIcons skin setting is enabled) and the other which is a solid-fill.

I disabled the slimicons settings and it looks much more to my taste now.

 But it seems it does take its colors from somewhere. I just wish I knew where.
You can see for example in the centrol skin, it has that nice red accent color:

(https://i.imgur.com/N01phHb.png)
Title: Re: Play to click icon in Album Cover Art
Post by: Mayibongwe on December 21, 2024, 01:19:41 PM
But it seems it does take its colors from somewhere. I just wish I knew where.
Here's a tool that should help with that - hiccup's Sample Skin:
https://getmusicbee.com/forum/index.php?topic=22300.0
Title: Re: Play to click icon in Album Cover Art
Post by: Haste on January 01, 2025, 03:39:40 PM
But it seems it does take its colors from somewhere. I just wish I knew where.
Here's a tool that should help with that - hiccup's Sample Skin:
https://getmusicbee.com/forum/index.php?topic=22300.0
Given that it's a translucid button overlayed on top of album artworks, it wouldn't help.

But I did finally stumbled upon it. It's shared with the element to skin highlighted buttons (like save, cancel, ...) which is
Code
element id="Controls.Button.Highlight"