Quote:
Originally Posted by scruffynerf
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.