mopidy/mopidy/backends/spotify
Thomas Adamcik 8a0c48e61e Add timestamp and duration to all spotify buffers.
This fixes the issue where pausing playback would show the time of the last
timestamped buffer instead of the current time. We also make sure to reset the
time when we start a new track. This was done by overriding the play method on
the session manager as it is also used for pausing, resuming and stopping.

Ideally this should probably be reworked to avoid the gst import in
mopidy.backends.spotify.playback, but for now this should do.
2012-12-27 00:30:03 +01:00
..
__init__.py docs: Use requirement files as single source of dependencies 2012-12-15 23:07:29 +01:00
actor.py Add proxy support 2012-11-19 16:06:50 +01:00
container_manager.py Rename 'stored playlists' to 'playlists' 2012-11-14 09:23:19 +01:00
library.py Fix use of threading.Event for Python 2.6 and clear connected state. 2012-12-24 13:55:46 +01:00
playback.py Add timestamp and duration to all spotify buffers. 2012-12-27 00:30:03 +01:00
playlist_manager.py Rename 'stored playlists' to 'playlists' 2012-11-14 09:23:19 +01:00
playlists.py spotify: Add playlists.lookup(uri) for looking up loaded playlists 2012-11-17 01:40:46 +01:00
session_manager.py Add timestamp and duration to all spotify buffers. 2012-12-27 00:30:03 +01:00
spotify_appkey.key Rename libspotify backend to simply 'spotify', as suggested by adamcik and knutz3n half a year ago 2011-01-10 16:48:42 +01:00
translator.py spotify: Reuse artist, album, and track models 2012-11-23 12:48:41 +01:00