mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
ability to copy all song URI's at once
This commit is contained in:
@@ -98,7 +98,7 @@ cd
|
|||||||
cd Spotify-Downloader/Music
|
cd Spotify-Downloader/Music
|
||||||
sudo nano list.txt
|
sudo nano list.txt
|
||||||
```
|
```
|
||||||
(if you are on windows, just edit list.txt - i.e ```C:\Python27\Music\list.txt```)
|
(if you are on windows, just edit ```list.txt``` - i.e ```C:\Python27\Music\list.txt```)
|
||||||
|
|
||||||
add all the songs you want to download, in our case it is:
|
add all the songs you want to download, in our case it is:
|
||||||
|
|
||||||
@@ -108,10 +108,11 @@ the nights avicci
|
|||||||
21 guns green day
|
21 guns green day
|
||||||
```
|
```
|
||||||
|
|
||||||
◘ Now just run the script and type ```list```, it will automatically start downloading the songs you provided in list.txt
|
◘ Now just run the script and type ```list```, it will automatically start downloading the songs you provided in ```list.txt```.
|
||||||
|
|
||||||
◘ You can stop downloading songs by hitting ```ctrl+c```, the script will automatically resume from the song where you stopped it the next time you want to download the songs using ```list```.
|
◘ You can stop downloading songs by hitting ```ctrl+c```, the script will automatically resume from the song where you stopped it the next time you want to download the songs using ```list```.
|
||||||
|
|
||||||
|
◘ To download all songs in your playlist, just select all the songs ```ctrl+a``` in Spotify desktop app, copy them ```ctrl+c``` and paste ```ctrl+x``` in ```list.txt```.
|
||||||
|
|
||||||
## Brief info on Commands:
|
## Brief info on Commands:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user