View Single Post
Old 01-19-2011, 10:44 AM   #52
beckywc
Addict
beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.beckywc ought to be getting tired of karma fortunes by now.
 
beckywc's Avatar
 
Posts: 272
Karma: 1050426
Join Date: Feb 2010
Location: California
Device: iPad Mini w/Retina, Kindle 3, Kindle Fire HDX 8.9, & Asus Transformer
Quote:
Originally Posted by pchrist7 View Post
Hi again
You should think of the date as the time the book was last opened.
You can open a book without turning any pages, and thereby changing % read.

Show as reading ?
You mean the user column using the python template ?
Try changing the line
Code:
elif f > 0:
to
Code:
elif f >= 0:
Should work - does here.
No I was just using a template field in the custom column. I have in the template field:

{comments:'contains($, 'Last Page Read:', re($, '(?is).*(\d\d[-/]\d\d[-/]\d\d\d\d).*?Last Page Read:.*', '\1'), 'Not Read')'}

But I was wondering is there anyway if a book has been partially read to say reading, instead of the date.

Last edited by beckywc; 01-19-2011 at 10:47 AM.
beckywc is offline   Reply With Quote