From c8d3e725db604e6d98de83a09b420225363b1bc7 Mon Sep 17 00:00:00 2001 From: Ritiek Date: Wed, 6 Jul 2016 23:37:31 +0530 Subject: [PATCH] YTMusic --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e3c4b2 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +This little python script allows downloading songs from youtube by just entering the name of the song +and the artist in .m4a extension. + + +COMMANDS YOU CAN USE IN THE SCRIPT: + +1. dir - will open your Music folder directory +2. play - will play the last song downloaded using default music player +3. gg - exit the script +4. spotify - downloads songs from spotify playlist (see below:) + + +DOWNLOADING MUSIC FROM SPOTIFY: + +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. +3. Use the command 'spotify' in the script to start downloading the list. + +KNOWN BUGS (pls help me fix them): + +1. Fails to download songs containing accents (that is, characters like 'Ø' in song like 'BØRNS Seeing Stars') +in the Youtube's video title. \ No newline at end of file