aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
433 stars 43 forks source link

Check for output file before starting work #175

Closed aedocw closed 6 months ago

aedocw commented 6 months ago

Right now epub2tts will read an entire book and as the very last step before creating the final m4b output file, it checks to see if it would be overwriting a file and if so, it gives you a y/n option to overwrite. This check should happen right at startup, before any work is done.