Quote:
Originally Posted by baursak
2. I have structured library on Google Drive with series support (folder tree author - series - book)
|
Your system breaks down the moment you have more than one author or collection per book unless Google Drive supports links.
Quote:
Originally Posted by baursak
All the approaches to set series on Kobo itself (known to me at present) - are too complex if compared to my workaround I mentioned above
|
Fair enough. I use the calibre approach myself.
The database on device KoboReader.sqlite is a simple sqlite database. Copy it to your computer. Open in an SQL editor of your choice. Find the table Shelf and insert your collection. Open table ShelfContent and add the books to your collection. The ContentId is the fully qualifified path URL to your book (file:///mnt/onboard/[...].epub). Copy the file back to your reader. Reboot.