From 8d3a1bb67c11203799c9288d17bb5702e1bf8b42 Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Sat, 16 Jul 2016 00:41:02 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fe3102d..e66715a 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,19 @@ YTMusic # Downloading Music from Spotify: +![Alt text](http://i.imgur.com/m3tQaqn.png "Testing") + 1. To download music from spotify playlists goto http://www.playlist-converter.net/ and login to your spotify account and choose the playlist you want to download. Let it grab the tracks and then click on ```Export to free text```. 2. Copy the songs list and create a new text file ```spotify.txt``` in your Music directory and paste the songs list. +``` +cd YTMusic/Music +sudo nano spotify.txt +[paste your songs here then ctrl+o, enter, ctrl+x] +sudo chmod 775 spotify.txt +``` 3. Use the command ```spotify``` in the script to start downloading the list. # Known bugs: