Register Guidelines E-Books Search Today's Posts Mark Forums Read

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: 666
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: 666
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: 666
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 Today, 05:39 PM   #36
Saetron
Junior Member
Saetron began at the beginning.
 
Posts: 3
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 Today, 05:52 PM   #37
Saetron
Junior Member
Saetron began at the beginning.
 
Posts: 3
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
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 11:16 PM.


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