Skip to content

Releases: EbbLabs/mopidy-tidal

v0.3.13

Choose a tag to compare

@tehkillerbee tehkillerbee released this 15 Jan 22:46
2e59a1b

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12

Choose a tag to compare

@tehkillerbee tehkillerbee released this 03 Dec 21:22
30946fe

What's Changed

Full Changelog: v0.3.11...v0.3.12

v0.3.11

Choose a tag to compare

@tehkillerbee tehkillerbee released this 19 Aug 18:02
e27a79d

What's Changed

  • Bugfix: Set playlist fetch limit to 50 items due to v2 endpoint limitations @tehkillerbee
  • Feature: Use tidalapi pagination for album, artist, track and playlist and playlist tracks. @tehkillerbee
  • Use legacy home page as fallback until V2 is supported. @tehkillerbee
  • Bugfix: Return all artists for tracks and albums. (Fixes: #189) @tehkillerbee, @sapristi
  • tidalapi version bump to v0.8.6

Full Changelog: v0.3.10...v0.3.11

v0.3.10

Choose a tag to compare

@tehkillerbee tehkillerbee released this 10 Jul 20:58
7ca32f0

What's Changed

  • [fix] Don't break tracks import if the track_id is not found by @blacklight in #195
  • feature(library): Support Mopidy v4.0 tracks by @blacklight in #196

Full Changelog: v0.3.9...v0.3.10

v0.3.9

Choose a tag to compare

@tehkillerbee tehkillerbee released this 13 Nov 16:18

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

Choose a tag to compare

@tehkillerbee tehkillerbee released this 09 Nov 22:32

What's Changed

Full Changelog: v0.3.7...v0.3.8

v0.3.7

Choose a tag to compare

@tehkillerbee tehkillerbee released this 09 Nov 21:30

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

Choose a tag to compare

@tehkillerbee tehkillerbee released this 02 Mar 17:10
  • Bugfix: Fix missing images on tracks
  • Readme: PKCE logon details added
  • Print Mopidy-Tidal, Python-Tidal version info to log

@tehkillerbee

v0.3.5

Choose a tag to compare

@tehkillerbee tehkillerbee released this 01 Mar 23:57
  • 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)