the documentation is referring to the default UI. you're using a replacement for that called columns UI. however, your status bar is already showing the volume display. the "0.00dB" is it. right clicking that will bring up a slider. and your window is not wide enough to show the playlist selection time.
Yup thats works, but I want to have the volume slider on the main player its self without having to right click to access it. Wasnt sure what you meant by 'and your window is not wide enough to show the playlist selection time' Looks fine to me
as for album art, right click the blank cd, select "splitter settings" and goto the "script" tab. find the whole line of code the references "cover.jpg" and copy/paste it here (i don't have a copy of that config anymore). i'll tell you what to replace with so it supports all album artwork included embedded.
This is all the code in script, per track...
$init_ps_global(art.on,1)
$set_ps_global(images,%ps_foobar2000_path%\images\sl1)
$imagebutton(,,,,,,)
$ifequal(%art.on%,1,
$movepanel_c(Tab stack,0,$add(%_width%,23),%_width%,$sub(%_height%,%_width%,79))
$imagebutton($sub(%_width%,30),3,,,%images%\hide.png,%images%\hide_h.png,;SETGLOBAL:art.on:0;REFRESH

$drawrect(5,27,$sub(%_width%,10),$sub(%_width%,10),45-45-45,)
$imageabs(6,28,$sub(%_width%,12),$sub(%_width%,12),%images%\nocover.jpg,,,,)
$imageabs(6,28,$sub(%_width%,12),$sub(%_width%,12),%path%,artreader,,,)
,
$movepanel_c(Tab stack,0,28,%_width%,$sub(%_height%,84))
$imagebutton($sub(%_width%,30),3,,,%images%\show.png,%images%\show_h.png,SETGLOBAL:art.on:1;REFRESH

)
$drawrect(0,$sub(%_height%,56),%_width%,1,175-175-175,)
$drawrect(-1,$sub(%_height%,23),100,24,255-255-255,175-175-175)
$drawrect(98,$sub(%_height%,23),%_width%,24,255-255-255,175-175-175)
$imagebutton(98,$sub(%_height%,23),%_width%,24,,,COMMAND: View/Columns playlist/Activate now playing)
Ive got all the album art in the folder with the .mp3's so was hoping just to launch foobar and the album art with automatically come up-I think thats what you mean by 'embedded'
Cheers for the help on this
