Unable to seek using "External player with playlist"
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:
...as well as a custom two-part FLAC->LAME pipeline:
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!
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!