diff options
| author | historia <historiavg@proton.me> | 2026-08-17 19:19:25 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-17 19:19:25 -0400 |
| commit | 0ad594aa6497c4d41272e503f33fde2103b96cd6 (patch) | |
| tree | 61c6679616cafa5419c5d4b92e3970957573e346 | |
| parent | 98c592fadf2c7dd7ce7f9d57ec254212a813c350 (diff) | |
| download | tts-audiobook-generator-0ad594aa6497c4d41272e503f33fde2103b96cd6.tar.gz | |
chore(converter): rename input/output directories
| -rw-r--r-- | .gitignore | 8 | ||||
| -rw-r--r-- | input/.gitkeep (renamed from audiobooks/.gitkeep) | 0 | ||||
| -rw-r--r-- | input/test.txt (renamed from book_to_convert/test.txt) | 0 | ||||
| -rw-r--r-- | output/.gitkeep (renamed from book_to_convert/.gitkeep) | 0 |
4 files changed, 4 insertions, 4 deletions
@@ -2,10 +2,10 @@ voices/ chunks/ cache/ logs/ -audiobooks/* -!audiobooks/.gitkeep -book_to_convert/* -!book_to_convert/.gitkeep +output/* +!output/.gitkeep +input/* +!input/.gitkeep # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/audiobooks/.gitkeep b/input/.gitkeep index e69de29..e69de29 100644 --- a/audiobooks/.gitkeep +++ b/input/.gitkeep diff --git a/book_to_convert/test.txt b/input/test.txt index a316be8..a316be8 100644 --- a/book_to_convert/test.txt +++ b/input/test.txt diff --git a/book_to_convert/.gitkeep b/output/.gitkeep index e69de29..e69de29 100644 --- a/book_to_convert/.gitkeep +++ b/output/.gitkeep |
