-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Pass download directory along with -d
option
#5
Comments
Other option is to write a shell script and move the python spotify-dl -d
mv *.mp3 ~/Music |
Good suggestion, I've had this thought to have it downloaded elsewhere but never got to it. |
Please take a look at this |
Above mentioned method will fail on Linux. Better to interpolate the value On Thu, Jan 28, 2016 at 12:16 PM, Karan Sharma [email protected]
Regards |
I can write another function which will pass the user specified directory to |
Yes. Passing the user supplied option will be better. On Thu, Jan 28, 2016 at 12:43 PM, Karan Sharma [email protected]
Regards |
I have made the changes. Please check this. Sorry about a typo, which has been fixed in later commits. |
-d
option downloads the song in directory from where the command is run. Passing explicit directory option saves time in moving the files post download and cleanup. This will be handy when the command is run from cron job.The text was updated successfully, but these errors were encountered: