Player color and font color

Please help - my player font is white when on standby, but it turns black when playing. I want them to be white, also. How can I do that?

This isn’t working:

[Player0_1]
Player0_1PlayingFontColor=#FFFFFF

You’ve already addressed Player0_1 within the first . Remove it in the next line like this:

[Player0_1]
PlayingFontColor=#FFFFFF

Didn’t help… stil black…

Is this really Player 1 of the first Playlist?

I can see a Player A on your other screenshot. You need to address this to the correct Player and Playlist…

Can you show your skin.ini here (formatted as code!) and show a screenshot of your complete mAirlist window?

Sure…

[Playlist0]
Debug=off
Attribute1=Year
Attribute1ColumnWidth=50
DurationColumnWidth=50
TimeColumnWidth=130
FontName=Open Sans
Columns=Timing,Icon,Title,Link,Duration,Time,End
TitleDisplayMode=VSplitArtistTitle
RowHeight=45
PlayerFontName=Open Sans
PlayerFontSize=15
TimeFontName=Open Sans Bold
TimeFontSize=20
TitleFontSize=13
DurationFontSize=20
DurationFontName=Open Sans Light
[Playlist1]
Columns=Title,Duration
#TitleDisplayMode=VSplitArtistTitle
RowHeight=30
FontName=Open Sans
FontSize=12
TimeFontSize=20
[Playlist2]
Columns=Title,Duration
#TitleDisplayMode=VSplitArtistTitle
RowHeight=30
FontName=Open Sans
FontSize=13
[Playlist3]
Columns=Title,Duration
#TitleDisplayMode=VSplitArtistTitle
RowHeight=30
FontName=Open Sans
FontSize=13
[Playlist4]
Columns=Title,Duration
#TitleDisplayMode=VSplitArtistTitle
RowHeight=30
FontName=Open Sans
FontSize=13
[Player0_1]
PlayingFontColor=#FFFFFF

Ah, I see the problem here. It has to be [Player0_0] because you only have ONE player in that main playlist (right?). Player count always starts with 0 like Playlists. :wink:

[Player0_0]
PlayingFontColor=#FFFFFF
1 Like