tryffel / jellycli

Jellyfin terminal client
GNU General Public License v3.0
206 stars 8 forks source link

Implement seeking #8

Open tryffel opened 3 years ago

tryffel commented 3 years ago

Seeking requires:

  1. Implement io.ReadSeeker that reads data from http body. E.g. jbus/httprs, which would need to be modified to work with buffering / failover.
  2. Some audio decoders are missing seeking: Flac
tryffel commented 1 year ago

Seeking FLACs is now supported by beep: https://github.com/faiface/beep/releases/tag/v1.1.0