players support Thread last updated on 2004-01-01 12:02:42

Posted by member 96591 on 2003-12-31 18:45:51

need to fix
1)lsslider support for wa,qcd,foobar2k with one command [winamp]
2)fix foobar total/remain time for xlabel

Posted by member 36955 on 2003-12-31 19:45:58 link

2 - the way foobar gets its info is from looking at the window title, so it cant actually get any other info. to get that, read through the foobar docs for how to put the total and remaining time into the foobar window title... i did this, but im not at my home computer, so i dont know the exact commands.

Posted by member 182 on 2004-01-01 12:02:42 link

1) a foobar2k slider port is released :D
2) yeah, what doy said
i use
'('$if(%artist%,$caps2(%artist%),$caps2($replace(%_directoryname%,_, )))') '$if(%album%,$caps2(%album%)' // '$if(%tracknumber%,'Track '%tracknumber%' - ',),)$if(%title%,$caps2(%title%),$caps2($replace($replace($replace(%_filename%,_, ),'%20', ),-, - )))$if(%__bitrate%,$if(%DISCID%,,' @ '%__bitrate_dynamic%'kbps'),.$ext(%_path%))' [ '[%_time_elapsed%]'/'[%_time_total%]' ]'' :: '%_foobar2000_version%

for my title :)