|
|
#31 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Oct 2025
Device: Kobo
|
Thank you so much!
This is working perfectly. |
|
|
|
|
|
#32 |
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
Yeah, thanks for the report.
Diving back into the code was an opportunity to make some additional corrections in addition to the one you reported, so here the new version 0.12.0:
|
|
|
|
|
|
#33 |
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
Version 0.14.0 is here with a big change:
The plugin now also support KEPUB files for working with the feature "Use Kobo viewer for EPUB books" when sending book to your readers. Last edited by un_pogaz; 11-16-2025 at 03:00 PM. |
|
|
|
|
|
#34 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,103
Karma: 1084520
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
|
Cher ami ! Je te laisse les fichiers de traduction espagnole.
|
|
|
|
|
|
#35 |
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
|
|
|
|
|
|
#36 |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
|
Seems like Calibre 9.7 sadly has broken the plugin with how it handles themes and metadata. Got around the theme check, but now it just aborts on write.
I am running the 0.14.5 version of it. |
|
|
|
|
|
#37 | |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
|
Quote:
calibre, version 9.7.0 WARNING: Error while saving: Failed to update metadata in some books, click "Show details" for more information Failed to update the metadata in the EPUB format of: Am I Actually the Strongest?, Vol. 01 by Sai Sumimori, with error: Traceback (most recent call last): File "calibre/customize/ui.py", line 549, in set_file_type_metadata File "calibre_plugins.epub_extended_metadata.writer.__i nit__", line 42, in set_metadata from ..action import write_metadata File "<frozen importlib._bootstrap>", line 1371, in _find_and_load File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 938, in _load_unlocked File "calibre/customize/zipplugin.py", line 219, in exec_module File "calibre_plugins.epub_extended_metadata.action ", line 24, in <module> from .common_utils import GUI, PLUGIN_NAME, debug_print, get_icon, has_restart_pending File "<frozen importlib._bootstrap>", line 1371, in _find_and_load File "<frozen importlib._bootstrap>", line 1342, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 938, in _load_unlocked File "calibre/customize/zipplugin.py", line 219, in exec_module File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 323, in <module> get_icon(entry) ~~~~~~~~^^^^^^^ File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 188, in get_icon return get_icon_cached(icon_name) File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 169, in get_icon_cached pixmap = get_pixmap(icon_name) File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 221, in get_pixmap rslt = from_resources(os.path.join(PLUGIN_NAME, icon_name.split('/', 1)[-1])) File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 204, in from_resources for name in get_icon_themed_names(search_name): ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 149, in get_icon_themed_names theme_name = get_theme_name() File "calibre_plugins.epub_extended_metadata.common_uti ls.__init__", line 136, in get_theme_name return THEME_COLOR[1] if QApplication.instance().is_dark_theme else THEME_COLOR[2] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'is_dark_theme' I just skipped the check in common utils, but that sadly didn't fix it. |
|
|
|
|
|
|
#38 |
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
Hmm, odd. The error occur on something that not part of the plugins. (Technically, is in a plugin file, but QApplication.instance().is_dark_theme is part of top level calibre code, is should work 100%)
Can you share the full error report, and not strip the header (version, OS...)? |
|
|
|
|
|
#39 | |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
|
Quote:
That was the full report it gave me on crash, just pressed copy. Version is Linuxservers Docker, Tag 9.7.0 via Unraid. But tried 9.3.0, 9.0.0 too. I also downloaded release 0.14.3 from GitHub, that doesn't throw the error. |
|
|
|
|
|
|
#40 | |
|
Resident Curmudgeon
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 82,894
Karma: 153071045
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
|
|
|
|
|
|
|
#41 | |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
|
Quote:
Everything installed is listed here: https://github.com/linuxserver/docke...ter/Dockerfile |
|
|
|
|
|
|
#42 | ||
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
Quote:
Quote:
|
||
|
|
|
|
|
#43 | |
|
Junior Member
![]() Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
|
Quote:
Also attached one of the OPFs of one of the ebooks. |
|
|
|
|
|
|
#44 |
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
That make no sense. Thanks for the report, but that make no sense.
This shounld be not occure. At all. btw, this bug occur not strictly in "ePub Extended Metadata" plugin, but in a common libs used on my other plugins, so can you install them to see if it happend too: Comments Cleaner and Mass Search/Replace (we will keep the conversation going here) In the meantime, can you also test this version to see if it work now? |
|
|
|
|
|
#45 |
|
Chalut o/
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
|
Wait, in "Préférence -> Plugins", can you check if the "ePub Extended Metadata" is disable and "ePub Extended Metadata {writer}" is enable?
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [GUI Plugin] Embed Comic Metadata | dickloraine | Plugins | 116 | 11-02-2025 07:01 AM |
| [GUI Plugin] Zotero Metadata Importer | DaltonST | Plugins | 295 | 03-22-2025 09:47 AM |
| [GUI Plugin] Clean Metadata | WS64 | Plugins | 28 | 01-06-2022 08:09 PM |
| Getting custom metadata field in GUI plugin | SauliusP. | Development | 7 | 02-11-2012 01:31 AM |