Quote:
Originally Posted by mareli
Ok I cancelled everything and I began from scratch but nothing changed. My collections are not be updated.  Why did I that bad thing? 
|
From the log files and the screenshots, almost everything looks good. You are using a custom column called "#auth_collez" for the collections. But, is there anything actually in that column for books on the device? The relevant part of the log is:
Code:
DEBUG: 148.0 KoboTouch:update_device_database_collections - set_debugging_title to ''
DEBUG: 148.0 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#auth_collez']
DEBUG: 148.0 KTCollectionsBookList:get_collections - collection_attributes= [u'#auth_collez']
DEBUG: 148.0 KTCollectionsBookList:get_collections - end
DEBUG: 148.0 No Collections - reseting ReadStatus
DEBUG: 148.0 KoboTouch:update_device_database_collections - managing bookshelves and series.
Before the last line in the log snippet, there should two lines for each collection that is being added or changed on the device with the number of books in the collection. The fact there are none says that none of the books on the device that match with books in calibre have a value in the column "#auth_collez". The other reason would be that the column doesn't exist.
Does the column have any values?