Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 09-05-2023, 05:26 AM   #1
gianni_1
Connoisseur
gianni_1 began at the beginning.
 
Posts: 69
Karma: 10
Join Date: Nov 2015
Device: tablet
bookmarks

Hi,
do you think it is possible to insert some bookmark to indicate the last book read? Something simple, like changing the color of the line or book title?
Thanks.
gianni_1 is offline   Reply With Quote
Old 09-05-2023, 11:51 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,133
Karma: 53501912
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
I simply log the date(-time) I finish in a custom column. ({#finished})
Calibre biases sorts by the previous 'N' sorts (I set to down 3 in tweaks ages ago)
So sort first by {#finished}, then your other sort.

Ant other way would be a lot trickier, requiring removing the previous marker then applying the current one
theducks is online now   Reply With Quote
Old 09-07-2023, 01:26 PM   #3
arpeggioaccele
light mode user
arpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 49
Karma: 16268
Join Date: May 2023
Location: New England
Device: I use the Calibre ebook-viewer on macos and Apple Books on ios.
I literally just write the title of the book in an obsidian markdown file lmao

I really would like a plugin that logs all books read using the calibre viewer though, maybe I'll write one if there's not one availible
arpeggioaccele is offline   Reply With Quote
Old 09-07-2023, 05:44 PM   #4
BetterRed
null operator
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 19,757
Karma: 25084908
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by arpeggioaccele View Post
I literally just write the title of the book in an obsidian markdown file lmao

I really would like a plugin that logs all books read using the calibre viewer though, maybe I'll write one if there's not one availible
There's a list in the viewer-webengine.json file in the calibre configuration directory, look for "standalone_recently_opened", topmost is last read. You can see the list via the viewer's Open option.

I don't know of anything that exposes the list within the library manager. The list will potentially contain entries from multiple libraries, a plugin that displays the list could/should filter the list to only show books in current library.

BR
BetterRed is offline   Reply With Quote
Old 09-07-2023, 06:10 PM   #5
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 675
Karma: 4789130
Join Date: Sep 2020
Device: Calibre E-book viewer/ PW3
FWIW, the built-in Annotations browser displays the last highlights and bookmarks added for titles in the current library. As I use this often, i've placed the correspondent button on my main toolbar.

It would be nice to have something like a page marker in the viewer, which could actually populate a custom reading progress column, but that doesn't seem feasible.

The Viewer and the FTS feature seem to work quite isolatedly from main Calibre, so...
Comfy.n is offline   Reply With Quote
Old 09-07-2023, 06:59 PM   #6
capink
Guru
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
Posts: 968
Karma: 1005094
Join Date: Aug 2015
Device: Kindle
Quote:
Originally Posted by arpeggioaccele View Post
I literally just write the title of the book in an obsidian markdown file lmao

I really would like a plugin that logs all books read using the calibre viewer though, maybe I'll write one if there's not one available
The Last Modified plugin has the ability to log timestamps to a custom date column whenever a format is opened by calibre editor. I remember getting a request for similar functionality for the calibre viewer. The problem was, unlike the with the editor, calibre does not trigger a db event when a format is opened by the viewer, so the only other option left for me was to monkeypatch calibre, something I am not a fan of.

As soon as I get some free time, I will submit a patch to Kovid to launch an event whenever a format is opened by the viewer, so that I can log it using the Last Modified plugin. And maybe also use it to add an Action Chains event. It should be straightforward and would not take more than a couple lines of code. But I want to look at other things first, like launching an event for Calibre's Open With functionality as well.

Not sure Kovid would accept these changes, but if he does, the Last Modified plugin can be modified to log the timestamps for book views as well. This way anyone can get a complete log by using calibre's Catalog functionality to export the data to excel sheet detailing the book titles and viewer timestamps.
capink is offline   Reply With Quote
Old 09-07-2023, 10:59 PM   #7
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 43,008
Karma: 21304408
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
right click the view button and you get a list of all recently viewed books.
kovidgoyal is offline   Reply With Quote
Old 09-08-2023, 06:34 PM   #8
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 675
Karma: 4789130
Join Date: Sep 2020
Device: Calibre E-book viewer/ PW3
Quote:
Originally Posted by gianni_1 View Post
Hi,
do you think it is possible to insert some bookmark to indicate the last book read? Something simple, like changing the color of the line or book title?
Thanks.
On second thought, I'd guess what you want can be achieved with Job Spy Plugin, by creating a #last_viewed date column, and assigning a coloring rule (or an emblem rule, if using the cover grid) like this:

- Job Spy:
Click image for larger version

Name:	MWSnap 2023-09-08, 19_29_53.png
Views:	40
Size:	38.0 KB
ID:	203657

- Coloring rule:
Click image for larger version

Name:	MWSnap 2023-09-08, 19_19_01.png
Views:	41
Size:	17.7 KB
ID:	203658

Last edited by Comfy.n; 09-08-2023 at 07:57 PM.
Comfy.n is offline   Reply With Quote
Old 09-18-2023, 02:23 PM   #9
arpeggioaccele
light mode user
arpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcoverarpeggioaccele exercises by bench pressing the entire Harry Potter series in hardcover
 
Posts: 49
Karma: 16268
Join Date: May 2023
Location: New England
Device: I use the Calibre ebook-viewer on macos and Apple Books on ios.
Wow those are all great ideas, I'll try them all out, thanks! (Especially Kovid)
arpeggioaccele is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bookmarks? nypaulie Kindle Developer's Corner 3 09-30-2022 02:53 PM
Using Bookmarks Binkyboy Calibre 1 12-19-2011 07:51 PM
Using Bookmarks Binkyboy General Discussions 4 12-19-2011 02:58 AM
Help - Too Many Bookmarks taylork1 Sony Reader 7 10-24-2009 10:03 PM
Bookmarks? Blackguard Sony Reader 4 02-13-2008 08:44 AM


All times are GMT -4. The time now is 10:37 AM.


MobileRead.com is a privately owned, operated and funded community.