Author Topic: A question about piggy back file  (Read 2846 times)

Jafigg

  • Jr. Member
  • **
  • Posts: 37
Hi,
I've a question about piggy back file...
It's about the line
  <element id="NowPlayingList[TrackDetail].Lowlight" bg="236,217,20" fg="190,70,20" bdr="222,97,193" /> which you can see below


I add it to my piggy back file, changing colors to match the background of the Arsenic.xmlc skin list and make it invisble, as I don't find it useful. It does nothing with that particular skin. I've tried with other xmlc and it works fine.
Any idea ?

Jafigg

Mayibongwe

  • Sr. Member
  • ****
  • Posts: 1070
  • Heal The World
Can you upload the two skin files somewhere so we can have a look?
I already spend hours on end on social media. Might as well spare a few of those to a greater purpose here.

Jafigg

  • Jr. Member
  • **
  • Posts: 37
Can you upload the two skin files somewhere so we can have a look?
I put the orginal xlmc ans my piggy back here:
https://www.mediafire.com/file/tqo25gzsupljr3o/Dark.zip/file
The line has been removed  as it doesn't work...

Mayibongwe

  • Sr. Member
  • ****
  • Posts: 1070
  • Heal The World
Thanks for the link. Adding the below as is to your piggy back file should fix it:

Arsenic.xmlc is a relatively old skin by Bee-liever if I'm not mistaken.
There are some elements in MusicBee that are dependent on each other to a point where if one is missing, a whole panel may start behaving funny.
In this case, there are a couple of elements listed below that are missing in the original skin file. Simply adding the .Lowlight by itself won't affect anything.

Code
 <element id="NowPlayingList[TrackDetail].ListHeader" bg="59,68,75" fg="138,148,156" bdr="103,118,129" />
 <element id="NowPlayingList[TrackDetail].Disabled" bg="59,68,75" fg="138,148,156" bdr="59,68,75" />
 <element id="NowPlayingList[TrackDetail].ListAlternating.Disabled" bg="59,68,75" fg="138,148,156" bdr="59,68,75" />
 <element id="NowPlayingList[TrackDetail].Default" bg="59,68,75" fg="138,148,156" bdr="59,68,75" />
 <element id="NowPlayingList[TrackDetail].ListAlternating.Default" bg="59,68,75" fg="138,148,156" bdr="59,68,75" />
 <element id="NowPlayingList[TrackDetail].Lowlight" bg="59,68,75" fg="138,148,156" bdr="59,68,75" />
 <element id="NowPlayingList[TrackDetail].Highlight" bg="36,41,46" fg="166,171,176" bdr="163,171,176" />
I already spend hours on end on social media. Might as well spare a few of those to a greater purpose here.