View Single Post
Old 02-06-2023, 05:41 PM   #8008
nan1923
Enthusiast
nan1923 doesn't litternan1923 doesn't litter
 
Posts: 25
Karma: 140
Join Date: Jul 2022
Device: none
AO3 Anthology Wordcount

Hello!
Would it be possible to add the summed wordcount shown on the seriespage on ao3 as a seperate metadata? I'm trying to group my calibre bib in wordcount groups, and when I'm using this in the personal.ini:

add_to_extra_valid_entries:,prefix_wordcount
include_in_prefix_wordcount:numWords

replace_metadata:
prefix_wordcount=>^(\d+|([0-4],\d{3})*)$=>under 5K, under 10k
prefix_wordcount=>^(([5-9],\d{3})*|10,000)$=>under 10k
prefix_wordcount=>^((?!10,000)(1\d,\d{3})*|30,000) $=>10k-30k, under 100k
prefix_wordcount=>^((?!30,000)([3-4]\d,\d{3})*|50,000)$=>30k-50k, under 100k
prefix_wordcount=>^((?!50,000)([5-9]\d)|(\d{3,})*|100,000)$=>50k-100k, under 100k
prefix_wordcount=>^((?!100,000)((1\d,\d{3})|(\d{3, }))(,\d{3})+)$=>over 100k

add_to_custom_columns_settings:
prefix_wordcount=>#laenge_range,a

Then I'm getting the replaced metadata for each seperate story in the anthology, and not the grouping for the wordcount of the series.

If it is not possible/too much work to implement, could you add an option to exempt anthologies from changes in the personal.ini?

Thank you!
nan1923 is offline   Reply With Quote