Releases: fuzeman/Spotify2.bundle
Releases · fuzeman/Spotify2.bundle
0.5.8
0.5.7
0.5.6
0.5.5
Changes
- [UI] Added icons for all menu items (from http://thenounproject.com)
- [UI] Added credits for contributors/icons
- [UI] Added version to "About" menu
- [UI] Updated Spotify icon
- Updated CherryPy (v3.5.0)
Fixed
- [Streaming] Issue where tracks could end at ~50s on some clients
- [UI] Issue with "messages" when the client hasn't been initialized
0.5.4
Changes
- Increase rate-limit time to allow for delays when starting to read
- Customizable logging levels for "pyemitter" and "plugin" (streaming server)
- Display [spotify.py] error messages in the home view
- Added migrator to handle the unclean 0.4 -> 0.5 update
Fixed
- Ensure stream is open when checking for a similar range
- Problem streaming subset ranges
0.5.4-beta
Changes
- Increase rate-limit time to allow for delays when starting to read
- Customizable logging levels for "pyemitter" and "plugin" (streaming server)
- Display [spotify.py] error messages in the home view
- Added migrator to handle the unclean 0.4 -> 0.5 update
Fixed
- Ensure stream is open when checking for a similar range
- Problem streaming subset ranges
0.5.3-beta
Features/Changes
- [UI] "Your Music" (collection views)
- [UI] "Explore" (top/featured playlists, new releases)
- [UI] Playlist images
- [Spotify] Re-authenticate when our connection drops
- [Streaming] Reuse track buffers to reduce delays and save bandwidth
- [Streaming] Switched to "requests" for track buffering
- [Configuration] Option for specifying a custom hostname
- [Configuration] Streaming profiles (allows streaming adjustsments per-client)
Fixed
- [UI] Issue with invalid rating keys on PHT
- [UI] Duplicate tracks in a playlist were causing load failures
- [Streaming] Server would stop listening
- [Streaming] Use "getsockname" to accurately determine the server address/hostname
- [Streaming] Restriction checking wasn't working correctly for some tracks
- [Streaming] Ensure "track_end" is sent on tracks that fail to open/read
- [Streaming] Limit stream chunk sizes to 10kB
- [Streaming] Concurrency issue when building streams and fetching metadata/stream-info
0.5.2-beta
Changes
- Better support for streaming on some third-party clients (XBMC, other DLNA devices)
- Plugin automatically reconnects to Spotify (when the connection has been lost)
0.5.1-beta
Changes
- Titles are now normalized to ASCII (workaround for Plex encoding issues)
- Support for the recent Spotify authentication changes
Fixed
- Client wouldn't restart after username/password changes