diff options
| author | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-27 17:46:02 -0400 |
| commit | 2a9a78dd1caec0811ed2640b28375890ee96e4cc (patch) | |
| tree | 6aebbb503a98eb035015ff56e51d4ccc4f4a395e /app/backends/__init__.py | |
| parent | cef2352a5e81b272d067c2c02eb9588e54edfcfd (diff) | |
| download | tts-audiobook-generator-2a9a78dd1caec0811ed2640b28375890ee96e4cc.tar.gz | |
feat: help menu in tui
Diffstat (limited to 'app/backends/__init__.py')
| -rw-r--r-- | app/backends/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/backends/__init__.py b/app/backends/__init__.py index 8c9f045..89d95e2 100644 --- a/app/backends/__init__.py +++ b/app/backends/__init__.py @@ -6,7 +6,7 @@ command it prints once configured. This package aggregates them into a single registry so ``audiobook.py``'s TUI hub and future tools can iterate backends without hardcoding their names: ``backends.detect_all()`` reports which are set up (and whether their server is currently running), and the registry -drives the hub's "Configure backends" menu. +drives the hub's "Configure Backends" menu. The registry is built lazily on the first call to ``get``/``detect_all``/ ``detect`` (not at package import time), because the backend modules pull @@ -163,7 +163,7 @@ class BackendInfo: UPDATE refreshes the installed backend to the latest upstream version (pip -U / git fetch+reset, rebuilding where a binary must match the sources); same calling convention as UNINSTALL. Without UPDATE a - backend is skipped by the hub's "Update backends" action. + backend is skipped by the hub's "Update Backends" action. CONFIGURE_SCREEN, when given, is what the hub's "Configure <label>" menu entry runs instead of SETUP_SCREEN once the backend exists — a |
