INTERACT FORUM
More => Old Versions => JRiver Media Center 20 for Windows => Topic started by: flac.rules on December 30, 2014, 03:45:32 pm
-
I have taken a look at the "new" R128 volume leveling (which is a great feature by the way). I was thinking it would be nice to colour the font in the DR-field according to value (for instance red for below 8, 9-12 as yellow and 13+ as green), is something like this possible?
-
You could build an expression. It's going to be complicated.
To start:
If(IsEqual([Comment], Test), <font color="ffffff">a<//font>, b)
This makes the color white and the text "a" if the comment is test.
-
An ifelse expression will help. The expression will be long but relatively straightforward.