![]() |
#1 |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
|
Keeping track of multiple (re)read dates?
I would swear I saw a post about this but I cannot find it, my search-fu is broken today. Anybody can point me in the right direction?
I often re-read books and I would like to keep track of the dates of each re-read. I have a column which retrieves the percentage read from my Kobo (#kobopourcent) and another column which notes the last read date (#kobodernièrelecture). I would like to add a column which, if the percent is 100, and then if the percent is 100 and the "last read" date has changed, copies the "last read" date to a new column ("re-read dates", or something) which can contain multiple dates, separated by a marker (; or ,). Each new date would be added to the end of the list of dates. Is this possible? or, is there is a better way to do it? |
![]() |
![]() |
![]() |
#2 |
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,543
Karma: 9250682
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
|
I don't have an automated way of tracking that myself.
I use a Last Read column which shows the last read date. I also have a Comments blob where I manually transpose the dates once entered. But I'll keep an eye out for other responses with better methods I could adopt. ![]() See image... |
![]() |
![]() |
Advert | |
|
![]() |
#3 |
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,537
Karma: 7095191
Join Date: Sep 2020
Device: none
|
|
![]() |
![]() |
![]() |
#4 |
null operator (he/him)
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 21,491
Karma: 29308976
Join Date: Mar 2012
Location: Sydney Australia
Device: none
|
I also recall some discussion in keeping a list of last read/viewed dates, might have been in the plugin ideas thread - not sure anything came of it.
|
![]() |
![]() |
![]() |
#5 |
want to learn what I want
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,537
Karma: 7095191
Join Date: Sep 2020
Device: none
|
|
![]() |
![]() |
Advert | |
|
![]() |
#6 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,300
Karma: 72663495
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
https://www.mobileread.com/forums/sh....php?p=4389646
'Mark as read' action chain. It copies the date to a custom taglike column. Last edited by ownedbycats; 01-27-2025 at 07:18 PM. |
![]() |
![]() |
![]() |
#7 | |
Leftutti
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 547
Karma: 1717097
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
|
Quote:
|
|
![]() |
![]() |
![]() |
#8 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 6,501
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
|
Quote:
|
|
![]() |
![]() |
![]() |
#9 | |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
|
Thanks everybody for the replies.
![]() Quote:
![]() |
|
![]() |
![]() |
![]() |
#10 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,300
Karma: 72663495
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
|
![]() |
![]() |
![]() |
#11 | |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
|
Quote:
![]() ![]() It is installed now but I get an error on the last action, it says "Action (Refresh View) is not currently available", do I need to add something else? |
|
![]() |
![]() |
![]() |
#12 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,300
Karma: 72663495
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
Just open the chain and remove the last action, I forgot to remove it.
|
![]() |
![]() |
![]() |
#13 | |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
|
Quote:
![]() I think I have managed to modify this chain to use the dates from my kobo which the Kobo Utilities plugin copies over. I'm adding it here in case anyone is interested; you might need to change the column name "#kobodernierelecture" to match yours and also I formatted the dates as yyyy MM dd. Here is what mine does (I couldn't figure out how to make a strike-through so I put the deleted steps in grey): 1. Sets #lastread (datetime) to current datetime. (duplicate: the Kobo plugin copies this time automatically from the Kobo, into the #kobodernierelecture column) 2. Sets #percentread (integer) to 100. (duplicate: automatically copied by Kobo plugin) 3. Increments #timesread (integer) by one. 4. Prompts to set rating (rating). 5. Copies the date from #kobodernierelecture to #readdates (taglike) as 'yyyy MM dd' - (2024 01 16). Changing the format should be simple if you prefer something else. Thank you again Ownedbycats, unfortunately I can't give you more karma yet but this is really helpful and now I have learned how to use an Action chain as well. ![]() Last edited by Mister L; 01-31-2025 at 12:40 PM. Reason: added wrong file |
|
![]() |
![]() |
![]() |
#14 |
Custom User Title
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,300
Karma: 72663495
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
|
|
![]() |
![]() |
![]() |
#15 | |
Groupie
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 179
Karma: 91148
Join Date: Jun 2010
Device: Sony 350
|
Quote:
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Soved! Keeping track of multiple read dates | Rellwood | Library Management | 0 | 09-24-2017 07:11 PM |
keeping track of multiple read dates | Rellwood | Library Management | 0 | 08-16-2017 05:15 PM |
Keeping Track of To Be Read Books | jbcohen | General Discussions | 30 | 12-03-2012 03:33 PM |
Touch Keeping track of what you've read? | touring | Kobo Reader | 16 | 02-10-2012 07:45 AM |
Keeping track of what I've read | badgoodDeb | Amazon Kindle | 0 | 02-06-2008 03:10 PM |