there should be an option for no prompting for the autograbber

Issue #53 resolved
Jason Lewis created an issue

i noticed the autograbber will sometimes prompt to overwrite a file (like if you terminated the program early and it leaves a file behind), however the autograbber shouldn't ever just hang waiting for user input

maybe provide a cli option to never or always overwrite? or some other mechanism to ensure it never hangs waiting for user input?

Comments (5)

  1. delx repo owner

    This prompt is actually coming from ffmpeg. You're right though, it doesn't make sense for the autograbber.

    The simplest thing would be to just unconditionally run ffmpeg -y to overwrite all files for both grabber and autograbber.

    Does that sound reasonable?

  2. Log in to comment