View Single Post
Old 08-29-2015, 02:20 PM   #511
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: 7,010
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Tanjamuse View Post
I've tested what you posted above and it seems to be working, but now my fandoms no longer show in the correct order.

I have this in my personal.ini:
Code:
keep_in_order_category:true
but the metadata for the fandoms for this story are sorted alphabetically when they show up in Calibre.

http://archiveofourown.org/works/4680278
I don't think it has anything to do recent changes--it has to do with how fandoms and category are used with AO3 (from defaults.ini):

Code:
## AO3 uses the word 'category' differently than most sites.  The
## adapter used to be hardcoded to include the site specific metadata
## fandom in the standard metadata field category.  By making it
## configurable, users can change it.
include_in_category:fandoms
This seems to work:

Code:
keep_in_order_category:true
keep_in_order_fandoms:true
JimmXinu is offline   Reply With Quote