Quote:
Originally Posted by davidfor
In the table "content", the series info is in two pairs of columns. The displayed and searched series info is in the columns "Series" and "SeriesNumber". The series tab and is built from the columns "SeriesID" and "SeriesNumberFloat". If those are NULL, then the book won't be in a series on the Series tab. If you look at the value of "SeriesID", purchased books have a GUID. The driver will use this for sideloaded books if the series names is found in the purchased books. Otherwise, it just uses the series name. If you do it, make sure you tell us how it goes. Just in case
And looking at the code, it's going to be a little harder than I hoped. I was thinking I had a list of the books in the series on the device, but, I don't. I have to add that or at least a counter.
|
I've already did it with a small python script and it has worked like a charm, thank you very much!