Skip to content

Releases: mopidy/mopidy-pandora

v0.1.8 (2016-01-08)

08 Jan 13:07
Compare
Choose a tag to compare
  • Update dependencies: requires at least pydora 1.5.1.

v0.1.7 (2015-10-31)

03 Nov 05:25
Compare
Choose a tag to compare
  • Configuration parameter auto_set_repeat has been renamed to auto_setup - please update your Mopidy
    configuration file.
  • Now resumes playback after a track has been rated.
  • Enhanced auto_setup routines to ensure that consume, random, and single modes are disabled as well.
  • Optimized auto_setup routines: now only called when the Mopidy tracklist changes.

v0.1.6 (2015-10-26)

04 Dec 23:34
Compare
Choose a tag to compare

v0.1.6 (2015-10-26)

  • Release to PyPI.

v0.1.5 (2015-08-20)

  • Add option to automatically set tracks to play in repeat mode when Mopidy-Pandora starts.
  • Add experimental support for rating songs by re-using buttons available in the current front-end Mopidy extensions.
  • Audio quality now defaults to the highest setting.
  • Improved caching to revert to Pandora server if station cannot be found in the local cache.
  • Fix to retrieve stations by ID instead of token.
  • Add unit tests to increase test coverage.

v0.1.4 (2015-08-17)

  • Limit number of consecutive track skips to prevent Mopidy's skip-to-next-on-error behaviour from locking the user's
    Pandora account.
  • Better handling of exceptions that occur in the backend to prevent Mopidy actor crashes.
  • Add support for unicode characters in station and track names.

v0.1.3 (2015-07-11)

  • Update to work with release of Mopidy version 1.0
  • Update to work with pydora version >= 1.4.0: now keeps the Pandora session alive in tha API itself.
  • Implement station list caching to speed up browsing.
  • Get rid of 'Stations' root directory. Browsing now displays all of the available stations immediately.
  • Fill artist name to improve how tracks are displayed in various Mopidy front-end extensions.

v0.1.2 (2015-06-20)

  • Enhancement to handle Invalid Auth Token exceptions when the Pandora session expires after long periods of
    inactivity. Allows Mopidy-Pandora to run indefinitely on dedicated music servers like the Pi MusicBox.
  • Add configuration option to sort stations alphabetically, instead of by date.

v0.1.1 (2015-03-22)

  • Added ability to make preferred audio quality user-configurable.

v0.1.0 (2014-12-28)

  • Initial release.