aboutsummaryrefslogtreecommitdiff
path: root/app/converter
diff options
context:
space:
mode:
authorhistoria <historiavg@proton.me>2026-08-25 20:48:51 -0400
committerhistoria <historiavg@proton.me>2026-08-25 20:48:51 -0400
commitd453d88d1d40c5e54af07ceb89c8c18d09cfdb0e (patch)
treeaaf99573d0380c57174ca1ec5437e09e26fece37 /app/converter
parentf3f7bb98e4bc969a17fba71294177819fbbbd070 (diff)
downloadtts-audiobook-generator-d453d88d1d40c5e54af07ceb89c8c18d09cfdb0e.tar.gz
feat: default save and exit server setting
Diffstat (limited to 'app/converter')
-rw-r--r--app/converter/config.py4
1 files changed, 4 insertions, 0 deletions
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