diff options
| author | historia <historiavg@proton.me> | 2026-08-17 19:39:31 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-17 19:39:31 -0400 |
| commit | 68ee76514a98169a5e7a075648b70ab40417fbdf (patch) | |
| tree | 906f9fb856eb1e66a26af0b57f5d65462b7977b1 /audiobook_converter.py | |
| parent | b80fa9db6bab6cdb2856874b606a93149cfc1af2 (diff) | |
| download | tts-audiobook-generator-68ee76514a98169a5e7a075648b70ab40417fbdf.tar.gz | |
fix(converter): make m4b a single file with embedded chapters
Diffstat (limited to 'audiobook_converter.py')
| -rw-r--r-- | audiobook_converter.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audiobook_converter.py b/audiobook_converter.py index 783a3ce..36bd5c2 100644 --- a/audiobook_converter.py +++ b/audiobook_converter.py @@ -86,8 +86,9 @@ Examples: parser.add_argument( "--single-file", action="store_true", - help=("Combine all chapters into a single output file. By default books with " - "chapters (e.g. EPUB) are converted to one file per chapter.") + help=("Combine all chapters into a single mp3. By default books with " + "chapters (e.g. EPUB) are converted to one mp3 per chapter. " + "Ignored for m4b, which is always a single file.") ) args = parser.parse_args() |
