Page 1 of 1

Unable to seek using "External player with playlist"

PostPosted: Wed Aug 20, 2014 5:39 am
by ThatsGobbles
Hello all, for the life of me, I can't seem to figure out how to get a seekable stream when using "External player with playlist". Both Winamp and foobar have a greyed-out seek bar, but I'm able to play files just fine.

I've tried both the default ffmpeg decode:
Code: Select all
ffmpeg -i %s -ab %bk -v 0 -f mp3 -


...as well as a custom two-part FLAC->LAME pipeline:
Code: Select all
flac --totally-silent --decode --stdout %s

Code: Select all
lame --silent -h -b %b -


Any assistance? Being able to seek is very important for me, so I'd be very sad if I couldn't get this working. Thanks!