aedocw / epub2tts

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

Add chapter breaks in text file if lines with "# " are found #164

Closed aedocw closed 6 months ago

aedocw commented 6 months ago

Break into new chapter each time a line beginning with "# " is found. Later, this should be expanded to use whatever is after the # to be the chapter title in metadata rather than "Part 1", "Part 2", etc.