Ritiek Malhotra 512cf74def Update README.md
2016-08-24 22:03:21 +05:30
2016-08-24 21:57:04 +05:30
2016-07-19 10:24:35 +05:30
2016-07-19 10:24:35 +05:30
2016-07-19 10:24:35 +05:30
2016-07-19 10:24:35 +05:30
2016-08-24 22:03:21 +05:30
2016-07-19 10:24:35 +05:30
2016-07-19 10:24:35 +05:30

YTMusic

My first GitHub Repository (sorry for any mistakes)

This python script allows downloading songs instantly by just entering the name of the song and the artist.

alt tag

Dependencies:

pip install mechanize
pip install BeautifulSoup4
pip install pafy
pip install spotipy
sudo apt-get install libav-tools

Installation & Usage:

git clone https://github.com/Ritiek/YTMusic
cd YTMusic
sudo python setup.py install

Run it using:

YTMusic

Commands that can be used in the Script:

• play - will play the last song downloaded using default music player
• list - downloads songs from spotify (see below:)
• exit - exit the script

Downloading Music from Spotify:

alt tag

• To download music from spotify, simply copy its HTTP or URI link and paste it in the script.

• You can also copy the songs list (names or HTTP or URI) and create a new text file list.txt in your Music directory and paste the songs list.

cd YTMusic/Music
sudo nano list.txt
[paste your songs here then ctrl+o, enter, ctrl+x]
sudo chmod 777 list.txt

• Use the command list in the script to start downloading the list.

Disclaimer:

Downloading Copyright Music may be illegal in your country. Please support the artists by buying their Music.

Description
Download Spotify playlists from YouTube with albumart and metadata
Readme MIT 1.1 MiB
Languages
Python 99.8%
Dockerfile 0.2%