Just working TIDAL Downloader written in Rust
Now it's on development stage and contains unexpected bugs.
- Concurrent Download
- Download Music
- Support ID3 Tags
- Support Track, Album, Playlist URL
- Configurable settings
- (Partial) Support M4A/AAC (Metadata not supported yet)
- Support 50 < files download (due to API limit)
- Refresh session token
- Improve code quality
- Clone this repository
cargo run <URL1> <URL2> ...
You can change settings by modifying .tdlrs.json
located in current directory
Value | Quality |
---|---|
LOW, HIGH | AAC |
LOSSLESS | FLAC |
HI_RES | MQA |
Value | Result |
---|---|
String type | custom download path |
Value | Result |
---|---|
true | Save cover.jpg |
false | Don't save cover.jpg |
Value | Result |
---|---|
true | Check existing file before downloading |
false | Don't check existing file |