Update README.md
This commit is contained in:
parent
1f89d58a3a
commit
f8e572c181
1 changed files with 18 additions and 2 deletions
20
README.md
20
README.md
|
@ -1,3 +1,19 @@
|
|||
# tidler
|
||||
# TiDLer
|
||||
|
||||
Tidal music downloader based on the hifi-tui API
|
||||
*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
|
||||
|
||||
## 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! :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue