I customized the "plisk" columns_UI string a bit...it had no showing of genre tags, etc...

lwiczek:
CODE
// Global Config Part //
// Shows Song Info in track info panel
// 0 = No, 1 = Yes
$puts(show_songinfo,1)
// Show various informations in Song Info
// 0 = No, 1 = Yes
$puts(title,1)
$puts(artist,1)
$puts(mixartist,0)
$puts(band,0)
$puts(album,1)
$puts(discinfo,$trim($if(%disc%,'(''Disc '%disc%[' '''%discname%'']')',)))
$puts(tracknumber,0)
$puts(genre,1)
$puts(bpm,0)
$puts(date,1)
$puts(copyright,0)
// Shows Additional Info in track info panel
// 0 = No, 1 = Yes
$puts(show_additionalinfo,1)
// Shows Technical Info in track info panel
// 0 = No, 1 = Yes
$puts(show_techinfo,1)
// Show various informations in Tech Info
// 0 = No, 1 = Yes
$puts(codec,1)
$puts(bitrate,1)
$puts(samplerate,1)
$puts(channels,1)
$puts(time_elapsed_total,1)
$puts(trackgain,0)
$puts(albumgain,1)
$puts(rating,1)
$puts(play_counter,0)
$puts(play_date,0)
$puts(encodedby,0)
$puts(encodersettings,0)
$puts(filesize,1)
// hidden, because not really needed
$puts(filename_ext,0)
$puts(mediatype,0)
$puts(size,1)
$puts(songlen,0)
$puts(time,0)
// Spacer
$puts(spacer,ffffffּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּ$char(10))
$puts(spacer2,ּ )
// color codes
$puts(headline,ffffff)
$puts(info,beb9b4)
$puts(text,ffffff)
$puts(grayed,969696)
$puts(gaincolor,d2aa6e)
// chars
$puts(rating_char,■)
$puts(progress_char,■)
// End Global Config
// ==============================================
beb9b4Mode: ffffff%_trackinfo_mode%$char(10)$if(%_trackinfo_notrack%,No track,
// progressbar config
$puts(theme,1)
$puts(progress_length,68)
$if($strcmp($get(theme),1),
$puts(progress_color1,1080d0)
$puts(progress_color2,c3c3c3)
)
// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1),000000,1,4.5))
$puts(progress_color2a,$blend($get(progress_color2),000000,1,5.7))
// progressbar
$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ 1080d0P R O G R E S S
705123 ▪ 9a7030▪ d2aa6e▪$char(10)
$puts(progressbar,
$if(%_length_seconds%,
$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1))
$transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color2))
))
$char(1)C$get(progressbar))$char(10)
// I N F O R M A T I O N S
$if($strcmp(1,$get(show_songinfo)),
$char(1)C$get(spacer)
$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ 1080d0I N F O S
705123 ▪ 9a7030▪ d2aa6e▪$char(10)
$get(spacer2)$if($strcmp(1,$get(title)),$get(info)Title: $get(text)$if(%title%,1080d0%title%,$get(grayed)'['No Title']')$char(10))
$get(spacer2)$if($strcmp(1,$get(artist)),$get(info)Artist: $get(text)$if(%artist%,%artist%,$get(grayed)'['Unknown Artist']')$char(10))
$get(spacer2)$if($strcmp(1,$get(album)),$if(%album%,$get(info)Album: $get(text)%album% $get(grayed)$get(discinfo) $char(10)))
$get(spacer2)$if($strcmp(1,$get(mixartist))
|$strcmp(1,$get(band))
,
$if($strcmp(1,$get(mixartist)),$if(%mixartist%,$get(info)MixArtist: $get(text)%mixartist%$char(10)))
$if($strcmp(1,$get(band)),$if(%band%,$get(info)Band: $get(text)%band%$char(10))))
$if($strcmp(1,$get(tracknumber)),$if(%tracknumber%,$get(info)Track: $get(text)%tracknumber%$char(10)))
$if($strcmp(1,$get(genre)),$if(%genre%,$get(info)Genre: $get(text)%genre%$char(10)))
$if($strcmp(1,$get(bpm)),$if(%bpm%,$get(info)bpm: $get(text)%bpm%$char(10)))
$get(spacer2)$if($strcmp(1,$get(date)),$if(%date%,$get(info)Date: $get(text)%date%$char(10)))
$if($strcmp(1,$get(copyright)),$if(%copyright%,$get(info)© $get(text)%copyright%$char(10)))
)
// End Song Info
// S T A T I S T I C S
$if($strcmp(1,$get(show_techinfo)),
$char(1)C$get(spacer)
$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ 1080d0S T A T I S T I C S 705123▪ 9a7030▪ d2aa6e▪$char(10)
$get(spacer2)$if($strcmp(1,$get(codec)),$get(info)Codec: $get(text)%__codec%$char(10))
$get(spacer2)$if($strcmp(1,$get(bitrate)),$get(info)Bitrate: $get(text)$if(%__lame_profile%,1080d0--%__lame_profile%,%__bitrate% Kbit/s)$get(grayed)[ '('%__lame_version%')']$char(10))
$get(spacer2)$if($strcmp(1,$get(channels)),$get(info)Channels: $get(text)$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,Stereo,Mono)),)$char(10))
$get(spacer2)$if($strcmp(1,$get(time_elapsed_total)),$get(info)Time: $get(text)%_time_elapsed% / %_time_total%$char(10))
$get(spacer2)$if($strcmp(1,$get(samplerate)),$get(info)Samplerate: $get(text)%__samplerate% Hz$char(10))
$puts(size,5)
$if($strcmp(1,$get(trackgain)),$if(%__replaygain_track_gain%,$get(info)$get(spacer2)Track Gain: $get(text)$cut(%__replaygain_track_gain%,$get(size)) dB$char(10)))
$if($strcmp(1,$get(albumgain)),$if(%__replaygain_album_gain%,$get(info)$get(spacer2)Album Gain: $get(gaincolor)$cut(%__replaygain_album_gain%,$get(size)) dB$char(10)))
$puts(rating,1)
$puts(_rating,$repeat($get(rating_char),%trackrating%))$if($strcmp(1,$get(rating)),$if(%trackrating%,$get(info)Rating:$get(text) $get(_rating) $get(grayed)
$char(10)))
$if($strcmp(1,$get(play_counter)),$if(%play_counter%,$get(info)Played $get(text)%play_counter%$get(info) time'('s')' since ffffff23/02/2005$char(10)))
$if($strcmp(1,$get(play_date)),$if(%play_date%,$get(info)Last played: $get(text)%play_date%$char(10)))
$if($strcmp(1,$get(encodedby)),$if(%encodedby%,$get(info)Encoded by: $get(text)%encodedby%$char(10)))
$if($strcmp(1,$get(encodersettings)),$if(%encodersettings%,$get(info)Encoder Settings: $get(text)%encodersettings%$char(10)))
// formating filesize string by upNorth
$get(spacer2)$if($strcmp(1,$get(filesize)),$get(info)Filesize: $get(text)$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'$char(10)))
$if($strcmp(1,$get(filename_ext)),$get(info)File: $get(text)%_filename_ext%$char(10))
$if($strcmp(1,$get(mediatype)),$if(%mediatype%,$get(info)Mediatype: $get(text)%mediatype%$char(10)))
$if($strcmp(1,$get(size)),$if(%size%,$get(info)Size: $get(text)%size%$char(10)))
$if($strcmp(1,$get(songlen)),$if(%songlen%,$get(info)Length: $get(text)%songlen%$char(10)))
$if($strcmp(1,$get(songlen)),$if(%songlen%,$get(info)Length: $get(text)%songlen%$char(10)))
$if($strcmp(1,$get(time)),$if(%time%,$get(info)Time: $get(text)%time%$char(10)))
$char(1)C$get(spacer)
// End Tech Info