I can’t replicate this, so I suppose this post will be of no use to Torben whatsoever… I’ll decsribe what I did, but it only happened once - and it’s not happened again:
Cart 1 (of 3) started manually… Audio played to near-end, Next pressed - Item faded and started Cart 2 with the next Playlist item - but the fading Cart 1 item showed-up in the Playlist with really large fonts until it had faded and was removed.
Ah - first of all, you are talking about ordinary (playlist-assigned) players here, not about cart players, right?
There is a distinct font for fading items, FadeFont. Unless you customize it in skin.ini, it should be the same shape and size as the default playlist font. Do you have any “FadeFont*” settings in your skin.ini? If not, it might be an initialization error.
History items have their own set of fonts, so you would need to add
HistoryPlayerNameFontName=MS Sans Serif
HistoryPlayerNameFontSize=8
HistoryPlayerNameFontStyle=1
HistoryBacktimingFontName=MS Sans Serif
HistoryBacktimingFontSize=8
HistoryBacktimingFontStyle=1
HistoryFontName=MS Sans Serif
HistoryFontSize=10
HistoryFontStyle=0
HistoryCommentFontName=MS Sans Serif
HistoryCommentFontSize=8
HistoryCommentFontStyle=0
There is also a “HistoryRowColor” setting for the background color. Sorry, this is not documented so far.
In the previous versions, the HistoryFlag was already in use, but automatic clean-up was enabled by default and couldn’t be turned off, so you wouldn’t encounter any history items during normal operation. The flashing you saw was in the short moment when the flag was set but the item was not deleted from the list yet.