getmusicbee.com

MusicBee & Add-Ons => Customizations => Skins => Topic started by: karbock on March 18, 2024, 05:40:07 PM

Title: silvestreccf's skins
Post by: karbock on March 18, 2024, 05:40:07 PM
Skins by silvestreccf

New common download link (https://drive.google.com/drive/folders/1uR4DcUT3E5XB1vSl0KIhcbprwhTE3iNi?usp=sharing)
for the following skins created by silvestreccf (deactivated account),
with the author's prior approval:

The download links used in the respective skin pages are now valid and up-to-date.

Aura Dark

Version3.0 "Newlights", May 2024
DeviantArt pageHere (https://www.deviantart.com/silvestrefilho/art/MusicBee-Skin-AuraDark-2-0-NewLights-1035360947), to view the latest changes and additional screenshots
Preview(https://i.imgur.com/viy1Xez.jpeg) (https://i.imgur.com/viy1Xez.jpeg)

Aura Light

Version7.0 "Newlights", May 2024
DeviantArt pageHere (https://www.deviantart.com/silvestrefilho/art/MusicBee-Skin-Aura-6-0-NewLights-1034425955), to view the latest changes and additional screenshots
Preview(https://i.imgur.com/UlWO161.jpeg) (https://i.imgur.com/UlWO161.jpeg)

Aurora

Version3.0
Preview(https://i.imgur.com/DbJ4Xvz.jpeg) (https://i.imgur.com/DbJ4Xvz.jpeg)

Purenight Blue

Version2.0
Preview(https://i.imgur.com/dDF3Tki.jpeg) (https://i.imgur.com/dDF3Tki.jpeg)

Silvestreccf's homepages

Title: Re: silvestreccf's skins
Post by: Mayibongwe on March 21, 2024, 06:33:16 PM
Thanks for this karbock.
Title: Re: silvestreccf's skins
Post by: karbock on March 22, 2024, 06:36:49 PM
Thanks for this karbock.
Uyamukelwa.
As an echo to your epigraph:
       Little drops of water,
       Little grains of sand,
       Make the mighty ocean
       And the pleasant land.

(From "Little Things", by Julia Carney)
Title: Re: silvestreccf's skins
Post by: olazzzzz on March 22, 2024, 11:46:48 PM
Fantastic, I love the look of Purenight Blue 2.0!
Would it be possible to have all track details listed with the same color, instead of alternating?
I swear I have tried, even with hiccup's Sample Skin, but I cannot find the right line of code to replace.
Thank you!
Title: Re: silvestreccf's skins
Post by: Mayibongwe on March 22, 2024, 11:59:31 PM
Would it be possible to have all track details listed with the same color, instead of alternating?
Open the .xml in a text editor and search for all occurrences of "alternating".
There shouldn't be a lot of those and the element in question will have track details in its name.
From there on, it's just a matter of changing the rgb values to match the main rows.
Title: Re: silvestreccf's skins
Post by: olazzzzz on March 23, 2024, 12:48:35 AM
The thing is that it is a .xmlc skin, so I don't know which lines are being used in the original skin.
Following hiccup's instructions, I created a child .xml skin and used Sample Skin as the template to copy/paste the lines from, but every line with the word "alternating" in which I change the RGB values does not give the desired results.
Title: Re: silvestreccf's skins
Post by: Mayibongwe on March 23, 2024, 06:02:38 AM
If you are working with a piggy-back or overriding skin file, then it may not only be one element that you have to change.
See here for a recent display of element dependency on MB skins: https://getmusicbee.com/forum/index.php?topic=40165.msg217774#msg217774

So what you'd need to do is probably list all Content[TrackDetail] elements in your overriding skin in order for it to take effect.
Title: Re: silvestreccf's skins
Post by: hiccup on March 23, 2024, 08:54:19 AM
Following hiccup's instructions, I created a child .xml skin and used Sample Skin as the template to copy/paste the lines from, but every line with the word "alternating" in which I change the RGB values does not give the desired results.

You may be doing something wrong.
This works fine for me:
Code
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="Purenight Blue 2.0.xmlc">
<element id="Content[TrackDetail].ListAlternating.Default" bg="34,35,39" fg="150,150,150" />
</root>

I also noticed the Purenight Blue 2.0 skin may have some flaw(s):
E.g. nothing happens when left-clicking the hamburger menu button top-left.
Title: Re: silvestreccf's skins
Post by: karbock on March 23, 2024, 09:38:32 AM
I also noticed the Purenight Blue 2.0 skin may have some flaw(s):
E.g. nothing happens when left-clicking the hamburger menu button top-left.

On my computer, the hamburger menu responds, with Purenight Blue 2.0.xmlc alone, or with a piggy-back based on it.

Code
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="PureNight Blue 2.0.xmlc">
<element id="Content[TrackDetail].Body.Default" bg="040,042,052" fg="170,170,170" bdr="100,60,80" />
<element id="Content[TrackDetail].ListAlternating.Default" bg="044,049,060" fg="170,170,170" />
</root>
Title: Re: silvestreccf's skins
Post by: hiccup on March 23, 2024, 09:44:41 AM
On my computer, the hamburger menu responds, with Purenight Blue 2.0.xmlc alone, or with a piggy-back based on it.
That bug then probably depends on the layout that you are using.
Title: Re: silvestreccf's skins
Post by: olazzzzz on March 23, 2024, 10:31:36 AM
Thank you for your answers.
@hiccup your method does indeed work, but it turns the lighter of the two fonts into the same darker color.
I wanted precisely the opposite: to have the darker font equal to that of the brighter.

I can report the hamburger icon does also not work for me.
Title: Re: silvestreccf's skins
Post by: hiccup on March 23, 2024, 10:37:26 AM
@hiccup your method does indeed work, but it turns the lighter of the two fonts into the same darker color.
I wanted precisely the opposite: to have the darker font equal to that of the brighter.
It does that for me.
Title: Re: silvestreccf's skins
Post by: olazzzzz on March 23, 2024, 11:31:50 AM
You are right! But let me ask it another way then, how could I achieve changing both the darker and the brighter font colors?
I wouldn't mind having them both brighter.
Thanks!
Title: Re: silvestreccf's skins
Post by: hiccup on March 23, 2024, 11:42:06 AM
But let me ask it another way then, how could I achieve changing both the darker and the brighter font colors?
I think you have been handed all the tools and explanations that should make it easy for you to solve this by yourself now.
I'm sorry, but the bus stops here for me.
Title: Re: silvestreccf's skins
Post by: olazzzzz on March 23, 2024, 04:10:39 PM
Thanks hiccup! Here it is, for whomever it may benefit:

Code
<?xml version="1.0" encoding="utf-8"?>
<root dependsOn="PureNight Blue 2.0.xmlc">
<element id="Content[TrackDetail].Body.Default" bg="034,035,039" fg="200,200,200" bdr="100,60,80" />
<element id="Content[TrackDetail].ListAlternating.Default" bg="034,035,039" fg="200,200,200" />
</root>
The two font colors are now both 200,200,200
Title: Re: silvestreccf's skins
Post by: karbock on April 25, 2024, 09:03:52 AM
Skins by silvestreccf:

2024.05.24:
-> Aura Light 7.0
-> Aura Dark 3.0