p0n1 / epub_to_audiobook

EPUB to audiobook converter, optimized for Audiobookshelf
MIT License
1.16k stars 119 forks source link

Add webui #24

Open dynm opened 1 year ago

dynm commented 1 year ago
image
pepijnmm commented 11 months ago

Works great! also nice that you don't have to fiddle with the environmental variables for the api keys. One thing to note that should maybe be added is to create the "Output Folder Path" if it doesn't exist. as in if it doesn't exist it also can't create the error log. Other than that just curious. why can't we change the output folder path?

dynm commented 11 months ago

The reason is that I initially designed this with Docker in mind, using file volume mapping to the output folder path, so I didn't consider the need to modify this path. In future versions, I will add the functionality to change the path.