Update README.md

This commit is contained in:
Shihaam Abdul Rahman
2021-10-09 15:53:36 +05:00
committed by GitHub
parent 137532cb0d
commit 0d2ee00fba

View File

@@ -1,17 +1,26 @@
# syair-lyrics-fetch # syair-lyrics-fetch
Fetch Lyrics from syair.info and Save to Retro Music Lyrics Folder Fetch Lyrics from syair.info and Save to Retro Music Lyrics Folder
![screenshot.png](screenshot.png)
This script is meant to run on Android Termux This script is meant to run on Android Termux
## Getting started. ## Getting started.
### Requriements ### Requriements
`curl` `jq` `pup` `curl` `jq` `pup` `ncurses-utils`
```
pkg install curl jq pup
```
- Make SURE they are installed before continuing! - Make SURE they are installed before continuing!
- Give storage permisson for termux so that it can look for songs and write on lyrics folder.
- Clone repo, cd into repo dir and give it executable permissons
```
pkg install curl jq pup ncurses-utils
git clone https://github.com/shihaamabr/syair-lyrics-fetch
cd syair-lyrics-fetch
chmod +x *.sh
```
### fetch-lyrics.sh - Run the script with song name as arugment
### Run the script with song name as arugment
eg: eg:
`./fetch-lyrics.sh "Not a Damn Thing Changed"` `./fetch-lyrics.sh "Not a Damn Thing Changed"`
### fetch-lyrics-all.sh - Run and watch it fetch lyrics and place them in Retro Music dir
`./fetch-lyrics-all.sh`