-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Parameter to automatically skip file overwrite when downloading lists #226
Comments
The thing is before the metadata step is completed, it is hard to determine whether the file that is being downloaded is already in the directory. Add to that the complexity of users wanting to download music in their own way (creating directory with album name, artist and then the song) etc. A quick fix for this is to use the At this point, Let me know if that is a feature you'd find useful! |
this can be in config to overwrite or skip or prompt as optoin. So instead of maintating list to skip or not its just a settings to configure to either overwtite skip or promp and user configurable. |
Okay, a simple flag that will disable the overwrite prompt is doable. I will add support for this in both as a flag and as a config value. |
Yes. Sometimes I just wanna download the playlist silently, without need to be awake just tu punch y/n. |
This is already supported using the The prompt shows up because ytmdl searches locally for the song before downloading it and accordingly prompts the user to confirm if they want to continue. Using the above flag, that behaviour is disabled. |
Sounds like a very useful idea. |
Feature Request
Checklist
Description
It occurred to me that in the process of downloading a complete youtube playlist, the download stops for various reasons. Then, after the restart it always asks for overwrite confirmation for each file that was already downloaded. An option to default overwrite to y or n without user prompt would be good.
The text was updated successfully, but these errors were encountered: