Quote:
Originally Posted by sherman
There's also the "Smart device" driver side to figure out as well.
|
The Smart Device driver is building a dictionary based on the collection columns. That is keyed by the collection name and each entry is a list of the file paths for the books on the device. Then it is "just" building the database updates based on the dictionary.
You could also ignore what the driver supplies and do the configuration and collection building on your side. That means your code has to build the list that needs to be updated from the metadata in the books, but, it might give you more control.