View Single Post
Old 06-25-2016, 11:20 AM   #1
rszasz
Member
rszasz began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2010
Device: Kindle 4thGen
Tweaking pchrist7's kindle_read_status

I have a custom True/False field that I check when I've finished reading a book and would like to have the kindle read status column evaluation, or the template override the usual percentage check if the field is true. The kindle_read_status template seems to only accept a single metadata field so I'm unsure how to get the "ready_n" field evaluated alongside the "Comments" field.

I was thinking turning the following pseudocode into proper code and putting it in the Read_Status column template would work.

(if the "ready_n" field is true, then {comments:kindle_read_status(1,Reading,Not Read)}
else {comments:kindle_read_status(95,Reading,Not Read)})
rszasz is offline   Reply With Quote