Quote:
Originally Posted by JSWolf
I'm wondering if on a Kobo, you can have two database entries that point to one eBook in two different series.
|
Nope, unfortunately the series of the book is a column in the table of the main book information, even if you were able to create a second row in the table with the same information but the series (I haven't checked the primary key on the table to see if it's doable) the software it's not expecting it, so in the best case it would retrieve only one of the rows, so you'll see only one of the series, and when updating other columns (percentage read, read status, and others) it would update one of them (it might even update different columns in different rows, so you might see different information depending on which row retrieve first) in the worst case it would complain and force you to create a new database.