|
|
|
|
|
by gruturo
2 days ago
|
|
I'm immensely thankful for koreader - it improves the reading experience so fundamentally that it literally drives my purchasing decisions. I got a remarkable 2 precisely because it was known to run it well. When I got a new kindle, I went for a refurbished one hoping it'd be one FW version behind (it was! lucky me) so I could jailbreak it immediately, and run koreader. Which reminds me: - I'm still a primitive user. Sync reading state, reflow, calibre link, yes, but I'm at maybe 10% of the features, might even be an overestimate. I may finally have to cave in and go through its manual - I literally endure calibre because that's how I feed koreader. Any alternatives? - Is there really no practical way to mark a book as read other than give it a star rating or a custom tag? - Does anyone know of anything coming close to this experience on an iPad? - I've never given them a cent or contributed a line of code or even filed a bug report. That changes now. |
|
I use USB mass storage.
In details, I configured KOReader not to start mass storage automatically, so I need two taps after connecting the USB. Then on my Linux PC, I mount the device, exec a `rsync` command, then umount.
My ebooks directory uses Git (with LFS) so I can update it from several computers. I considered switching to git-annex, instead of gitlfs+rsync, but I'm not motivated enough to change a system that works.
> - Is there really no practical way to mark a book as read other than give it a star rating or a custom tag?
There are 3 states : reading, on hold, finished. The rating is optional. A long press on a book title will give access to this states and more.
All that metadata is stored in lua data files (a bit similar to JSON). With mass storage, it's easy to read or update these files. I use "on hold" to mean "dropped" (and I hide them in the listings).