Author Topic: Skinning Requests for 3.2  (Read 49705 times)

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
Support for bg/fg for tag editor or only for vertical tag editor.
done for the vertical tag editor in the next update:

<element id="VerticalTagEditor" bg="r,g,b" fg="r,g,b" />


http://musicbee.niblseed.com/V3_2/MusicBee32_Patched.zip
Last Edit: April 01, 2018, 07:26:34 PM by Steven

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
Would it be possible to override the image that pops up when dragging and dropping playlist items?
for the next update i have added
DragIcon - it needs to be 24x28px

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
I was wondering what skin elements to edit for the playlist header bar?

I think it's using bg and fg of MusicExplorerHeader element.

@Steven;

Can you support an override for that including bg2 for the gradient? Also support bg2 for MusicExplorerHeader element too.
The playlist header colour is generated from the album cover.
I can add support for bg2 on the MusicExplorerHeader element

redwing

  • Guest
I was wondering what skin elements to edit for the playlist header bar?

I think it's using bg and fg of MusicExplorerHeader element.

@Steven;

Can you support an override for that including bg2 for the gradient? Also support bg2 for MusicExplorerHeader element too.
The playlist header colour is generated from the album cover.
I can add support for bg2 on the MusicExplorerHeader element

I'd like to use a different color (from Music Explorer header) for the panel when the auto-pick option is disabled.

redwing

  • Guest
support for extra "open Auto DJ settings" image in bitmap skins
- for the next update, i have added "AutoDjSettingsButton". For reference, the MB one is 11x3px but it doesnt have to be the same size

Can you show me an example code?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
support for extra "open Auto DJ settings" image in bitmap skins
- for the next update, i have added "AutoDjSettingsButton". For reference, the MB one is 11x3px but it doesnt have to be the same size

Can you show me an example code?
Code
  <element id="AutoDjSettingsButton">
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA1klEQVQ4jc2SsUoDQRiE10IDIqTOAwRUMCCkTJuHUiwsBONjWKQ2r2B/qcI1WZJKrrjiyO3+8yEpxM4iJLsgEZx2mI/hn9+5fyXvfUfSA7AEPoGVpKe6ri+y4bIsz4B3SW9mNvDed2KM18BU0ryqqvMkwMzuJM2ccye7nqRXYJIESFpIGu7z2rbtS/rIATZN03QP+cDXvnZHbXCfucFLErCzwk1RFKcxxitgCqwl3SYBzv38wSPggS2wBp7NbAz4EMJlFnJIIYTRsSDL1FpZSer9Ovwn+gZY2cZuENOVQQAAAABJRU5ErkJggg==
  </element>
is it not working?

redwing

  • Guest
It doesn't work. No need to adjust ShuffleButton element in the skin.xml file?

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
it only works for standard player layout ie. if you are using a bitmap skin, its not supported

redwing

  • Guest

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
for the next update:
- in the playlist header, when auto-pick colours is disabled, then fg2 is now used (from the "MusicExplorerHeader" element)
- in the playlist header, bg2 from the MusicExplorerHeader element is now used
- in the playlist header, although fg2 is used, the "Edit Playlist" text is still slightly lightened
- in the music explorer header ("MusicExplorerHeader", a gradient background colour (bg2) is now supported
Last Edit: April 02, 2018, 11:05:52 AM by Steven

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
Is there a setting to make scrollbar corners square instead of rounded? If not that would be nice.

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
Is there a setting to make scrollbar corners square instead of rounded? If not that would be nice.
can you post a screenshot so i am sure what you mean

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3833
  • MB Version: 3.6.8849 P
support for extra "open Auto DJ settings" image in bitmap skins
- for the next update, i have added "AutoDjSettingsButton". For reference, the MB one is 11x3px but it doesnt have to be the same size

it only works for standard player layout ie. if you are using a bitmap skin, its not supported

OK. I thought it was for bitmap skins.

Yeh. Me too. 'Cause that's what I originally requested  ???
MusicBee and my library - Making bee-utiful music together

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
Is there a setting to make scrollbar corners square instead of rounded? If not that would be nice.
can you post a screenshot so i am sure what you mean

This is what it currently looks like:



Here's how I'd like it to look:

Last Edit: April 02, 2018, 12:20:01 PM by Alumni

Steven

  • Administrator
  • Sr. Member
  • *****
  • Posts: 34349
Is there a setting to make scrollbar corners square instead of rounded? If not that would be nice.
for the next update i have added:
Code
	<element id="ScrollBarSliderSquare">true</element>