View Single Post
Old 07-13-2013, 11:36 AM   #182
rethec
Member
rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.rethec ought to be getting tired of karma fortunes by now.
 
Posts: 10
Karma: 478472
Join Date: Jul 2013
Device: Kobo Glo
I use this plugin mainly to add the Reading Status to my library. But it doesn't work so good at the moment. I followed the instruction from PeterT and added the column #readstatus. But I don't get all states from my kobo. A lot of books are listed as #read, but after I used the "Store Bookmark" option, I don't get the finished status in my library. But after I open the book on my kobo again and use the option to mark the book as read, I got the finished status in my library. Does anyone know why I can't get the status without to remark the book as read?

Thank you
Quote:
Originally Posted by PeterT View Post
This custom column seems to work for adding a book to either a Reading or Finished shelf based on the pct read.

Code:
Lookup name:    readstatus
Column Heading: Reading Status
Column Type:    Column built from other columns
Template:       {#koboreadpct:'cmp($, 100, cmp($, 0, '', '', 'Reading'), 'Finished', '')'}
with of course the corresponding change to add #readstatus to the list of fields used for shelving in either the Kobo or ExtendedKobo drivers. (I tend to update them both even though the Extended driver is normally disabled on my system).

In effect this is saying if the Pct Read is 100, the book is Finished, else if it's greater than 0, then the status is Reading.
rethec is offline   Reply With Quote