Matt
Will this extend to the display? Currently I have
[Elapsed Time] // [Total Time] ¬ [Bitrate (labeled)] [PN Position] of [PN Tracks] [Zone] if(isempty([Genre],,), ¬NO GENRE SET!, - [Genre]) if(isempty([Style],,), ¬NO STYLE SET!, ¬ [Style]) if(isempty([BPM],,),,¬ BPM:[BPM]) if(isempty([Remixer],,),, ¬ Remixer: [Remixer]) if(isempty([Supporting Artist],,),, ¬ Supp: [Supporting Artist])
If is extends, I could do
[Elapsed Time] // [Total Time] ¬ [Bitrate (labeled)] [PN Position] of [PN Tracks] [Zone] if(isempty([Genre],,), ¬[B][U]NO GENRE SET![/B][/U], - [B][Genre][/B]) if(isempty([Style],,), ¬[B][U]NO STYLE SET![/B][/U], ¬ [B][Style][/B]) if(isempty([BPM],,),,¬ BPM:[BPM]) if(isempty([Remixer],,),, ¬ Remixer: [B][Remixer][/B]) if(isempty([Supporting Artist],,),, ¬ Supp: [B][Supporting Artist])[/B]
Thanks Matt