From 0d2ee00fba657f5c0a8456ef3262c438d6da94e6 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 9 Oct 2021 15:53:36 +0500 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ebe7bd9..b44affb 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,26 @@ # syair-lyrics-fetch 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 ## Getting started. ### Requriements -`curl` `jq` `pup` -``` -pkg install curl jq pup -``` +`curl` `jq` `pup` `ncurses-utils` - 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 +``` - -### Run the script with song name as arugment +### fetch-lyrics.sh - Run the script with song name as arugment eg: `./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`