View Single Post
Old 06-19-2015, 03:23 PM   #314
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,996
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
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.
JimmXinu is offline   Reply With Quote