There isn't anything obviously wrong there. The driver configuration looks correct. The automatic metadata update option is on.
And looking at this, I realised I should have asked what was missing. What collection isn't being created? Or isn't being populated correctly?
When you connect the device, the list of collections on it is:
Code:
DEBUG: 0.6 KoboTouch:books - shelf list: [u'ReadingList', u'Fantasy', u'Science Fiction', u'Science', u'Biography', u'Time Management', u'Computer Science', u'Unread', u'Psychology', u'Photography', u'Comedy', u'Management', u'Dystopian', u'Reading', u'Economics', u'Religion']
Is there anything missing from that? Or extras? "ReadingList" should be an internal to Kobo list that isn't used.
Code:
DEBUG: 3.9 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#genre', u'#reading']
DEBUG: 3.9 KTCollectionsBookList:get_collections - collection_attributes= [u'#genre', u'#reading']
DEBUG: 4.0 KTCollectionsBookList:get_collections - end
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Religion' books=2
Job: 2 Get list of books on device finished
No details available.
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Religion'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Management' books=5
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Management'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Fantasy' books=131
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Fantasy'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Dystopian' books=1
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Dystopian'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Unread' books=40
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Unread'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Time Management' books=1
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Time Management'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Psychology' books=6
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Psychology'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Reading' books=1
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Reading'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Comedy' books=5
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Comedy'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Science Fiction' books=209
DEBUG: 4.0 KoboTouch:update_device_database_collections - end for category='Science Fiction'
DEBUG: 4.0 KoboTouch:update_device_database_collections - category='Read' books=331
.
.
.
DEBUG: 4.1 KoboTouch:update_device_database_collections - end for category='Read'
DEBUG: 4.1 KoboTouch:update_device_database_collections - category='Science' books=7
DEBUG: 4.1 KoboTouch:update_device_database_collections - end for category='Science'
DEBUG: 4.1 KoboTouch:update_device_database_collections - category='Photography' books=1
DEBUG: 4.1 KoboTouch:update_device_database_collections - end for category='Photography'
DEBUG: 4.1 KoboTouch:update_device_database_collections - category='Biography' books=1
DEBUG: 4.1 KoboTouch:update_device_database_collections - end for category='Biography'
DEBUG: 4.1 KoboTouch:update_device_database_collections - category='Computer Science' books=1
DEBUG: 4.1 KoboTouch:update_device_database_collections - end for category='Computer Science'
DEBUG: 4.1 KoboTouch:update_device_database_collections - category='Economics' books=2
DEBUG: 4.1 KoboTouch:update_device_database_collections - end for category='Economics'
DEBUG: 4.1 KoboTouch:update_device_database_collections - managing bookshelves and series.
That shows how many books the driver thinks should be on each collection. Is there anything missing there? Do the number of books shown agree with what is on the device in each collection?