View Single Post
Old 05-03-2015, 10:54 AM   #134
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,005
Karma: 4604635
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by Depletion View Post
This worked great, thanks. And another thanks for your metadata FAQ, I didn't like how ponyfictionarchive.com was using "Complete" when everything else in my library uses the status "Completed". I added
Code:
replace_metadata:
 Complete=>Completed
 In Progress=>In-Progress
Fixed it quite nicely. I've done similar in the past but needed a reminder.
I'm glad it helped. But you might consider instead:
Code:
replace_metadata:
 status=>^Complete$=>Completed
 status=>^In Progress$=>In-Progress
What you have now will effect the words 'Complete' and 'In Progress' if they appear in other metadata, too. Like the title. And the ^$ are so that if they someday change it to 'Completed' themselves you don't end up with 'Completedd'.
JimmXinu is offline   Reply With Quote