Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Plugins

Notices

Reply
 
Thread Tools Search this Thread
Old 10-17-2025, 12:09 PM   #31
shikamer
Junior Member
shikamer began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Oct 2025
Device: Kobo
Thank you so much!
This is working perfectly.
shikamer is offline   Reply With Quote
Old 10-17-2025, 02:42 PM   #32
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
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:
  • Prevent to use 'Embed "authors (Authors)" column' at the same time that a a explicit contributor/column pairs that use the type "Authors"
    • Previously, it silently disable it
  • Improve parsing and reading of "dc:creator" tags
  • fix: support multipe "marc:relators" for a single "dc:contributor" tag
un_pogaz is offline   Reply With Quote
Old 11-16-2025, 02:45 PM   #33
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
Version 0.14.0 is here with a big change:
  • Support of ePub3 title properties (subtitle, edition, ...)
Finaly, the WIP ePub3 tab was replaced by something that is functional.

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.
un_pogaz is offline   Reply With Quote
Old 11-16-2025, 05:50 PM   #34
dunhill
Wizard
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
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.
Attached Files
File Type: zip translations spanish.zip (38.1 KB, 17 views)
dunhill is offline   Reply With Quote
Old 11-17-2025, 02:38 AM   #35
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
Quote:
Originally Posted by dunhill View Post
Cher ami ! Je te laisse les fichiers de traduction espagnole.
And done. Merci.
un_pogaz is offline   Reply With Quote
Old 04-12-2026, 05:39 PM   #36
Saetron
Junior Member
Saetron began at the beginning.
 
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.
Saetron is offline   Reply With Quote
Old 04-12-2026, 05:52 PM   #37
Saetron
Junior Member
Saetron began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
Quote:
Originally Posted by Saetron View Post
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.
That's the error message I am getting first:
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.
Saetron is offline   Reply With Quote
Old 04-13-2026, 12:48 PM   #38
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
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...)?
un_pogaz is offline   Reply With Quote
Old 04-13-2026, 02:26 PM   #39
Saetron
Junior Member
Saetron began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
Quote:
Originally Posted by un_pogaz View Post
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...)?
Thanks for the fast response!

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.
Saetron is offline   Reply With Quote
Old 04-13-2026, 06:30 PM   #40
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
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:
Originally Posted by Saetron View Post
Thanks for the fast response!

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.
Are you running an installed calibre from the official website or is this a repository install? A lot of repository installs are broken. So if you are, do an official calibre install.
JSWolf is offline   Reply With Quote
Old Yesterday, 02:51 AM   #41
Saetron
Junior Member
Saetron began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
Quote:
Originally Posted by JSWolf View Post
Are you running an installed calibre from the official website or is this a repository install? A lot of repository installs are broken. So if you are, do an official calibre install.
Source image is build from the Calibre website.
Everything installed is listed here:
https://github.com/linuxserver/docke...ter/Dockerfile
Saetron is offline   Reply With Quote
Old Yesterday, 03:42 AM   #42
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 673
Karma: 720026
Join Date: Dec 2017
Device: Kobo
Quote:
Originally Posted by Saetron View Post
Thanks for the fast response!

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.
Thanks, but just drop the full log and not snippet. You don't know wich data your remove will be usefull for me.

Quote:
Originally Posted by Saetron View Post
Source image is build from the Calibre website.
Everything installed is listed here:
https://github.com/linuxserver/docke...ter/Dockerfile
Seem to be a correct wrapper of the official install. Can you unintall your docker version and use only the official install on the website to be sure the issue not come from here?
un_pogaz is offline   Reply With Quote
Old Yesterday, 04:53 AM   #43
Saetron
Junior Member
Saetron began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Jun 2025
Device: Onyx Boox Tab Mini C
Quote:
Originally Posted by un_pogaz View Post
Thanks, but just drop the full log and not snippet. You don't know wich data your remove will be usefull for me.

I pressed the copy button here, the debug log file is empty!? Or are the logs save somewhere else? Attached the debug-log anyways. Docker install doesnt have Obok.

Seem to be a correct wrapper of the official install. Can you unintall your docker version and use only the official install on the website to be sure the issue not come from here?
Tried it just now on Windows 11 with Calibre 9.7, same issue. Also tried a new DB, same issue.

Also attached one of the OPFs of one of the ebooks.
Attached Thumbnails
Click image for larger version

Name:	Screenshot 2026-04-14 103340.png
Views:	8
Size:	162.3 KB
ID:	222530  
Attached Files
File Type: txt calibre-debug-log.txt (4.3 KB, 1 views)
File Type: txt calibre-error-win.txt (1.9 KB, 1 views)
File Type: opf book.opf (51.5 KB, 1 views)
Saetron is offline   Reply With Quote
Old Yesterday, 07:44 AM   #44
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
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?
Attached Files
File Type: zip ePub Extended Metadata-0.14.5.100.zip (809.7 KB, 1 views)
un_pogaz is offline   Reply With Quote
Old Yesterday, 07:50 AM   #45
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
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?
un_pogaz is offline   Reply With Quote
Reply


Forum Jump

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


All times are GMT -4. The time now is 02:12 AM.


MobileRead.com is a privately owned, operated and funded community.