Skip to content

Releases: exislow/tidal-dl-ng

v0.23.0

16 Dec 13:48
Compare
Choose a tag to compare

What's Changed

✨ Items can be symlinked to track folder.
✨ Playlist can be created for downloaded albums, mixes, UserPlaylists etc. Fixes #108 by @exislow in #282

With these both option you can create virtual playlists, with linked items to a central track folder. Thus, you can avoid duplicate tracks across your folders.

Full Changelog: v0.22.0...v0.23.0

v0.22.0

15 Dec 22:39
Compare
Choose a tag to compare

What's Changed

  • ✨ Album track number padding can be set. Fixes #142 by @exislow in #280
  • ✨ Multithreaded downloads implemented (for Playlists, Albums etc.). Fixes #180 by @exislow in #281

Full Changelog: v0.21.4...v0.22.0

v0.21.4

13 Dec 09:40
Compare
Choose a tag to compare

👷 Typer updated to v0.15.1
👷 Removed unnecessary Qt import.
🛠️ Fixed .get_stream() not available for videos. Fixes #267
🛠️ Fixed track volume number gets omitted on CDn-1. Fixes #151

Full Changelog: v0.21.2...v0.21.4

v0.21.2

30 Nov 09:32
Compare
Choose a tag to compare

✨ Login method was changed to device authorization. PKCE login disabled.
✨ Reverted tidalapi workaround for file extension bug fix.
✨ ReplayGain information added to metadata. Fixes #240

Full Changelog: v0.20.3...v0.21.2

v0.20.3

14 Nov 14:11
Compare
Choose a tag to compare

🛠️ Fixed segment id calculation for BTS tracks. #232
🛠️ Fixed GUI crash on trailing / leading spaces in search terms.

Full Changelog: v0.20.2...v0.20.3

v0.20.2

14 Nov 12:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.1...v0.20.2

v0.20.1

13 Nov 12:46
Compare
Choose a tag to compare

What's Changed

  • Update gui.py - misspell by @fire1ce in #140
  • Autodetect ffmpeg path if not present in configuration by @maya-doshi in #143
  • Feature/package update by @exislow in #212
  • Update tidalapi by @exislow in #213
  • Fixed bad logger call. Fixes #184 by @exislow in #214
  • Bug fix: Pagination for user playlists loading more than 50 items now… by @exislow in #215
  • #141 Bug when XDG_CONFIG_HOME is set config dir is ignored and new config generated in config/.config/tidal-dl-ng by @exislow in #216
  • PKCE login is no longer required for HI_RES_LOSSLESS. Fixes #153 by @exislow in #217
  • Fix: Short tracks won't cause an error on download. No infinity download loop by @exislow in #220
  • If login fails token.json will be removed, so the user can have a fresh start by @exislow in #221
  • Fix: Replace {artist_name} only on Track / Video basis. Fixes #171 by @exislow in #222
  • {track_volume_num_optional} and {track_volume_num_optional_CD} added by @exislow in #223
  • Fix: {album_artist} is now emitting only the album artist by @exislow in #224
  • Capitalized FLAC metadata tags. by @exislow in #225
  • Gui enhancement by @exislow in #226
  • ✨ Track segments are downloaded simultaneously, which results in a huge speed increase by @exislow in #227
  • #196 Faster file skips (without download delay) by @exislow in #229
  • tidalapi and dependent code was updated. by @exislow in #230
  • 🛠️ Bug fix on importing constants.

New Contributors

Full Changelog: v0.15.6...v0.20.1

v0.20.0

13 Nov 12:31
Compare
Choose a tag to compare

What's Changed

  • Update gui.py - misspell by @fire1ce in #140
  • Autodetect ffmpeg path if not present in configuration by @maya-doshi in #143
  • Feature/package update by @exislow in #212
  • Update tidalapi by @exislow in #213
  • Fixed bad logger call. Fixes #184 by @exislow in #214
  • Bug fix: Pagination for user playlists loading more than 50 items now… by @exislow in #215
  • #141 Bug when XDG_CONFIG_HOME is set config dir is ignored and new config generated in config/.config/tidal-dl-ng by @exislow in #216
  • PKCE login is no longer required for HI_RES_LOSSLESS. Fixes #153 by @exislow in #217
  • Fix: Short tracks won't cause an error on download. No infinity download loop by @exislow in #220
  • If login fails token.json will be removed, so the user can have a fresh start by @exislow in #221
  • Fix: Replace {artist_name} only on Track / Video basis. Fixes #171 by @exislow in #222
  • {track_volume_num_optional} and {track_volume_num_optional_CD} added by @exislow in #223
  • Fix: {album_artist} is now emitting only the album artist by @exislow in #224
  • Capitalized FLAC metadata tags. by @exislow in #225
  • Gui enhancement by @exislow in #226
  • ✨ Track segments are downloaded simultaneously, which results in a huge speed increase by @exislow in #227
  • #196 Faster file skips (without download delay) by @exislow in #229
  • tidalapi and dependent code was updated. by @exislow in #230

New Contributors

Full Changelog: v0.15.6...v0.20.0

v0.15.6

16 Jun 14:34
Compare
Choose a tag to compare

👷 Dependency updates.
👷 Enable macOS M1 build.
👷 Increased chunk size of the downloader.
👷 Pagination enabled for playlists. Fixes #131
🛠️ Apply filter for results with children. Fixes #130
✨ {album_id} can be used for track naming. Fixes #123

Full Changelog: v0.15.4...v0.15.6

v0.15.4

06 Jun 20:07
Compare
Choose a tag to compare

🛠️ Correct FFmpeg path is being used. Fixes #117

Full Changelog: v0.15.3...v0.15.4