View Single Post
Old 08-11-2021, 10:38 AM   #1
itcpinu82
Junior Member
itcpinu82 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Aug 2021
Device: none
Metadata lookup via calibre python library?

Hi

I look for a way to lookup metadata (exactly the same like with the cli tool fetch-ebook-metadata) but directly in Python code trough a library call like e.g.

metadata = get_metadata(isbn='9780133591620')

And then in metadata I have a dict with all the key/value pairs retreived via a normal plugin lookup (as with fetch-ebook-metadata).

Is that somehow possible?

Thanks in advance for your help...
itcpinu82 is offline   Reply With Quote