1.Extract the mp3.tar.xz and put it in your ~/home or ~/.local/scripts directory
2. Open your terminal run this commands #RUN: cd ~/mp3 mv ~/mp3/getMusic.sh ~/.local/bin chmod +x ~/.local/bin/getMusic.sh
##How to use:
1. To download any music open the terminal and run this command #RUN: getMusic.sh
2. Now, this will prompt you a vim file, copy the links of the youtube videos which you want to download as mp3. 4. it will check if the video from the link has been already downloaded or not, if not downloaded then it will download the video convert it to mp3 format delete the video and put the *.mp3 into your ~/Music directory.
##Warning: Do not remove any .txt file from the ~/mp3 directory.
9Thank you, simple and good! But some people don't have pacman... maybe put sudo (___) or three varieties - etc. So new users know they can get needed dependencies. Good job though!!
Ratings & Comments
2 Comments
9 Thank you, simple and good! But some people don't have pacman... maybe put sudo (___) or three varieties - etc. So new users know they can get needed dependencies. Good job though!!
Just combined two useful tools. Thank you for the suggestion, updated the description.