Comment by idoubtit
5 hours ago
> - I literally endure calibre because that's how I feed koreader. Any alternatives?
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).
No comments yet
Contribute on Hacker News ↗