Author Topic: Looking for an Element or Two - The Sequel  (Read 9942 times)

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
I have a skin with alternating color color bars in the Playing Tracks Panel and in Track Details View.  The color bars have a white(ish) border that I'd like to get rid of but can't find the correct element to change.
I'd also like to change color of the vertical column separators in the Column Browser.
Thanks for your help.

Last Edit: February 11, 2016, 07:18:07 PM by phred
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

Bee-liever

  • Member
  • Sr. Member
  • *****
  • Posts: 3840
  • MB Version: 3.6.8878 P
for the browser, its the border attribute of
<element id="Content[TrackDetail].Body.Default" bg="XXX" fg="XXX" bdr="XXX"/>
or the equivalent in id="ColumnBrowser.Default" if you are using an override

The other line is
<element id="Content[TrackDetail].ItemSeparatorLine" fg="XXX" />
or
<element id="Content[AlbumAndTracks].ItemSeparatorLine" fg="XXX" />
depending on what view you use
MusicBee and my library - Making bee-utiful music together

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
Thanks Bee-liever, that did the trick.
Last Edit: February 11, 2016, 07:18:25 PM by phred
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
Here's one more test to see who knows what element controls the fg and bg of the playing track area in the compact player.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
Here's one more test to see who knows what element controls the fg and bg of the playing track area in the compact player.

Code
  <element id="NowPlayingTrackInfo" bg="" fg="" />
  <element id="NowPlayingLargeAlbumTrackInfo" bg="" fg=""  />
  <element id="NowPlayingArtistTrackInfo" bg="" fg=""  />

redwing

  • Guest
Code
  <element id="NowPlayingArtistTrackInfo" bg="" fg=""  /> 

What is it? Was it implemented?

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
What is it?
It's the same element as the others, for use with a different layout - using "artists" view in now playing.

Was it implemented?
Yeah, it was.

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
Here's one more test to see who knows what element controls the fg and bg of the playing track area in the compact player.

Code
  <element id="NowPlayingTrackInfo" bg="" fg="" />
  <element id="NowPlayingLargeAlbumTrackInfo" bg="" fg=""  />
  <element id="NowPlayingArtistTrackInfo" bg="" fg=""  />
Thank you kindly.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

redwing

  • Guest
It's the same element as the others, for use with a different layout - using "artists" view in now playing.

Do you mean "Artist Picture" view? I can't make the element working. What's the exact now playing setting where the element's working?

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
Do you mean "Artist Picture" view? I can't make the element working. What's the exact now playing setting where the element's working?

That's right, see this screenshot for more info:

Last Edit: February 11, 2016, 09:37:17 PM by Alumni

redwing

  • Guest
Thanks, but I still can't. Do you see that working without the other two elements?
Can't add it to the new element list without knowing what it does.

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
Thanks, but I still can't. Do you see that working without the other two elements?
Can't add it to the new element list without knowing what it does.

See phred's screenshot above, it controls the background and foreground of the currently playing track info, located at the bottom of the right panel. I believe each of these elements is independent of each other.

phred

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 9363
If it helps --- I copied all three elements into the xml and commented out the last two.  (Remember, I don't really know what I'm doing when it comes to skins, so I only make one change at a time.) I then edited the first element and the bg & fg of the compact player area in my screenshot (above) worked just fine.  I then uncommented the other two and changed them.
Download the latest MusicBee v3.5 or 3.6 patch from here.
Unzip into your MusicBee directory and overwrite existing files.

----------
The FAQ
The Wiki
Posting screenshots is here
Searching the forum with Google is  here

redwing

  • Guest
The first two elements (NowPlayingTrackInfo & NowPlayingLargeAlbumTrackInfo) are just working fine and they're already in the list.
But I can't make the third one (NowPlayingArtistTrackInfo) working with whatever settings. Now I doubt it's ever implemented.

Alumni

  • Sr. Member
  • ****
  • Posts: 1007
The first two elements (NowPlayingTrackInfo & NowPlayingLargeAlbumTrackInfo) are just working fine and they're already in the list.
But I can't make the third one (NowPlayingArtistTrackInfo) working with whatever settings. Now I doubt it's ever implemented.

Sorry, I think I'm mistaken about the last one. I suggested the element be added but Steven didn't actually confirm that.