View Single Post
Old 11-08-2024, 11:43 AM   #10086
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,024
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
New Test Version Posted

2024-11-08
- Add subject_tags to -m/j CLI output
- Fix for double replace_metadata when non-list metadata called by getList().

Test version should address XRoverMaelstromX's duplication issue.

Quote:
Originally Posted by XRoverMaelstromX View Post
I am trying to change how FanFicFare phrases the status metadata piece when it puts it into tags. I used replace metadata and it came out very weird and I don't understand why.
I would further suggest:
Code:
# make a copy of status
add_to_extra_valid_entries:,headerstatus
include_in_headerstatus:status

# add 'Status - ' to all possible status values--some sites do have more
# but only on copy
replace_metadata:
 headerstatus=>^=>Status -\s

# use headerstatus in subject tags only.
include_subject_tags: headerstatus, extratags
JimmXinu is offline   Reply With Quote