View Single Post
Old 11-08-2019, 11:28 PM   #3812
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,017
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2019-11-08
- Add site specific chapterslashtotal and chapterstotal for adapter_archiveofourownorg.

chapterslashtotal is populated with 1/3, 1/1, 3/? etc, whatever AO3 says after "Chapter:"

chapterstotal is created from it in defaults.ini because that's just easier than going the other way.

Included in defaults.ini:
Code:
chapterslashtotal_label:Chapters/Total Chapters
chapterstotal_label:Total Chapters
## chapterslashtotal contains 1/3 or 1/1 or 3/? etc as reported by AO3.
## chapterstotal is just the total chapters part after the /
include_in_chapterstotal:chapterslashtotal.NOREPL
add_to_replace_metadata:
 chapterstotal=>^([0-9])/(.+)$=>\2
Neither new entry will show up by default anywhere until you configure them to. Be that with custom_columns_settings or titlepage_entries.
JimmXinu is offline   Reply With Quote