mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
📝 cleanup README
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Tidal Downloader
|
||||
|
||||
TIDDL is the Python CLI application that allows downloading Tidal tracks.
|
||||
Fully typed, only 2 requirements.
|
||||
TIDDL is Python CLI application that allows downloading Tidal tracks.
|
||||
|
||||

|
||||

|
||||
@@ -19,41 +18,9 @@ Install package using `pip`
|
||||
pip install tiddl
|
||||
```
|
||||
|
||||
After installation you can use `tiddl` to set up auth token
|
||||
# Usage
|
||||
|
||||
```bash
|
||||
$ tiddl
|
||||
> go to https://link.tidal.com/xxxxx and add device!
|
||||
authenticated!
|
||||
token expires in 7 days
|
||||
```
|
||||
|
||||
Use `tiddl -h` to show help message
|
||||
|
||||
# CLI
|
||||
|
||||
After authentication - when your token is ready - you can start downloading!
|
||||
|
||||
You can download `tracks` `albums` `playlists` `artists albums`
|
||||
|
||||
- `tiddl -s -q high` sets high quality as default quality
|
||||
- `tiddl <input>` downloads with high quality
|
||||
- `tiddl <input> -q master` downloads with best possible quality
|
||||
- `tiddl 284165609 -p my_folder -o "{artist} - {title}"` downloads track to `my_folder/{artist} - {title}.flac`
|
||||
- `tiddl track/284165609 -p my_folder -o "{artist} - {title}" -s` same as above, but saves `my_folder` as default download path and `{artist} - {title}` as default file format
|
||||
|
||||
### Valid input
|
||||
|
||||
- 284165609 (will treat this as track id)
|
||||
- https://tidal.com/browse/track/284165609
|
||||
- track/284165609
|
||||
- https://listen.tidal.com/album/284165608/track/284165609
|
||||
- https://listen.tidal.com/album/284165608
|
||||
- album/284165608
|
||||
- https://listen.tidal.com/artist/7695548
|
||||
- artist/7695548
|
||||
- https://listen.tidal.com/playlist/803be625-97e4-4cbb-88dd-43f0b1c61ed7
|
||||
- playlist/803be625-97e4-4cbb-88dd-43f0b1c61ed7
|
||||
** In progress **
|
||||
|
||||
### File formatting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user