@Tenome - from a quick look I actually don't think this is possible based on how the calibre metadata plugin API works. The callback done to each plugin is to the identify() function and the only parameters it passes through are the title, author and identifiers for the book. Not the series.
It would require Kovid to supplement/change his API and I think the chances of that happening for an edge case like this are not likely.
So you will have to put the series information into the title to get any metadata download plugin to work.
|