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.