Thread: Aura HD Sort by Genre?
View Single Post
Old 05-21-2014, 11:17 PM   #11
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by Tan View Post
DEBUG: 0.0 KoboTouch:books - opts.extra_customization= [u'#shelves, Series', True, True, False, False, False, False, False, False, True, False, False, u'']

DEBUG: 1.8 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#shelves', u'series']
DEBUG: 1.8 KTCollectionsBookList:get_collections - collection_attributes= [u'#shelves', u'series']
According to those lines in the log, you are creating collections based on two columns. One is the calibre series column, the other is a custom column called "#shelves". You need to add your genre column to the driver configuration. To do this:
  1. Start calibre
  2. Connect your Kobo device.
  3. Wait for the jobs to finish.
  4. Right click on the device button.
  5. Select "Configure this device".
  6. The field for the collections currently has "#shelves, Series". You need to change this to include the genre column. Based on comments in the other posts, you will need "#shelves, Series,#genre". Or you might want to replace the other column names with just "#genre".
  7. Press the OK button to save the changes.
  8. Calibre will prompt you to restart. Do this.
  9. When calibre restarts, it will see the device and run the jobs which should create the collections.
  10. Eject the device and check the genre collections have been created correctly.

If that doesn't work, can connect again and see if creates the collections then. If it still doesn't, then I don't know what is happening, but I would need to see a debug log with the corrected configuration.
davidfor is offline   Reply With Quote