Skip to content
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

Feature suggestion: overwrite protection #13

Open
iconoclasthero opened this issue Nov 12, 2023 · 2 comments
Open

Feature suggestion: overwrite protection #13

iconoclasthero opened this issue Nov 12, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@iconoclasthero
Copy link

I like how ffmpeg protects previous output insofar as it prompts to overwrite, but gives you the option of passing -n to not overwrite (very helpful in scripts!) or -y to overwrite.

@p0n1 p0n1 added the enhancement New feature or request label Nov 13, 2023
@p0n1
Copy link
Owner

p0n1 commented Nov 13, 2023

Good suggestion. Will try to add this.

@iconoclasthero
Copy link
Author

iconoclasthero commented Nov 13, 2023

I mean, at the end of the day, you definitely do not want to over write someoneone's openai tts product they paid for!

since I'm using that wrapper anyway, i could work with something that just forced it to skip overwriting existing files (i.e., ffmpeg -n), I can just put that in the python3 call in the short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants