View Single Post
Old 05-10-2019, 11:39 PM   #3418
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,988
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
I'm pretty sure I handed you some of the wood for it with all my questions. ...
No worries.

Quote:
Originally Posted by readerboy7 View Post
When downloading the tags, for the title page, would it be possible to keep the tags in the same order as they were on A03 instead of sorting them in alphabetical order? I understand that that's probably not possible on Calibre, but would it be possible in the title page?
The example in defaults.ini isn't great, but the feature does exist:
Code:
## From defaults.ini:
## keep_in_order_<entry> options: FanFicFare sorts list entries by default
## (except for author/authorUrl/authorId). But if you want to use an
## extra entry derived from author, it ends up sorted. For example, if
## you added calibre_author: keep_in_order_calibre_author:true
#keep_in_order_author:true

## add to your personal.ini in section [archiveofourown.org]

# collected from AO3:
keep_in_order_freeformtags:true
keep_in_order_ao3categories:true
keep_in_order_fandoms:true

# These will still be sorted if you don't keep_in_order_ them too
# genre is freeformtags + ao3categories
keep_in_order_genre:true

# category is fandoms
keep_in_order_category:true
JimmXinu is offline   Reply With Quote