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).