Skip to content

Releases: mopidy/mopidy-spotify

v1.1.2 (2014-02-18)

05 Dec 00:35
Compare
Choose a tag to compare
  • Wait for track to be loaded before playing it. This fixes playback of tracks
    looked up directly by URI, and not through a playlist or search. (Fixes:
    mopidy/mopidy#675)

v1.1.1 (2014-02-16)

05 Dec 00:35
Compare
Choose a tag to compare
  • Change requirement on pyspotify from >= 1.9, < 2 to >= 1.9, < 1.999,
    so that it is parsed correctly and pyspotify 1.x is installed instead of 2.x.

v1.1.0 (2014-01-20)

05 Dec 00:35
Compare
Choose a tag to compare
  • Require Mopidy >= 0.18.

  • Change library.lookup() to return tracks even if they are unplayable.
    There's no harm in letting them be added to the tracklist, as Mopidy will
    simply skip to the next track when failing to play the track. (Fixes:
    mopidy/mopidy#606)

  • Added basic library browsing support that exposes user, global and country
    toplists.

v1.0.3 (2013-12-15)

05 Dec 00:34
Compare
Choose a tag to compare
  • Change search field track to track_name for compatibility with
    Mopidy 0.17. (Fixes: mopidy/mopidy#610)

v1.0.2 (2013-11-19)

05 Dec 00:34
Compare
Choose a tag to compare
  • Add spotify/settings_dir config value so that libspotify settings can be
    stored to another location than the libspotify cache. This also allows
    spotify/cache_dir to be unset, since settings are now using it's own
    config value.

  • Make the spotify/cache_dir config value optional, so that it can be set
    to an empty string to disable caching.

v1.0.1 (2013-10-28)

05 Dec 00:33
Compare
Choose a tag to compare
  • Support searches from Mopidy that are using the albumartist field type,
    added in Mopidy 0.16.

  • Ignore the track_no field in search queries, added in Mopidy 0.16.

  • Abort Spotify searches immediately if the search query is empty instead of
    waiting for the 10s timeout before returning an empty search result.

v1.0.0 (2013-10-08)

05 Dec 00:33
Compare
Choose a tag to compare
  • Moved extension out of the main Mopidy project.