Quote:
Originally Posted by HowWouldIKnow
Literotica:
Can I somehow add the Series to Calibre like AO3 does?
|
Literotica 'Series' are used in FFF to define an individual story with multiple chapters. FFF doesn't have a way to automatically fill anything for the Series column for Literotica stories.
If there's a separate 'series' mechanism, you can send me a PM (MR doesn't like NSFW links posted) with some story URLs that demonstrate it and I'll look at it.
Quote:
Originally Posted by HowWouldIKnow
HOw do I have to write my .ini so that the Summary is last and not before eroticatags?
|
You have to replace
titlepage_entries instead of add to it:
Code:
[literotica.com]
titlepage_entries: seriesHTML,category,genre,language,characters,ships,status,datePublished,dateUpdated,dateCreated,rating,warnings,numChapters,numWords,publisher,eroticatags,description
Quote:
Originally Posted by HowWouldIKnow
Archive of our Own
Can I remove the Authors note?
Is there an way to get the Kudos/Hits/Bookmarks?
|
Yes, AO3 adapter can remove different notes and does collect kudos, hits and bookmarks counts. From defaults.ini:
Code:
[archiveofourown.org]
## AO3 chapters can include several different types of notes. We've
## traditionally included them all in the chapter text, but this allows
## you to customize which you include. Copy this parameter to your
## personal.ini and list the ones you don't want.
#exclude_notes:authorheadnotes,chaptersummary,chapterheadnotes,chapterfootnotes,authorfootnotes,inspiredlinks
## adds to titlepage_entries instead of replacing it.
#extra_titlepage_entries: fandoms,freeformtags,ao3categories,comments,chapterslashtotal,chapterstotal,kudos,hits,bookmarks,bookmarked,bookmarktags,bookmarksummary,series01HTML,series02HTML,series03HTML,byline
Copy/edit/uncomment as desired.