QUOTE(osiris @ Jun 25 2006, 11:01)

I just tried foobar 0.9.2 final with jinzora CVS.
The good thing is it really works! Even after the system going to standby and than back on the music continues correctly. The same with seeking.
I only sometimes get an error message on the first song when added to a play list that the time stamp changed. Than foobar continues with the second song correctly.
Does jinzora still change time stamps?
In general my impression is very good. http streaming with 0.9.2 and the latest jinzora seems much quicker. The song starts immediately and not after 2-3 seconds like with 0.9 Beta 10 and previous versions.
So I understand it right it is more or less a jinzora problem not a foobar problem? But why it worked in previous versions of foobar?
Whoops, I had a bug in the timestamping bit. I'll fix it in CVS right now. The line is in lib/general.lib.php on line 769:
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT", filemtime($path));
should be:
header("Last-Modified: ".gmdate("D, d M Y H:i:s", filemtime($path))." GMT");
If that still doesn't work, try:
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
Also, I'm not sure if resampling will work with Foobar right now. If you try it, let us know how it goes...