diff --git a/README.md b/README.md index 5ede12d..2fb1642 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Options: --password Soulseek password --spotify Download a spotify playlist - --spotify-id Your spotify client id (in case the default one failed) - --spotify-secret Your spotify client secret (in case the default one failed) + --spotify-id Your spotify client id + --spotify-secret Your spotify client secret --csv Use a csv file containing track info to download --artist-col Specify if the csv file contains an artist name column @@ -54,8 +54,9 @@ slsk-batchdl.exe -p "C:\Users\fiso64\Music\Playlists" --csv "C:\Users\fiso64\Dow ``` Download spotify playlist and create m3u: ``` -slsk-batchdl.exe --spotify -p "C:\Users\fiso64\Music\Playlists" --m3u "C:\Users\fiso64\Documents\MusicBee\Playlists" --music-dir "C:\Users\fiso64\Music" --username "fakename" --password "fakepass" --skip-existing --pref-format "flac" +slsk-batchdl.exe --spotify -p "C:\Users\fiso64\Music\Playlists" --m3u "C:\Users\fiso64\Documents\MusicBee\Playlists" --music-dir "C:\Users\fiso64\Music" --username "fakename" --password "fakepass" --skip-existing --pref-format "flac" --spotify-id "12894214" --spotify-secret "2094234823" ``` +As of right now you must provide an id and secret when using spotify (which you can get here https://developer.spotify.com/dashboard/applications, under "Create an app"). The throwaway I made was immediately disabled after I pushed to github. ## Notes: - The console output tends to break after a while