Quote:
Originally Posted by Tanjamuse
On AO3, if there are multiple series attached to the same story, it only picks up one of them. Can that be adjusted to pick up both of them?
Here's a link for a story with double-series:
http://archiveofourown.org/works/1691681
|
FanFicFare already fetches multiple series.
See how defaults.ini records series00, series01, series02, series03.
The problem is what to do with them. You can add them to your titlepage with
add_to_titlepage_entries:
Code:
[archiveofourown.org]
add_to_titlepage_entries:,series00,series01,series02,series03,series00Url,series01Url,series02Url,series03Url
But Calibre only allows for one series in it's standard column. For additional series, you'd need to add additional Calibre columns and configure appropriately to populate them.
Code:
add_to_custom_columns_settings:
series01=>#second_series
There is no simple clean answer for this one.