Quote:
Originally Posted by marshie250
Hi! I've been doing a lot of testing and research, but I've come up empty. Is there a way to title-case metadata? For example, to make sure characters' names are properly capitalized and not in all caps or all lowercase.
|
There isn't a general feature for it.
But a few adapters apply python's title() function to some metadata entries:
adapter_fanficauthorsnet: author
adapter_fireflyfansnet: genre
adapter_literotica: category & eroticatags
adapter_shriftweborgbfa: author
adapter_wwwaneroticstorycom: title & genre
adapter_wwwlushstoriescom: title
And the base_xenforoforum adapters (Sufficient Velocity, Space Battles, Alternate History and Questionable Questing) have an optional feature (capitalize_forumtags) that apply a modified python title() function to the
forumtags metadata entries.
It mostly depends on whether the developer implementing the site thought it was useful or not.