xxyzz / WordDumb

A calibre plugin that generates Kindle Word Wise and X-Ray files for KFX, AZW3, MOBI and EPUB eBook.
https://xxyzz.github.io/WordDumb/
GNU General Public License v3.0
376 stars 19 forks source link

Epub generation with disabled POS seems to be broken #199

Closed Vuizur closed 6 months ago

Vuizur commented 6 months ago

Checkboxes

Describe the bug

When unticking the "Use POS" option, the epub generation currently seems to not be working. It doesn't insert any ruby tags, and while it inserts hyperlinks for the words to be defined, they are apparently broken.

I tested the disabled "Use POS" option last time on 24.02., and back then it worked flawlessly.

Operating System name and version

Windows 10

Python version

3.12

calibre version

7.5.1

WordDumb plugin version

newest master commit

Error message

-

Plugin settings and reproduce steps

Disabling "Use Pos", and then creating "Word Wise" for any book.

Generated files, screenshots or videos

Viechnyi muzh (260).zip (This is a public domain stressed Russian book, but I also got the same result with a normal French book.

xxyzz commented 6 months ago

Please check the latest master branch commit, this bug should be fixed now.

Vuizur commented 6 months ago

Awesome, it really is fixed. Thanks a lot!