QUOTE (Sphix @ Apr 8 2006, 09:27 PM)

QUOTE (lextune @ Apr 8 2006, 12:43 PM)

Finally got around to working in Album Art.

.....think I'm done tweaking for awhile now, cause I'm loving it

foobar pwns all!

Can you share the trackinfo strings?
And how it's your layout?! All my panels are located in the sidebar, I wish I coulde move them
(Hey, you are lextune from Kerrazy =D)
EDIT:
I got a new layout but in my resolution its not the best thing:
(Based on other users configs)

Yep, it's me the one and only KerrazY lextune

Here is my track info string
CODE
D7B997Mode: ffffff%_trackinfo_mode%$char(10)D7B997---------------------------------------$char(10)$char(10)
$if(%_trackinfo_notrack%,D7B997No track,
$if($or(%_isplaying%,%_ispaused%),$if(%_ispaused%, 0CEBA4'▮▮' D7B997Paused:ffffff[' ( '%_time_elapsed%[' / '%_time_total%] ')'],
$if($stricmp($left(%_path_raw%,7),'http://'), 0CEBA4'▶' D7B997Streamingffffff[' ('%_time_elapsed%['/'%_time_total%]')'],
0CEBA4'▶' D7B997Playing:ffffff[' ( '%_time_elapsed%[' / '%_time_total%]' )'])), 0CEBA4'■' D7B997Not playing)
D7B997$char(10)$char(10)
$char(1)C0CEBA4Track Information$char(10)
[D7B997Artist: ffffff%artist%$char(10)]
$if(%title%,D7B997Title: ffffff%title%$char(10),$if($stricmp($left(%_path_raw%,7),'http://'),
D7B997Stream[: ffffff%_filename%]$char(10),D7B997Sorry. Can''t show. No tag. Path is:$char(10)ffffff%_path_raw%$char(10)))
[D7B997Album: ffffff%album%$char(10)]
[D7B997Tracknumber: ffffff%tracknumber%$char(10)]
[D7B997Date: ffffff%date%$char(10)]
[D7B997Genre: ffffff%genre%$char(10)]
[D7B997Disk: ffffff%disc%$char(10)]
[D7B997Comment: $iflonger($replace($meta(comment),$char(13),),297,
$cut(ffffff$replace($meta(comment),$char(13),),292)D7B997'(...)',ffffff$replace($meta(comment),$char(13),))$char(10)]
$char(10)
$char(1)C0CEBA4Technical Information$char(10)
$if(%__codec%,$get(head)D7B997Codec:ffffff $get(info)%__codec%$char(10),)
$get(head)D7B997Bitrate:ffffff $get(info)
$if2(%__bitrate_dynamic%,%__bitrate%) $get(anno)Kbps $if($stricmp(%__codec%,mp3),$if($stricmp(%__extrainfo%,vbr),VBR,CBR))$char(10)
$if(%__lame_version%,$char(1)C$get(head)Preset: $get(info)$left(%__lame_version%,4) $right(%__lame_version%,4) [$upper(%__lame_profile%)]$char(10),)
$if(%__flac_vendor%,$char(1)C$get(head)Encoder: $get(info)$if($stricmp(%__flac_vendor%,reference libFLAC 1.1.2 20050205),FLAC 1.1.2 -8)$char(10),)
$if(%__mpc_profile%,$char(1)C$get(head)MPC Profile: $get(info)%__mpc_profile%$char(10),)
$get(head)D7B997Channels:ffffff $get(info)$if($stricmp($codec(),MP3),$get(space2)$caps(%__mp3_stereo_mode%),
$if(%__channels%,$ifgreater(%__channels%,1,Stereo,Mono),'?'))$char(10)
$if(%__bitspersample%,$get(head)D7B997Bitdepth: ffffff$get(info)%__bitspersample%$char(10),)
$if(%__samplerate%,$get(head)D7B997Samplerate:ffffff $get(info)$div(%__samplerate%,1000).$substr(%__samplerate%,3,3) KHz $char(10))
$if(%_filesize%,$get(head)D7B997Filesize:ffffff $get(info)
$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2) $get(anno)'MB'$char(10),)
)
$char(10)
$char(10)
$puts(theme,1)
// progressbar config
$puts(progress_char,█)
$puts(progress_length,20)
$if($strcmp($get(theme),1),
$puts(progress_color1,$rgb(164,235,12))
$puts(progress_color2,$rgb(54,106,179))
)
// 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
$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))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)
$get(progressbar)
My layout.
Horizontal splitter
-----Vertical splitter
----------Playlist switcher
-----Vertical splitter
----------Spectrum analizer
----------Columns Playlist
-----Vertical splitter
----------Track info