Skip to content

v0.3.5

Compare
Choose a tag to compare
@tehkillerbee tehkillerbee released this 01 Mar 23:57
· 10 commits to master since this release
  • Fix HI_RES_LOSSLESS playback with PKCE authentication
  • Added support for two stage PKCE authentication using HTTP web server
  • Switch to using Stream MPEG-DASH MPD manifest directly for playback instead of direct URL
  • Add new categories (Home, HiRes, Mixes & Radio, My Mixes)
  • Add helper functions (create_category_directories) for navigating sub-categories
  • Refactor/cleanup backend, move load/save session to tidalapi.
  • Improve error handling
  • Handle missing objects (ObjectNotFound) gracefully
  • Handle HTTP 429 (TooManyRequests) gracefully
  • Add auth_mode, login_server_port config params
  • Add HI_RES (MQA), add auth_method, login_server_port, AUTO login_method as alias
  • Fix missing pictures on some playlist types
  • Skip video_mixes when generating mix playlists
  • Rewrite test suite

@tehkillerbee

(Major thanks to @2e0byo for test suite improvements, @quodrum-glas for inspiration and example code to use HTTP Server for PKCE authentication)