|
|
#1 |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 247
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
|
Hello,
Title says it all: Is there an automated way to keep track of books I read and removed, considering I only read side-loaded books? If possible, I'd rather avoid re-installing KOReader because the stock firmware is good enough for my needs. Also, I just copy files manually to the Kobo through a file manager — I only bother with Calibre to remove DRM's when needed. Maybe in the KoboReader.sqlite file? Code:
sqlite> .tables AbTest KoboPlusAssetGroup Tab Achievement KoboPlusAssets Wishlist Activity OverDriveCards WordList AnalyticsEvents OverDriveCheckoutBook content Authors OverDriveLibrary content_keys BookAuthors Reviews content_settings Bookmark Rules ratings DbVersion Shelf shortcover_page DropboxItem ShelfContent user Event SubscriptionProducts volume_shortcovers GDriveItem SyncQueue volume_tabs |
|
|
|
|
|
#2 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15,695
Karma: 250801379
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
With calibre it's easy. Otherwise, no idea.
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 247
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
|
Provided there's no other way to keep track of books, can copying a file to the Kobo through Calibre be done through the command-line?
|
|
|
|
|
|
#4 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 15,695
Karma: 250801379
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
|
I think so, but you'll still need to use the UI to save the reading progress from your Kobo to calibre (the Kobo Utilities plugin does that). I don't think you can do that via command line. I may be wrong, of course.
|
|
|
|
|
|
#5 |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 247
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
|
It's possible to list files added to Calibre, but it obviously misses DRM-free books I copied directly to the Kobo
Code:
"C:\Program Files\Calibre2\calibredb.exe" list |
|
|
|
| Advert | |
|
|
|
|
#6 |
|
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 247
Karma: 304158
Join Date: Jan 2016
Location: France
Device: none
|
What about the Event table in KoboReader.sqlite, as copied just after a reboot to avoid the "Runtime error: database disk image is malformed (11)"?
Code:
sqlite> .schema Event
CREATE TABLE Event (
EventType INTEGER NOT NULL,
FirstOccurrence TEXT,
LastOccurrence TEXT,
EventCount INTEGER DEFAULT 0,
ContentID TEXT,
ExtraData BLOB, Checksum TEXT,
PRIMARY KEY (EventType, ContentID) );
SELECT DISTINCT ContentID FROM Event ORDER BY LastOccurrence DESC LIMIT 10
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Does the Oasis track books read? | marie44 | Amazon Kindle | 28 | 04-28-2019 01:58 PM |
| Keeping Track of To Be Read Books | jbcohen | General Discussions | 30 | 12-03-2012 03:33 PM |
| Can Nook keep track of books I've read? | bogeyboy221 | Barnes & Noble NOOK | 1 | 01-22-2011 01:55 PM |
| Any IPOD Apps to track books read? | SHOECHICK | Reading Recommendations | 11 | 01-09-2010 04:20 PM |
| How do you keep track of what e-books you've already read? | TadW | Reading Recommendations | 29 | 10-25-2007 02:35 PM |