Releases: EbbLabs/mopidy-tidal
Releases Β· EbbLabs/mopidy-tidal
Release list
v0.3.13
What's Changed
- Avoid MPD manifest parsing to fix regression with new TIDAL group="main" manifests by @blacklight in #216
- dev: lint with ruff by @2e0byo in #211
- dev: swap poetry for uv. by @2e0byo in #212
- Version bump, uv bump by @tehkillerbee in #217
Full Changelog: v0.3.12...v0.3.13
v0.3.12
v0.3.11
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
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
What's Changed
- Bugfix: get_urls() always returning [str]. (Fixes #185). @tehkillerbee
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
- Tidalapi: version bump to v0.8.1 @tehkillerbee
- Bugfix: Reverted auto-login only when AUTO enabled. @tehkillerbee
Full Changelog: v0.3.7...v0.3.8
v0.3.7
What's Changed
- Explicitly set token type when using pkce auth. by @tehkillerbee in #169
- Fix login_oauth_simple args. Formatting by @tehkillerbee in #181
- Tests: Fixed unit tests by @tehkillerbee in #183
- tidalapi version bump to v0.8.0
Full Changelog: v0.3.6...v0.3.7
v0.3.6
- Bugfix: Fix missing images on tracks
- Readme: PKCE logon details added
- Print Mopidy-Tidal, Python-Tidal version info to log
v0.3.5
- 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
(Major thanks to @2e0byo for test suite improvements, @quodrum-glas for inspiration and example code to use HTTP Server for PKCE authentication)