mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Update README.md
This commit is contained in:
@@ -45,11 +45,19 @@ YTMusic
|
||||
|
||||
# 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.
|
||||
```
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user