Tidal music downloader based on the hifi-tui API
Find a file
2025-02-14 22:42:33 +01:00
scripts Add PKGBUILD for ArchLinux 2025-02-14 20:14:15 +01:00
src Add experimental version of album search/download 2025-02-14 22:42:33 +01:00
LICENSE Initial commit 2025-02-14 00:16:35 +01:00
README.md Update README.md 2025-02-14 20:40:18 +01:00

TiDLer

Tidal music downloader based on the hifi-tui API

Requirements

  • jq, bash, curl

TODO

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

Using

  • Download repository: git clone https://medvidek77.tech/Medvidek77/tidler.git && cd tidler
  • (Optional) use unstable version: git checkout dev
  • Add permissions as root: chmod +x src/tidler
  • Run: src/tidler
  • (Alternative) look into scripts/ for install scripts in scripts/
  • Enjoy! :)