You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CherryPy has a useful function called serve_fileobj(), that takes care of all partial content request stuff. The stream could implement a virtual file obj that takes care of translating requested ranges to seek calls to libspotify.
The text was updated successfully, but these errors were encountered:
In my own language, does this mean the problem with seeking forward / backward is being fixed in future release?
Now... when i use the forward key in XBMC twice, it will skip the current (playing) track and start playing the next track.
Maybe this isn't a big Issue for the main public, but i'm listening a lot of vinyl version tracks which have a long intro and outro and I appreciate it when this "seeking problem" can be fixed.
Thanks in advance!
Add track seeking support to the streaming proxy.
CherryPy has a useful function called serve_fileobj(), that takes care of all partial content request stuff. The stream could implement a virtual file obj that takes care of translating requested ranges to seek calls to libspotify.
The text was updated successfully, but these errors were encountered: