Update README.md
This commit is contained in:
parent
2b06f4799e
commit
0cacef6491
1 changed files with 13 additions and 9 deletions
20
README.md
20
README.md
|
@ -8,18 +8,22 @@
|
||||||
## TODO
|
## TODO
|
||||||
- Create install scripts/guides (WIP)
|
- Create install scripts/guides (WIP)
|
||||||
- Migrate from Bash to a POSIX-compliant shell
|
- Migrate from Bash to a POSIX-compliant shell
|
||||||
- Add Cover, and other metadata to vorbis tag (WIP)
|
- Add Cover, and other metadata to vorbis tag (Almost done)
|
||||||
- Lyrics download (WIP)
|
- Lyrics download (WIP)
|
||||||
- Implement search & download for playlists, albums, and artists (WIP)
|
- Implement search & download for playlists, albums, and artists (WIP)
|
||||||
- Support downloading multiple search results
|
- Support downloading multiple search results
|
||||||
- Allow users to choose audio quality (currently defaults to LOSSLESS)
|
- Allow users to choose audio quality (currently defaults to LOSSLESS)
|
||||||
- Add a configuration file (WIP)
|
- Add a configuration file (Done)
|
||||||
- Add default save directory (WIP)
|
- Add default save directory (Done)
|
||||||
- Error handling
|
- Error handling (WIP)
|
||||||
|
|
||||||
## Using
|
## Using
|
||||||
- Download repository: `git clone https://git.medvidek77.tech/Medvidek77/tidler.git && cd tidler`
|
- Download repository:
|
||||||
- (Optional) use unstable version: `git checkout dev`
|
`git clone https://git.medvidek77.tech/Medvidek77/tidler.git && cd tidler`
|
||||||
- Add permissions as root: `chmod +x src/tidler`
|
- (Optional) use unstable version:
|
||||||
- Run: `src/tidler`
|
`git checkout dev`
|
||||||
|
- Add permissions as root:
|
||||||
|
`chmod +x src/tidler`
|
||||||
|
- Run:
|
||||||
|
`src/tidler`
|
||||||
- Enjoy! :)
|
- Enjoy! :)
|
Loading…
Add table
Add a link
Reference in a new issue