From d453d88d1d40c5e54af07ceb89c8c18d09cfdb0e Mon Sep 17 00:00:00 2001 From: historia Date: Tue, 25 Aug 2026 20:48:51 -0400 Subject: feat: default save and exit server setting --- app/converter/config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/converter') diff --git a/app/converter/config.py b/app/converter/config.py index 3caa1ab..3727885 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -10,6 +10,10 @@ HEARTBEAT_INTERVAL_SECONDS = 30 # Print "still working" in console logs every N # Words per TTS generation request (client-side chunking). CHUNK_SIZE = 250 +# Default for "Stop server and exit" on the Generate audiobooks form +# (TUI Settings menu: "Default stop server and exit"). +STOP_SERVER_AND_EXIT = False + # Default TTS backend. # audiocpp: audiocpp_server # qwen: qwen-tts-demo -- cgit v1.2.3