-
Notifications
You must be signed in to change notification settings - Fork 215
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
Add argument for downloading songs without creating floder #177
Comments
Yeah! I often download a single tracks rather than playlists, so it would be nice to put just tracks into specified path without wrapping them into an additional folder. |
Yeah this would be really useful. |
@XuliGan4eg2006 @Laar3 @dagolinuxoid where would you prefer to have the file saved? Same place as where you invooked spotify-dl from? |
To a specific directory, which can be specified by passing a parameter with the path |
you can do that currently with |
and he will create a folder with the song, and it is necessary that only the song (without the folder) |
Got it 👍🏼 |
As xuligan said I mean that it should just put the song in the folder without creating a folder Inside that folder fo rthe song. |
@Laar3 makes sense. thanks! |
I'm having an issue where the playlist I'm trying to download has emojis in it so it fails to create the directory. Can I just download it to the dir specified with -o ? |
Unfortunately not, it would try to create a sub-directory with the name of the playlist https://github.com/SathyaBhat/spotify-dl/blob/master/spotify_dl/spotify_dl.py#L80-L81 |
@mrchrisster can you link me to a playlist which has an emoji in it? |
I think forcing a folder creation actually makes it so the overwrite method doesn't work because you're always downloading to an empty file. |
I suggest adding a parameter for downloading tracks without creating a folder and a parameter for a custom track name
The text was updated successfully, but these errors were encountered: