QUOTE (matson @ May 5 2006, 01:50 AM)

QUOTE (BrilliantGreen @ May 2 2006, 05:00 PM)

heres mines.. im using habla's fcs :P & have the Albumlist+playlist Panels on Autohide :P..
my NoCover Pic you can get
here..
can you share this theme?
My Layout
CODE
Vertical Splitter
Horizontal Splitter (Locked)
Trackinfo
Horizontal Splitter
Vertical Splitter (Locked)
AlbumArt (Locked)
Track Info
Horizontal Splitter
Vertical Splitter (Locked & Autohide)
AlbumList
PlaylistSwitcher
Columns Playlist
Horizontal Splitter
Buttons
Spectrum Analyser
Habla's ToFoo fcsMy Top Trackinfo
CODE
$puts(BU,FEB13A)
$puts(ORN,0072dd)
$puts(OW,E5EDED)
$puts(GRY,7C7C7C)
$if(%_trackinfo_notrack%,$tab()$get(BU)' [' $get(gry)N o T r a c k $get(bu)']'$tab(),)
$if(%artist%,$tab()$get(BU)%artist%)
$if(%title%,$tab()$get(GRY)-$tab()$get(OW)%title%$tab()$get(GRY)-$tab())
$if(%album%,$get(ORN)%album%$tab())
My Ver of
Habla's TrackinfoCODE
// Original code by necropimp, modified by AstreaEdge, final by KockRoach
// Appearance changed by Habla. Muchas gracias to those above!
// This Appearance changed by bG :P..
// Text Used Corbel bold 9pt, Default Padding, bg color used = 12 38 58
// Added Toggles(script fm DXX), Mode Info, VA, Screaming, Scrobbled, foosic..& progress bar change..
// !!!!BEGIN USER CONFIGURATION!!!!
// Toggles (1 = show, 0 = don't show)
$puts(mode_info,1)
$puts(song_info,1)
$puts(scream_info,1)
$puts(arts,0)
$puts(albs,0)
$puts(tils,0)
$puts(tech_info,0)
$puts(play_info,1)
$puts(scrob_foosic,1)
$puts(progress_bar,1)
// Info Heading Color e.g. "Title:"
$puts(head2,0072dd)
$puts(head1,FEB13A)
// Info Color e.g. "Black Dog"
$puts(info,E5EDED)
// Info Annotation Color (e.g. kbps is the annotation)
$puts(anno,FFFFFF)
// Separator
// the separators (Song,Play,Tech info) will change to a different color if the panel mode is set to Follow cursor.
// change "followcursorcol" to change this color. It is currently set to flash orange.
$puts(followcursorcol,ff99000072dd)
$puts(text3,7C7C7C)
$puts(text2, E5EDED)
$puts(text1,$if(%_trackinfo_nowplaying%,0072ddFEB13A)$if(%_trackinfo_followcursor%,$get(followcursorcol)))
$puts(fadeend,400000)
$puts(seplenAA,12)
$puts(seplenA,13)
$puts(seplenB,7)
$puts(seplenC,5)
$puts(seplenD,4)
$puts(sepchar,'*')
// Set Rating character
$puts(ratingchar,'???')
// Progress bar Config
$puts(pbarcol1,400000)
$puts(pbarcol2,0072dd)
$puts(pbarchar,' ;)')
$puts(pbarlen,16)
// !!!!END OF USER CONFIGURATION!!!!
// Day Conversion
$puts(day,$substr(%last_played%,9,10))
$if(%last_played%,
$if($strcmp($left($get(day),1),0),$puts(day,$right($get(day),1))))
$if($strcmp($get(day),11),$puts(xx,th),
$if($strcmp($get(day),12),$puts(xx,th),
$if($strcmp($get(day),13),$puts(xx,th),
$if($strcmp($right($get(day),1),1),$puts(xx,st),
$if($strcmp($right($get(day),1),2),$puts(xx,nd),
$if($strcmp($right($get(day),1),3),$puts(xx,rd),
$puts(xx,th)))))))
// Month Conversion
$puts(month,$substr(%last_played%,6,7))
$puts(month_name,$select($get(month),
Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec))
// Year Conversion
$puts(year,$substr(%last_played%,1,4))
// Time Conversion
$puts(hour,$substr(%last_played%,12,13))
$puts(min,$substr(%last_played%,14,16))
$puts(sec,$substr(%last_played%,17,19))
// 24 Hour to 12 Hour Conversion
$if($strcmp($left($get(hour),1),0),$puts(hour1,$right($get(hour),1)))
$if($strcmp($left($get(hour),1),1),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($left($get(hour),1),2),$puts(hour1,$sub($get(hour),12)))
$if($strcmp($get(hour),00),$puts(hour1,12))
$if($strcmp($get(hour),10),$puts(hour1,10))
$if($strcmp($get(hour),11),$puts(hour1,11))
$if($strcmp($get(hour),12),$puts(hour1,12))
// AM/PM Conversion
$if($strcmp($get(hour),00),$puts(yy,am))
$if($strcmp($get(hour),10),$puts(yy,am))
$if($strcmp($get(hour),11),$puts(yy,am))
$if($strcmp($get(hour),12),$puts(yy,pm))
$if($strcmp($get(hour),24),$puts(yy,am))
$if($strcmp($left($get(hour),1),0),$puts(yy,am))
$if($strcmp($left($get(hour),1),1),$puts(yy,pm))
$if($strcmp($left($get(hour),1),2),$puts(yy,pm))
// Date Format
$puts(time_of_year,$get(month_name) $get(day)$get(xx)',' $get(year))
// Time Format
$puts(time_of_day,$get(hour1)$get(min)$get(sec) $get(yy))
// !!!!END OF TIME/DATE.. CONFIGURATIONS!!!!
$if($and($strcmp($get(mode_info),1),$not(%_trackinfo_notrack%)),
// MODE INFO
$if(%isplaying%,$if(%_trackinfo_nowplaying%,
$transition($repeat($get(sepchar),$get(seplenC)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text3)N o w P l a y i n g $get(text1)']'
$transition($repeat($get(sepchar),$get(seplenC)),$get(text1),$get(fadeend)),))
$if(%_trackinfo_followcursor%,
$transition($repeat($get(sepchar),$get(seplenD)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text3)F o l l o w C u r s o r $get(text1)']'
$transition($repeat($get(sepchar),$get(seplenD)),$get(text1),$get(fadeend)),)
$if(%_trackinfo_notrack%,
$transition($repeat($get(sepchar),$get(seplenB)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text3)N o T r a c k $get(text1)']'
$transition($repeat($get(sepchar),$get(seplenB)),$get(text1),$get(fadeend)),)$char(10))
$if($and($strcmp($get(song_info),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
// SONG INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplenA)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text2)S o n g I n f o $get(text1)']'$char(10)
$if($strcmp(1,$get(tils)),$if(%title%,$get(head1)Title$get(head2): $if(%title%,$get(info)$cut(%title%,45)
$ifgreater($len(%title%),45,'...',))$char(10),$get(info)%_filename%$char(10)),)
$if($strcmp(1,$get(arts)),$if(%artist%,$get(head1)Artist$get(head2): $get(info)%artist%$char(10),),)
$if($strcmp(1,$get(albs)),$if(%album%,$get(head1)Album$get(head2): $get(info)$cut(%album%,37)
$ifgreater($len(%album%),37,'...',)$char(10),),)
$if($meta_test(album artist),$get(head1)Album Artist$get(head2): $get(info)%album artist%$char(10))
$if(%tracknumber%,$get(head1)Track #$get(head2): $get(info)%tracknumber%$char(10))
$if(%date%,$get(head1)Year$get(head2): $get(info)%date%$char(10))
$if(%genre%,$get(head1)Genre$get(head2): $get(info)%genre%$char(10)),)
$if($and($strcmp($get(scream_info),1),$not(%_trackinfo_notrack%)),
$if($stricmp($left(%_path%,7),'http://'),
// SCREAMING INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplenAA)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text2)S c r e a m i n g $get(text1)']'$char(10)
$if(%title%,$get(head1)Title$get(head2): $if(%title%,$get(info)$cut(%title%,45)
$ifgreater($len(%title%),45,'...',))$char(10),$get(info)%_filename%$char(10))
$if(%artist%,$get(head1)Artist$get(head2): $get(info)%artist%$char(10))
$if(%album%,$get(head1)Album$get(head2): $get(info)$cut(%album%,37)
$ifgreater($len(%album%),37,'...',)$char(10))
$if(%genre%,$get(head1)Genre$get(head2): $get(info)%genre%$char(10))
$if(%url%,$get(head1)Url$get(head2): $get(info)%url%$char(10))
,),)
$if($and($strcmp($get(tech_info),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
// TECH INFO SEPARATOR
$transition($repeat($get(sepchar),$get(seplenA)),$get(fadeend),$get(text1)) $get(text1)'[' $get(text2)T e c h I n f o $get(text1)']'$char(10)
$get(head1)Length$get(head2): $get(info)$if(%_isplaying%,%_time_elapsed%$get(anno)$if(%_length%, / %_length%,)$if(%_time_elapsed%, / $muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%')$if(%_length%, / -%_time_remaining%),%_length%)$char(10)
$get(head1)Quality$get(head2): $if(%__codec%, $get(info)%__codec%) $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kb/s $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))
$char(10)
$if(%__lame_version%,$get(head1)Encoder$get(head2): $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$get(head1)Encoder$get(head2): $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$get(head1)MPC Profile$get(head2): $get(info)%__mpc_profile%$char(10),)
$get(head1)Compression$get(head2): $get(info)$div(1411,%__bitrate%).$substr($muldiv(1411,100,%__bitrate%),2,3):1 '('$get(info)$muldiv(%__bitrate%,100,1411)$get(anno)'% of original quality)'$char(10)
$get(head1)Channel Mode$get(head2): $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))$char(10)
$if(%__bitspersample%,$get(head1)Bitdepth$get(head2): $get(info)%__bitspersample% bits/sample$char(10),)
$if(%__samplerate%,$get(head1)Samplerate$get(head2): $get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $char(10))
$if(%_filesize%,$get(head1)Filesize$get(head2): $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),),)
$if($and($strcmp($get(play_info),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
$if(%last_played%,
// PLAY STATS SEPARATOR
$transition($repeat($get(sepchar),$get(seplenA)),$get(fadeend),$get(text1))$get(text1)' [' $get(text2)P l a y S t a t s $get(text1)']'$char(10)
$if(%play_counter%,$get(head1)Played$get(head2): $get(info)%play_counter% times total$char(10),)
$if(%last_played%,$get(head1)Last played on$get(head2): $get(info)$get(time_of_year) at $get(time_of_day)$char(10),),),)
$if($and($strcmp($get(scrob_foosic),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
// Scrobbled & Foosic
$if(%isplaying%,$get(head1)$ifgreater(%_time_elapsed_seconds%,240,Scrobbled,$ifgreater($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,Scrobbled ?$get(head2): $get(info)Yes,Scrobbled ?$get(head2): $get(info)No))$char(10))
$if(%isplaying%,$get(head1)$ifgreater(%_time_elapsed_seconds%,60,Foosic`d,$ifgreater($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),50,Foosic ?$get(head2): $get(info)Yes,Foosic ?$get(head2): $get(info)No))$char(10))
,)
$if($and($strcmp($get(progress_bar),1),$not(%_trackinfo_notrack%),$not($stricmp($left(%_path%,7),'http://'))),
$if(%isplaying%,
// PROGRESS BAR WIDTH
// if you want to change the length, there are two "99"s you'll have to find and replace
$puts(len1,$muldiv(%_time_elapsed_seconds%,$get(pbarlen),%_time_total_seconds%))
$puts(len2, $get(info)$muldiv(%_time_elapsed_seconds%,100,%_length_seconds%)'%')
// BAR
$transition($repeat($get(pbarchar),$get(len1)),$get(pbarcol1),$get(pbarcol2))
$get(len2)$get(head1)$repeat($get(pbarchar),$sub($get(pbarlen),$get(len1)))
$char(10),),)
Mog's buttons