Skip to content

Releases: mopidy/mopidy-pandora

v1.1.1

04 Dec 23:49
v1.1.1
Compare
Choose a tag to compare
  • Move changelog to GitHub Releases.
  • Test new automatic release to PyPI.

v1.1.0 (2020-12-04)

04 Dec 23:43
v1.1.0
Compare
Choose a tag to compare
  • Add station art. (Fixes: #74, PR: #75)
  • Fix crash when quickmix_stations is undefined. (PR: #77)
  • Add Python 3.9 to the test matrix.

v1.0.0 (2020-09-22)

04 Dec 23:42
v1.0.0
Compare
Choose a tag to compare
  • Now requires Python 3.7 or newer. Python 2.7 is no longer supported.
  • Now requires Mopidy 3.0 or newer.
  • Switch to Black code formatting.
  • Update docs to refer to the new Pandora 'Premium' subscription model instead of the old 'Plus'.

v0.4.2 (2019-04-21)

21 Apr 13:53
Compare
Choose a tag to compare
  • Pin pydora dependency to pydora>=1.13,<2. (Fixes: #70).

v0.4.1 (2018-12-29)

29 Dec 10:51
Compare
Choose a tag to compare
  • Update package dependencies used during development to the latest versions.
  • Migrate all tests to pytest. Resolve pytest 4.0 deprecation errors.
  • Switch to Xenial Travis build environment.

Fixes

  • Use the updated Station API introduced in pydora 1.12.0. (Fixes: #65).
  • Implement LRUCache's __missing__. (Fixes: #66).

v0.4.0 (2017-09-20)

20 Sep 05:09
Compare
Choose a tag to compare
  • Update documentation to refer to new 'Pandora Plus' subscription model instead of the old 'Pandora One'.
  • Update troubleshooting guide with more workarounds for cross-signed certificates using OpenSSL < 1.0.2.
  • Allow station URI's to be added to playlists and the Mopidy tracklist. (Addresses: #58).

v0.3.0 (2016-07-08)

08 Jul 08:34
Compare
Choose a tag to compare

Features and improvements

  • Add support for searching Pandora stations. (Addresses: #36).
  • Switch default partner device configuration values from IP01 (iPhone) to android-generic, which provides more v0.2.0 (2016-01-26) stream quality configuration options.

Fixes

  • Album and artist URIs now point back to the Pandora track. (Fixes: #51).

v0.2.2 (2016-04-13)

13 Apr 03:25
Compare
Choose a tag to compare
  • Fix an issue that would cause Mopidy-Pandora to raise an exception if a track did not have the bitrate field specified. Please refer to the updated configuration options for preferred_audio_quality for details on the effect that the chosen partner device has on stream quality options. (Fixes: #48 ).

v0.2.1 (2016-02-06)

08 Feb 19:11
Compare
Choose a tag to compare
  • Fix to prevent the Mopidy-Pandora backend from starting up if logging in to the Pandora server failed. (Fixes: #44).
  • Fixed an issue that would cause only the first few doubleclick events to be processed correctly.

v0.2.0 (2016-01-26)

26 Jan 19:47
Compare
Choose a tag to compare

Features and improvements

  • Now displays all of the correct track information during playback (e.g. song and artist names, album covers, track length, bitrate etc.).
  • Simulate dynamic tracklist (workaround for #2)
  • Add support for browsing genre stations. Note that clicking on a genre station will automatically add that station to your profile.
  • Add ability to delete a station by setting one of the doubleclick event parameters to delete_station.
  • Move 'QuickMix' to the top of the station list. Stations that will be played as part of QuickMix are marked with an asterisk (*).
  • Scrobbling tracks to Last.fm is now supported.
  • Station lists are now cached which speeds up startup and browsing of the list of stations dramatically. Configuration parameter cache_time_to_live can be used to specify when cache items should expire and be refreshed (in seconds).
  • Force Mopidy to stop when skip limit is exceeded (workaround for #1221 <https://github.com/mopidy/mopidy/issues/1221>_).
  • Now plays advertisements which should prevent non-Pandora Premium accounts from being locked after extended use.
  • Tracks are now played in consume instead of repeat mode. This is more in line with how Pandora deals with track playback. It also avoids infinite loops on unplayable tracks, which is still an issue in Mopidy 1.1.2.
  • Station sort order now defaults to alphabetical. This makes it easier to find stations if the user profile contains more than a few stations.
  • Added link to a short troubleshooting guide on the README page.

Fixes

  • Unplayable tracks are now removed from the tracklist. (Fixes: #38).
  • Adds are now always assigned a unique URI. (Fixes: #39).
  • Maximum skip limits are now reset whenever user browses another folder. (Fixes: #43).