Open
Description
Here are a couple JSON files generated by Calibre which might potentially be cleanable.
~/Calibre Library/metadata_db_prefs_backup.json
~/.config/calibre/viewer.json
metadata_db_prefs_backup.json
has "gui_view_history": []
which is a 2D array of the 15 most recently opened books using calibre — I had trouble getting command="json"
working for this one.
viewer.json
has "viewer_open_history": []
which is an array of the most recently opened books using calibre's ebook viewer (whether you opened the book from calibre itself or otherwise) — I didn't attempt cleaning this bit, it might be easy to do.