Some help with some schemes I am trying to modify...
CODE
$if(%_isplaying%,0080FF|0080FF$num(%_playlist_number%,3). $if(%artist%,$if(%title%,%artist%[ - '['[%album% - ][''%date% - ][$if(%tracknumber%,#$num(%tracknumber%,2),?) - ]$pad_right(%_length%,5)']'] - %title%,NO TAG - $pad_right(%_length%,5) - "%_filename_ext%"),NO TAG - $pad_right(%_length%,5) - "%_filename_ext%"),$num(%_playlist_number%,3). $if(%artist%,$if(%title%,FFFFFF%artist%[ - '['[%album% - ][''%date% - ][$if(%tracknumber%,#$num(%tracknumber%,2),?) - ]$pad_right(%_length%,5)']'] - FFFFFF%title%,NO TAG - $pad_right(%_length%,5) - FFFFFF"%_filename_ext%"),NO TAG - $pad_right(%_length%,5) - FFFFFF"%_filename_ext%"))
I want to get rid of the total number of MP3's running down the left hand side, and instead of the Album being in '['s, I would love if it was in '('s.
I wasn't sure how to delete the album date either. (I _did_ try deleting the [''%date% - ]

)
Two more things...
I would like it if the track time was displayed at the end, after the song's name, in the same format as the album name (In black with brackets).
The only other minor thing is when you are playing a track, it is orange...
Thanks to anyone who wants to help. B)
/edit
I was having a look at this script, and wondered what the command for the diamonds was:
CODE
c47F5e|ffAA80$ifgreater($len(%artist%),20,$cut(%artist%,18)..,%artist%) • $ifgreater($len(%title%),55,$cut(%title%,53)..,%title%) c47F5e|ffAA80[$ifgreater($len(%album%),30,$cut(%album%,28)..,%album%)
]
Thanks!