What's New in v1.8.2:
✨ New Features & Enhancements
- Limitless Playlists & Discographies: Implemented a new dynamic API pagination engine (50-item steps) to completely bypass Qobuz restrictions. You can now seamlessly queue and download massive, infinite playlists without hitting the old 50-track bottleneck.
- Smart Resume (No Overwrites): The downloader now intelligently detects existing files on your local drive and automatically skips them. If a massive download gets interrupted, it resumes instantly without wasting time or bandwidth.
- Flawless
.m3uPlaylists: Added strict "Natural Sort" ordering and fixed relative folder paths for generated.m3ufiles, guaranteeing the perfect playback sequence out-of-the-box in any media player. - Resilient Lyrics Engine: Increased the LRCLIB/Genius fetcher timeout to 12s to prevent skipped lyrics when external servers are responding slowly.
🐛 Bug Fixes
- FIX (Artist Pagination Hotfix): Bypassed Qobuz's flawed
albums_countlimitation. The engine now dynamically reads the actual array size, ensuring EPs and Singles are no longer skipped when downloading an entire artist's discography. - FIX (Core/Config): Resolved a critical
KeyError: 'tracknumber'that crashed fresh installations due to an outdated default tracking variable. - FIX (Database Purge): Fixed an
UnboundLocalErrorthat caused the terminal to crash after successfully purging the database with the-pcommand.
What's Changed
New Contributors
Full Changelog: v1.7.0...v1.8.2