Releases: mopidy/mopidy-pandora
Releases · mopidy/mopidy-pandora
v1.1.1
v1.1.0 (2020-12-04)
v1.0.0 (2020-09-22)
- 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)
- Pin pydora dependency to pydora>=1.13,<2. (Fixes: #70).
v0.4.1 (2018-12-29)
- 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
v0.4.0 (2017-09-20)
- 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)
Features and improvements
- Add support for searching Pandora stations. (Addresses: #36).
- Switch default partner device configuration values from
IP01
(iPhone) toandroid-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)
- 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 forpreferred_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)
- 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)
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 ofrepeat
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.