Custom columns not being set when adding books programmatically
I was testing an idea for programmatically adding books to a Calibre library and encountered a problem with custom columns.
I'm using mi.set('#subtitle', Subtitle) - following this with mi.get('#subtitle') shows the data is being set correctly - but this is not being 'carried over' into the library metadata.
This is a 'standalone' script run using calibre-debug, not a plugin.
Is this related to the metadata plugin issue I've seen mentioned elsewhere or something I'm doing wrong?
|