Started out looking at TuniacHTTPFileIO, and found that adding seek support here would be quite straight forward. Basically:
Check if server supports partial retrieves, if it does set a flag, and then, when seeking, close and reopen the connection at the specified offset.
However, this file seems not to be used, as BASS also handles streaming...
BASS doesn't seem to support seeking when streaming unfortunally, except maybe if you set it to download the whole files, but that feels like a bit unneccessary bandwidth wise... I'll probably try to suggest seek support with BASS_STREAM_BLOCK to them like my attempt above.
Otherwise, maybe it's possible to implement a virtual file access and use TuniacHTTPFileIO somehow. Don't know BASS good enough yet, feel free to comment on this.
I'll also look into making it possible to get tag data from streamed files.
Feel free to give any suggestions or comments.. or just treat this post as a dev diary
