Merge version 0.3.0 from dev
This commit is contained in:
commit
af36446526
6 changed files with 357 additions and 21 deletions
45
README.md
45
README.md
|
@ -2,23 +2,60 @@
|
|||
|
||||
*Tidal music downloader based on the hifi-tui API*
|
||||
|
||||
### https://github.com/sachinsenal0x64/Hifi-Tui
|
||||
|
||||
## Requirements
|
||||
<<<<<<< HEAD
|
||||
- `bash`, `curl`, `jq`, `awk`
|
||||
=======
|
||||
- `bash`, `curl`, `jq`, `awk`, `flac`
|
||||
>>>>>>> dev
|
||||
|
||||
## TODO
|
||||
- Create install scripts/guides
|
||||
- Create install scripts/guides (WIP)
|
||||
- Migrate from Bash to a POSIX-compliant shell
|
||||
<<<<<<< HEAD
|
||||
- Add vorbis tags
|
||||
- Lyrics download
|
||||
- Implement search & download for playlists, albums, and artists
|
||||
=======
|
||||
- Add Cover, and other metadata to vorbis tag (Almost done)
|
||||
- Lyrics download (WIP)
|
||||
- Implement search & download for playlists, albums, and artists (WIP)
|
||||
>>>>>>> dev
|
||||
- Support downloading multiple search results
|
||||
- Allow users to choose audio quality (currently defaults to LOSSLESS)
|
||||
- Add a configuration file
|
||||
- Add default save directory
|
||||
- Add a configuration file (Done)
|
||||
- Add default save directory (Done)
|
||||
- Error handling (WIP)
|
||||
|
||||
## Using
|
||||
<<<<<<< HEAD
|
||||
- Download repository: `git clone https://git.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`
|
||||
- Enjoy! :)
|
||||
- Enjoy! :)
|
||||
=======
|
||||
- Download repository:
|
||||
```
|
||||
git clone https://git.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
|
||||
```
|
||||
|
||||
- Enjoy! :)
|
||||
>>>>>>> dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue