Element-Farben / Player-Farben als Hintergrund in Playlist

Kannst du mir den Teil für die skin übermitteln?

Klar :slight_smile:

Also im Player würde das wie folgt aussehen Du mußt nur überall anstatt der “???” deinen Farbcode eingeben.
Was dann beim Player “empty” “loaded” oder “next” usw. ist muß dann natürlich die identischen Farben in der Playlist bekommen.

####################################################################
############################## PLAYER ##############################
####################################################################

[Player]

############### BACKGROUNDCOLOR STATE OPTIONS ###############
EmptyColor=#??????					# BackgroundColor of empty Player
LoadedColor=#??????					# BackgroundColor of preloaded Player
NextColor=#??????					# BackgroundColor of next Player
PlayingColor=#??????				# BackgroundColor of active playing Player
PausedColor=#??????					# BackgroundColor of paused Player
FadingColor=#??????					# BackgroundColor of outfading Player
StoppedColor=#??????				# BackgroundColor of stopped Player
FlashEOFColor=#??????				# BackgroundColor of Player during End of File

############### PLAYER NAME OPTIONS ###############
NameFontColor=#??????				# Fontcolor of empty Playername
LoadedNameFontColor=#??????			# Fontcolor of preloaded Playername
NextNameFontColor=#??????			# Fontcolor of next Playername
PlayingNameFontColor=#??????		# Fontcolor of active playing Playername

############### PLAYER TITLE OPTIONS ###############
TitleFontColor=#??????				# Fontcolor of empty Player-Title
LoadedTitleFontColor=#??????		# Fontcolor of preloaded Player-Title
NextTitleFontColor=#??????			# Fontcolor of next Player-Title
PlayingTitleFontColor=#??????		# Fontcolor of active playing Player-Title

############### PLAYER ARTIST OPTIONS ###############
ArtistFontColor=#??????				# Fontcolor of empty Player-Artist
LoadedArtistFontColor=#??????		# Fontcolor of preloaded Player-Artist
NextArtistFontColor=#??????			# Fontcolor of next Player-Artist
PlayingArtistFontColor=#??????		# Fontcolor of active playing Player-Artist

############### PLAYER TIME OPTIONS ###############
TimeFontColor=#??????				# Fontcolor of empty Player-Time
LoadedTimeFontColor=#??????			# Fontcolor of preloaded Player-Time
NextTimeFontColor=#??????			# Fontcolor of next Player-Time
PlayingTimeFontColor=#??????		# Fontcolor of active playing Player-Time

Entsprechend hier die Einträge für die Playlist:

####################################################################
############################# PLAYLIST #############################
####################################################################

[Playlist]

############### WINDOW BASIC OPTIONS ###############
BackgroundColor=#??????			# Standard BackgroundColor Playlistcontent

############### FONT BASIC OPTIONS ###############
FontColor=#??????				# Standard FontColor Playlistcontent

############### STANDARD ROW OPTIONS ###############
RowColor=#??????				# Color of each row
AlternateRowColor=#??????		# Color of every second row
GridLineStyle=solid 			# BorderStyle of each row

############### NEXT OPTIONS ###############
NextRowColor=#??????			# BackgroundColor of next played row
NextFontColor=#??????			# FontColor of next played row

############### LOADED OPTIONS ###############
LoadedRowColor=#??????			# BackgroundColor of preloaded row
LoadedFontColor=#??????			# FontColor of preloaded row

############### ACTUAL PLAYING OPTIONS ###############
PlayingRowColor=#??????			# BackgroundColor of active playing row
PlayingFontColor=#??????		# FontColor of active playing row

Ich hoffe das hilft weiter :wink:

1 Like

hi Anna, wärst Du so lieb mir das noch mal mit genau den Farben zu schicken die du bei dem Vorschaubilder hattest ?
Danke im Voraus Maik