View Single Post
Old 11-11-2023, 10:41 AM   #47
hillcountryfare
Member
hillcountryfare began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Jul 2023
Device: KPW, Fire Tablet 8
Quote:
Originally Posted by capink View Post
Code:
#!/usr/bin/env python
# ~*~ coding: utf-8 ~*~

__license__ = 'GPL v3'
__copyright__ = '2022, Ahmed Zaki <azaki00.dev@gmail.com>'
__docformat__ = 'restructuredtext en'

{snip}
I'm having an issue with this event where the next step in the action chain fires before the "applying metadata" dialog box / process finishes. If any of my subsequent actions involve metadata, it results in a Calibre dialog box that the metadata has changed. My current workaround is to add a lengthy pause after updating the metadata, but the amount of time the pause varies on the metadata and number of books selected.

To confirm this, I placed a dialog box in the step immediately after updating metadata, and you can see it appears on top of the "applying metadata" box.

I have a copy of the calibre temp folder that was generated during the action chain, and can provide that privately. I also have a video screen recording.
Attached Thumbnails
Click image for larger version

Name:	Applying Changed.png
Views:	368
Size:	62.8 KB
ID:	204661  
hillcountryfare is offline   Reply With Quote