PDA

View Full Version : instrumental tracks



ihwar2000
03-26-2004, 08:19 PM
I've altered the crisp theme to use different font colors depending on whether the tracks have lyrics or not. Then I thought that I would make the instrumental tracks have the same font setting as the tracks with lyrics, but then something strange happened. To see if it worked the way I expected it to, I checked the instrumental box for a song that didn't have lyrics. The change I'd made worked, but when I unchecked the box it still showed as if it was an instrumental track.

This is the coding:


<!--[if(lyrics)]-->
<!----><font color="#003399"><!--[tracktitle/]--></font><!---->

andrei_c
03-27-2004, 08:04 PM
if() tests on boolean track fields (such as Instrumental, Mono, Interview, Live and Multichannel) do not always work correctly and overall not recommended for use in this version. You just stumbled upon a case which does not work. I am sorry for the inconvenience. I will check if this can be fixed in next release.

Andrei

ihwar2000
03-28-2004, 03:47 AM
Thank you for your quick answer. A solution to this would be greatly appreciated.