tidler/README.md
2025-02-14 00:28:21 +01:00

20 lines
581 B
Markdown

# TiDLer
*Tidal music downloader based on the hifi-tui API*
## Requirements
- `jq`, `bash`, `curl`
## TODO
- Migrate from Bash to a POSIX-compliant shell
- 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`
- Add permissions as root: `chmod +x src/tidler`
- Run: `src/tidler`
- Enjoy! :)