View Single Post
Old 05-23-2023, 06:44 PM   #32
Amalthia
Wizard
Amalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beautyAmalthia does all things with Zen-like beauty
 
Amalthia's Avatar
 
Posts: 1,188
Karma: 32196
Join Date: Jan 2007
Location: Anchorage, AK
Device: Sony Reader PRS-505, PRS-650, PRS-T3, Pocketbook HD2
Quote:
Originally Posted by ownedbycats View Post
Oh, I think I see some confusion here. AO3 doesn't have 'genres'; it combines freeformtags and ao3categories (fandom). From the default.ini:

Code:
## AO3 doesn't have anything it calls 'genre'.  The adapter used to be
## hardcoded to include the site specific metadata freeformtags &
## ao3categories in the standard metadata field genre.  By making it
## configurable, users can change it.
include_in_genre: freeformtags, ao3categories
Does freeformtags have entries?

In my experience the ao3categories gives you M/M, Gen, M/F type of information.

This is what my code looks like and it works, except for restricted stories.

Code:
include_in_genre: freeformtags
Code:
custom_columns_settings:
 comments=>#reviewcount,r
 collections=>#collections,r
 kudos=>#kudoscount,r
 ao3categories=>#categories,r
 chapterslashtotal=>#chapterslashtotal,r
 restricted=>#restricted,r
 genre=>#newgenre,r
When I was using a test install of Calibre to figure this out ao3categories did populate the genre column on restricted stories, however the problem is that I don't want M/M, M/F in my genre column. The "Additional Tags" from AO3 still did not download in my test environment.

Amalthia
Amalthia is offline   Reply With Quote