Quote:
Originally Posted by Nyssa
I may be missing something. It created all of the series collections but did not create any of the author collections that did not have series.
|
It should work. Custom column is certainly the way to go here.
In the plugin, only set your Custom Column to "Create", and set Author/Author Sort/Series to blank.
Create your custom column (probably comma separated like tags) using the template {series:'ifempty($, field('author'))'} which says if the series column is empty use the author column's data, otherwise use the data from the series column (or use 'author_sort' instead of 'author' to do last name first).
Look on the first post under Calibre tips: Custom Column for more variations.