Author Topic: Skin- and visual errors related to, and skinning requests for MusicBee v3  (Read 296227 times)


redwing

  • Guest
Can you tell us at least which element the bg of expanded panel in artwork view is based on when auto-generated with auto-pick color option disabled?
I want to make it much darker for some of my dark skins, but cannot find a way.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34368
Can you tell us at least which element the bg of expanded panel in artwork view is based on when auto-generated with auto-pick color option disabled?
I want to make it much darker for some of my dark skins, but cannot find a way.
its based off the artwork panel background colour: Content[Artwork].Body.Default
and is made slightly brighter or dimmer depending on whether its a dark background

edit:
i will add in an override:
  <element id="Content[Artwork].Expanded" bg="210,210,210" fg="0,0,0" fg2="255,0,0" />
where fg2 is for the Album Text

http://musicbee.niblseed.com/V3_0/MusicBee3_Patched.zip
Last Edit: March 26, 2016, 02:50:37 PM by Steven

redwing

  • Guest
i will add in an override:
  <element id="Content[Artwork].Expanded" bg="210,210,210" fg="0,0,0" fg2="255,0,0" />
where fg2 is for the Album Text

http://musicbee.niblseed.com/V3_0/MusicBee3_Patched.zip

Thanks, but the new element is not working (no difference). Tested with multiple skins. Can you check please?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34368

redwing

  • Guest
Still not working with the latest patch. Can somebody else confirm if it's working?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34368
well i am using it in the default skin now so i am quite sure its working.
If the default skin is not showing a background of 225,225,225 then you dont have the correct version


Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34368
i think i must have uploaded a slightly old version. Could you download again


KissCool

  • Full Member
  • ***
  • Posts: 183
"MainPanelSeparatorMargin" doesn't work anymore or am I doing something wrong?

Those elements seems broken too (or aren't supported anymore):
<element id="MainPanelMargin.Top">2</element>
<element id="MainPanelMargin.Bottom">2</element>
<element id="MainPanelMargin.Left">2</element>
<element id="MainPanelMargin.Right">2</element>
Whatever the value, there is no margin. If I remove them from the skin file, the margin appear.


Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34368
"MainPanelSeparatorMargin" doesn't work anymore or am I doing something wrong?

Those elements seems broken too (or aren't supported anymore):
<element id="MainPanelMargin.Top">2</element>
<element id="MainPanelMargin.Bottom">2</element>
<element id="MainPanelMargin.Left">2</element>
<element id="MainPanelMargin.Right">2</element>
Whatever the value, there is no margin. If I remove them from the skin file, the margin appear.
thats fixed for the next update


KissCool

  • Full Member
  • ***
  • Posts: 183
This one still doesn't work:
<element id="MainPanelSeparatorMargin">7</element>

(the others are fixed, thanks)