Skip to content

0.5.3-beta

Pre-release
Pre-release

Choose a tag to compare

@fuzeman fuzeman released this 20 Jun 08:07
· 61 commits to master since this release

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