mfrasca / txt2epub

create a epub file from a set of text files
47 stars 11 forks source link

Chapter file ignored if its filename contains parentheses #21

Closed thieman closed 10 years ago

thieman commented 10 years ago

This silently fails to add the file to the book, instead placing a .html file in the index.

thieman commented 10 years ago

This seems to be more complex than this. Closing until I can provide a minimal case. My current theory is that filename parsing becomes very fragile if the filenames do not end with .txt.

mfrasca commented 10 years ago

most of this piece of software is very fragile! it works for me, in most cases, and I made it public because I hope it can serve others as well. when I find a case that does not work, I open an issue and fix it. there are cases where it's easier to fix the data than the software! :smile: