View Single Post
Old 07-14-2024, 11:02 PM   #9738
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,031
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by TaviCalderon View Post
i got "category" to be called "Fandom" on my titlepages just fine, and now rating_label = Rated while calibre_std_rating = Rating which is perfect (thank you!!). but freeformtags, chapterslashtotal, ao3categories, and bookmarktags are all not changing on my titlepages to the label i put after the : below (i hope i hid the personal.ini correctly, never done this before).
Using spoiler tags is good, thanks for that. Using [code] tags (# mark button in the full post editor, not shown in quick-reply box) inside the [spoiler] tags will also preserve formatting. Like so:

Spoiler:
Code:
[archiveofourown.org]

## ...
extra_valid_entries:fandoms, freeformtags, freefromtags,
 ao3categories, comments, chapterslashtotal, chapterstotal, kudos,
 hits, bookmarks, collections, byline, bookmarked, bookmarktags,
 bookmarksummary, bookmarkprivate, bookmarkrec, subscribed,
 markedforlater, restricted, series00, series01, series02, series03,
 series00Url, series01Url, series02Url, series03Url, series00HTML,
 series01HTML, series02HTML, series03HTML
fandoms_label:Fandoms
freeformtags_label:Freeform Tags
freefromtags_label:Freeform Tags
ao3categories_label:AO3 Categories
comments_label:Comments
chapterslashtotal_label:Chapters/Total Chapters
chapterstotal_label:Total Chapters
kudos_label:Kudos
hits_label:Hits
collections_label:Collections
## Count of bookmarks on story by all users
bookmarks_label:Bookmarks
## Tags & Summary from *your* bookmark on the story.  Only collected
## if always_login:true
bookmarked_label:I Bookmarked Story
bookmarktags_label:My Bookmark Tags
bookmarksummary_label:My Bookmark Summary
bookmarkprivate_label:My Bookmark Private
bookmarkrec_label:My Bookmark Rec
markedforlater_label:I Marked for Later
subscribed_label:I Subscribed
restricted_label:Restricted to Registered Users
series00HTML_label:Series
series01HTML_label:Additional Series
series02HTML_label:Additional Series
series03HTML_label:Additional Series

Which is relevant to what your issue, I think.

Quote:
Originally Posted by TaviCalderon View Post
for example i put ao3categories_label:Genres but on my actual title pages ao3categories is called AO3 Categories, every time.
I suspect you put your _label lines under [defaults] in personal.ini, which has less precedence than than the same _label line under [archiveofourown.org] in defaults.ini. See the INI wiki for full precedence details.

Try putting them under [archiveofourown.org] in personal.ini instead.

Quote:
Originally Posted by TaviCalderon View Post
are these pink labels not actually cusotmizable labels because they're extra_valid_entires?
Correct.

Live parsing extra_valid_entries for color highlighting is beyond my ambitions. So while the _labels form is recognized, it's highlighted magenta (instead of blue) to indicate it maybe correct, but isn't certain.
JimmXinu is offline   Reply With Quote