Highlight the shows according to the color-coding. Highlight "now playing" in some other way, but still make it so you can tell which show the currently playing song is a part of.
It's easy to set the background colour to the custom one defined by the user but for now I've hardcoded it for 3 reasons:
1) Predefining a background color makes it more aesthetically pleasing
2) Only the current show is highlighted, so no need to use various colors to differentiate between shows
3) We want the current playing item and current show highlights to be different. It is possible that the custom coloring would make it hard to differentiate between these two if similar colors were chosen.
Martin Konecny
added a comment - It's easy to set the background colour to the custom one defined by the user but for now I've hardcoded it for 3 reasons:
1) Predefining a background color makes it more aesthetically pleasing
2) Only the current show is highlighted, so no need to use various colors to differentiate between shows
3) We want the current playing item and current show highlights to be different. It is possible that the custom coloring would make it hard to differentiate between these two if similar colors were chosen.
1) Predefining a background color makes it more aesthetically pleasing
2) Only the current show is highlighted, so no need to use various colors to differentiate between shows
3) We want the current playing item and current show highlights to be different. It is possible that the custom coloring would make it hard to differentiate between these two if similar colors were chosen.