Author Topic: Skin settings for Spectrum Visualizer  (Read 2437 times)

sleepless

  • Sr. Member
  • ****
  • Posts: 287
Is there a skin element for the spectrum visualizer that is displayed in the sidebar, main panel, and now playing panel? I know there's one for the players:
   <element id="PlayerFlat.SpectrumDefault" bg="30,30,30" />
   <element id="PlayerFlat.SpectrumDead" bg="255,255,0" />
   <element id="PlayerFlat.SpectrumLow" bg="255,200,0" />
   <element id="PlayerFlat.SpectrumMedium" bg="255,127,0" />
   <element id="PlayerFlat.SpectrumHigh" bg="255,0,0" />

I've been unable to find any others.

hiccup

  • Sr. Member
  • ****
  • Posts: 7793
Is there a skin element for the spectrum visualizer that is displayed in the sidebar, main panel, and now playing panel? I know there's one for the players:
I've been unable to find any others.

You are probably looking for:
id="Player.SpectrumVisualiser" bg="" bg2="" fg="" fg2="" bdr=""

sleepless

  • Sr. Member
  • ****
  • Posts: 287
Is there a skin element for the spectrum visualizer that is displayed in the sidebar, main panel, and now playing panel? I know there's one for the players:
I've been unable to find any others.

You are probably looking for:
id="Player.SpectrumVisualiser" bg="" bg2="" fg="" fg2="" bdr=""


Can you think of any reason why it might not work in some skins? For example, it works in the SKBee base skin, but not in any of the Dark Fine-Tuned or Blue series.

hiccup

  • Sr. Member
  • ****
  • Posts: 7793
I just edited 'Crimson' from Dark-Fine tuned, and it works fine.

To be sure we are talking about the same thing here:


sleepless

  • Sr. Member
  • ****
  • Posts: 287
Yeah, I just realized I added the element with all the other player elements. I didn't see that it was already entered under the "\\ NOW PLAYING POPUP" header further down, which was overriding the entry I made. Thanks for your help.