View Single Post
Old 06-16-2019, 05:44 PM   #3505
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,030
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by marshie250 View Post
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.
JimmXinu is offline   Reply With Quote