Skip to content

Releases: tehkillerbee/mopidy-tidal

v0.3.6

02 Mar 17:10
Compare
Choose a tag to compare
  • Bugfix: Fix missing images on tracks
  • Readme: PKCE logon details added
  • Print Mopidy-Tidal, Python-Tidal version info to log

@tehkillerbee

v0.3.5

01 Mar 23:57
Compare
Choose a tag to compare
  • 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)