QUOTE(vonmeth @ Apr 14 2006, 12:33 AM)

QUOTE(Habla @ Apr 13 2006, 02:33 PM)

QUOTE(eejadx @ Apr 12 2006, 03:44 PM)

Heres my brand new config!

Wow! Very nice. Can you post those buttons and that FCS please?
gracias
I second that request. Very nice config!
There you goGlad you like it
In case you need it, there is the layout config (I know its messy, but it works for me

) :

and code for trackinfo boxes (totally ripped from someone I don't remember the name) :
nothing in first one, its only meant to center buttons
CODE
// text color for info
$puts(ctext,D4D4D4)
// text color for headings (Title:, Artist:,etc.)
$puts(chead,555555)
// text color for info anontations (Kbit/s, MB, etc.)
$puts(canon,838383)
// color for seperators
$puts(cbar,3C3C3C)
// text color for special stuff (title)
$puts(cbright,FFFFFF)
// background color, for redundancy
$puts(background,524B3C)
// seperator
$puts(bar,'―――――――――――――――――――――――――――――――――――――――――――――――――')
// progress bar length
$puts(pblength,48)
// progress bar char
$puts(pbchar,∞)
// transition color for fading out
$puts(trans_back,524B3C)
// transition color for foreground
$puts(trans_frnt,ffffff)
// song title output
$puts(title,[$replace(%title%,'(',$get(extra)'(',')',')'
$get(cbright),'[',$get(extra)'(',']',')'$get(cbright))]$char(10))
// artist name output
$puts(artist,[%artist%]$char(10))
// album title output
$puts(album,[$iflonger(%album%,40,$cut(%album%,40)...,%album%)]$char(10))
// track and disc output 1
$puts(track,[CD$if(%disc%,%disc%', ',)]$num(%tracknumber%,2)$char(10))
// genre output
$puts(genre,[%genre%]$char(10))
// date/year output
$puts(date,[%date%]$char(10))
// codec name output
$puts(codec,$get(canon)[' ('$get(ctext)%__codec%$get(canon)')']$char(10))
// bitrate/LAME output
$puts(bitr,$if(%__lame_profile%,$get(cbright)--%__lame_profile%$get(canon) '('%__bitrate_dynamic% Kbit/s')',[%__bitrate%] $get(canon)Kbit/s)$char(0))
// compression precent outout
$puts(compr,$get(ctext)$muldiv(%__bitrate%,100,1411)$get(canon_color)$get(canon)'%'$char(10))
// filesize output
$puts(fsize,$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) $get(canon)MB$char(10))
// audio channels output
$puts(chan,$caps($if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels()))$char(10))
// samplerate output
$puts(samp,$if(%__samplerate%,%__samplerate% $get(canon)Hz,)$char(10))
// time played / total (remaining) output
$puts(leng,[%_time_elapsed%$get(canon) / ]$get(ctext)[%_length%]$get(canon) ['('$get(ctext)%_time_remaining%$get(canon)')']$char(10))
// used to get filename
$puts(filename,$filename(%_path%).$ext(%_path%))
// filename output (used with above)
$puts(file,[$iflonger($get(filename),55,$cut($get(filename),55)...,$get(filename))$char(10)])
///////////////////////// FINAL OUTPUT /////////////////////////
$transition($char(10),)
$get(chead) Title: $get(cbright)$get(title)
$get(chead) Artist: $get(ctext)$get(artist)
$get(chead) Album: $get(ctext)$get(album)
$get(chead) Track: $get(ctext)$if(%isplaying%,$get(track),$char(10))
$get(chead) Date: $get(ctext)$get(date)
$get(cbar)$get(bar)$char(10)
$get(chead) Bitrate: $get(ctext)$if(%isplaying%,$get(bitr)$get(chead)$get(ctext)$get(codec),$char(10))
//$get(chead) Compression: $get(ctext)$get(compr)
$get(chead) Size: $get(ctext)$if(%isplaying%,$get(fsize),$char(10))
$get(chead) Channels: $get(ctext)$get(chan)
//$get(chead) Samplerate: $get(ctext)$get(samp)
$get(chead) Time: $get(ctext)$if(%isplaying%,$get(leng),$char(10))
$get(cbar)$get(bar)$char(10)
$get(chead) Play Count: $get(ctext)$if(%isplaying%,$if(%play_count%,%play_count%,0),)$char(10)
$get(chead) Last Time: $get(ctext)$if(%isplaying%,$if(%last_played%,%last_played%,'Never played'),)$char(10)
$get(cbar)$get(bar)
$char(0)$transition(,$get(trans_back),$get(trans_frnt))$get(ctext)$transition(,$get(trans_frnt),$get(trans_back))$char(10)
/// Track Progress
////////////////////////////////////////////////////////
$tab()$get(chead)'Track Progress'$get(chead)$if(%isplaying%,$get(ctext) $muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)$get(canon),$get(ctext)' 0')$get(canon)'%'$tab()$char(10)
/// Progress Bar
////////////////////////////////////////////////////////
$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,$get(pblength),$get(ctext)$get(pbchar),$get(canon)$get(pbchar))
CODE
$if(%isplaying%,$select($add(1,$mod(%_time_elapsed_seconds%,2)),0179FE●,4AA5FF●) Playing $select($add(1,$mod(%_time_elapsed_seconds%,5)),
$pad(,10,)
,
$pad(.,10,)
,
$pad(..,10,)
,
$pad(...,10,)
,
$pad(....,10,)
))
CODE
$puts(cstar,C0C0C0)
$puts(cback,808080)
$puts(cfront,000000)
$puts(star, ¤ )
$get(cfront)$if(%_time_total%,$if(%_time_total_seconds%,
$right($muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%),3)'%')$get(cback) Played,$get(cfront)'0%'$get(cback) Played)
$get(cstar)$get(star)
$get(cfront)$if(%_time_elapsed%,%_time_elapsed%,'0:00')
$get(cstar)$get(star)
$get(cback)$if(%_time_total%,%_time_total%,'0:00')
$get(cstar)$get(star)
$get(cfront)$if(%_time_remaining%,%_time_remaining%,'0:00')
moderation: Please use [ codebox ] for long/very wide pieces of code.