jellycli
jellycli copied to clipboard
Implement seeking
Seeking requires:
- Implement io.ReadSeeker that reads data from http body. E.g. jbus/httprs, which would need to be modified to work with buffering / failover.
- Some audio decoders are missing seeking: Flac
Seeking FLACs is now supported by beep: https://github.com/faiface/beep/releases/tag/v1.1.0