When a book doesn't have a cover, I like to use the calibre-generated one, but if the book is part of a series (the default subtitle template shows the series) then the cover is off.
The series manually set in callibre is respected.
The cover generated by FFF evaluates the subtitle to: "series [series_index] - 0"
The cover generated immediately afterward by calibre ==> Edit metadata evaluates the subtitle to: "series - formatted_series_index" (uses roman numerals)
So it looks like a) it is including the series_index in the value of the series itself, and b) it isn't using the usual template (either the default or the user-set one)
|