Thread: Libra 2 Alternatives to calibre?
View Single Post
Old 01-28-2022, 09:57 PM   #41
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 Shopaholic View Post
Thank you again. It’s very much appreciated. It’s working to add the series order to my books. I’m grateful. The only thing it’s not doing, which I don’t know if it’s me or just not part of 3.48, is it’s not actually putting books into the various collections.

It’s not a big deal overall because it’s only relevant when I have to sign out of the reader to reset things or now when I got the new reader. I can deal with putting them in collections if the trade off is showing the series order.
The collection management should work if it is configured properly. And looking at the logs you posted, there is this line::

Code:
DEBUG:   29.4 KoboTouch:books - driver options= Driver:KOBOTOUCH348, Options - format_map: [u'kepub', u'epub', u'pdf', u'txt', u'cbz', u'cbr'], use_subdirs: True, read_metadata: True, use_author_sort: False, save_template: {series}{series_index:0>2s| -  #|  }, extra_customization: [], manage_collections: True, collections_columns: , create_collections: True, delete_empty_collections: False, ignore_collections_names: , upload_covers: True, dithered_covers: False, keep_cover_aspect: False, upload_grayscale: True, letterbox_fs_covers: False, png_covers: False, show_archived_books: False, show_previews: False, show_recommendations: False, update_series: True, update_core_metadata: False, update_purchased_kepubs: False, update_device_metadata: True, update_subtitle: False, subtitle_template: , modify_css: False, override_kobo_replace_existing: True, support_newer_firmware: False, debugging_title: , driver_version: 1.0.1
That is a dump of the driver options. The highlighted section are the options for the collection management. They say you have enabled collection management, but have not set a column to use for the collections (the bit in red). That means that collections will not be created or changed on the device as the driver does not know what to use to create them.

You need to set the columns that you want to use for collections in the driver configuration. As you were using this with other devices, you should copy the configuration from the driver you were using before.
davidfor is offline   Reply With Quote