Author Topic: MusicBee and Now Playing  (Read 3932 times)

arpe63

  • Guest
I joined a page here a moment ago. I have had some days of the month on the music player "MusicBee" All the best player I've had. I like it.
I have a really bad English and I hope that you will understand me.

I have a chocolate version of the model. Can it somehow change the settings that I could get the player on the "Now Playing" screen of the same color as the bar in the main window. I mean the currently played song. I only could the color of the text to edit .. "Now Playing" I'll trip the picture:

http://imageshack.us/photo/my-images/571/5ut7.jpg/



This setting I can not get it up. It remains quite hidden:
MusicBee – Prefences – Now Playing – Playback – Select Track !!

http://imageshack.us/photo/my-images/703/cvtb.jpg/

I hope that you understood what was going on!

Last Edit: November 06, 2013, 03:00:35 AM by arpe63

redwing

  • Guest
Open Chocolate.xml file with a text editor like Notepad.

Search for:

<element id="Content[TrackDetail].Body.Lowlight" bg="231,209,182" fg="100,100,100"  />

Replace it with:

<element id="Content[TrackDetail].Body.Lowlight" bg="151,114,84" fg="255,255,255" />

Save it and relaunch MB.

arpe63

  • Guest
Thank you for your help ... Let's try

That changed as I wanted .. The great thing about
Thank you so much for your help
Last Edit: November 06, 2013, 03:37:27 AM by arpe63

redwing

  • Guest
No problem. Now you know how highlight and lowlight elements work in a skin file and should be able to handle it for other skins as well when you want to change it.

arpe63

  • Guest
There have been myself for about a month this program. A little learning of these settings .. Really great music player. I have had this before winamp and foobar music player.

This music player is by far the best and it is comfortable to use.
This is all I need. Okay fine, that at the same time I found this forum.
Last Edit: November 06, 2013, 02:21:46 PM by arpe63

arpe63

  • Guest
Again, the same problem .. I bought the store to the portable computer.
The operating system is now win8 and the computer is 64 bit.
Does this but I can not find notepad via text:
<element id="Content[TrackDetail].Body.Lowlight" bg="231,209,182" fg="100,100,100"  />
Model or skins have been mustard. Can you help me with this fix the problem.

redwing

  • Guest
Does this but I can not find notepad via text:
<element id="Content[TrackDetail].Body.Lowlight" bg="231,209,182" fg="100,100,100"  />
Model or skins have been mustard. Can you help me with this fix the problem.

What you need to do for any skins is

1. Search "Content[TrackDetail].Body.Lowlight" element in the skin file.
2. Probably it has "Content[TrackDetail].Body.Highlight" element as well near the element.
3. Replace the lowlight element values (bg="xxx,xxx,xxx" fg="xxx,xxx,xxx") with the highlight element values.

arpe63

  • Guest


Now it's all messed up colors or wrong.
I use a custom skin Mustard

The picture of the color I would like the following locations.
in the top: artist, album, genre, The main screen and now playing point.

Last Edit: March 29, 2015, 08:11:00 PM by arpe63

arpe63

  • Guest


I introduced a model (Skin)
"Burnt Orange"
It has a similar problem l. How can I get the same color bar
to the "Now Playing"
Would this help me first. "Burnt Orange"
Mustard also that the model I would like to renovate,

redwing

  • Guest
OK, I see you're using my Dark FineTuned skins.

Find the following line from the skin.

<element id="Content[TrackDetail].Body.Highlight" bg="theme" fg="font_1" />

Add this just below it.

<element id="Content[TrackDetail].Body.Lowlight" bg="theme" fg="font_1" />