View Single Post
Old 11-05-2024, 11:30 AM   #8
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,427
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by scruffynerf View Post
I'd like to, but I didn't see a good plugin doing anything like that to use as a model... ideas?
Dont write a metadata fetching plugin since your plugin is basically a kind of tag correcting/expanding/filtering plugin write it as a UI plugin. Iterate over the selected books get their metadata from the database, feed it to llm, and update the tags in the database from the result. There are many plugins that work with database data for example, clean metadata/clean comments.
kovidgoyal is offline   Reply With Quote