Tidal music downloader based on the hifi-tui API
Find a file
2025-04-21 17:51:58 +02:00
scripts Update scripts/ArchLinux/PKGBUILD-git 2025-04-20 11:26:56 +02:00
src Updated shebang and added multiple album download 2025-04-21 17:51:58 +02:00
LICENSE Initial commit 2025-02-14 00:16:35 +01:00
README.md Update README.md 2025-04-20 11:31:31 +02:00

TiDLer

Tidal music downloader based on the hifi-tui API

Based on hifi-tui

Requirements

  • bash, curl, jq, awk, flac

TODO

  • Create install scripts/guides (WIP)
  • Migrate from Bash to a POSIX-compliant shell
  • Add Cover, and other metadata to vorbis tag (Almost done)
  • Lyrics download (Almost done)
  • Implement search & download for playlists, albums, and artists (WIP)
  • Support downloading multiple search results
  • Allow users to choose audio quality (currently defaults to LOSSLESS)
  • Add a configuration file (Done)
  • Add default save directory (Done)
  • Error handling (WIP)

Using

  • Download repository:
git clone https://git.medvidek77.tech/Medvidek77/tidler.git && cd tidler
  • (Optional) use unstable version:
git checkout dev
  • Run:
src/tidler
  • Enjoy! :)