catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Allow seeking in tracks #2

Closed catharsis closed 9 years ago

catharsis commented 9 years ago

It would be very convenient if we could get seeking working for tracks. The API provided by libspotify is simple enough, so it should really just be a matter of keeping track of our position (in offset from BOF) in the current track and compare this to the offset being read at any point to decide whether a seek should be triggered or not.

catharsis commented 9 years ago

Implemented as of 275ef57f0e907974a5d0ef3229d256a5f626f240.