Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 12-28-2017, 12:39 PM   #1
Maillemom
Connoisseur
Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.
 
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
Kobo H2O series numbering stopped working

For some mysterious reason when I save to my device it no longer saves as series number - Title.

I'm not sure when it last worked as I just noticed it.

Can someone point me in the direction to troubleshoot this problem?

I am using a custom column with the code: {author_sort:'re($,','_')'}{series:| - | }

In sending books to devices the code: {author_sort}/{title} - {authors}

In metadata plug boards kepub:kobotouchextended =([{series_index:0>2s | | -}{title}

In the KoboTouchExtended I have collections checked and have my custom column in the collection columns field a I have update metadata checked along with set series information checked.

I haven't changed or update anything because everything was working so well.

Thanks in advance.

Trice
Maillemom is offline   Reply With Quote
Old 12-28-2017, 06:47 PM   #2
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 Maillemom View Post
In metadata plug boards kepub:kobotouchextended =([{series_index:0>2s | | -}{title}
If the problem is that the titles on the device no longer look like "A Series 5 - The Title", then the above is the problem. The metadata plugboard only has the series index, not the series name. But, there are some extra characters, so that might have been a copy-paste error.

In any case, the following is what I use when I want the series info in the title on the device:

Code:
{series}{series_index:0>2s| - | - }{title}
I don't use this with my Kobo devices as they display the series info separately and I can sort on it.

But, I'm not sure if that is the problem you are having. You don't actually say where the series info is not appearing. For a Kobo device, it could be the title as above, the series info displayed, a collection named after the series or part of the file name.

The two things I would check is that you are still using the KoboTouchExtended driver. If the books are not being sent as kepubs, then you are not using this. Or if it is disabled in the plugin list. Or you can check which driver configuration is opened when the device is connected and you right-click the device button and open the configuration from there.

The other thing to check is that "Metadata management" on the "Sending books to devices" is set to automatic. If it is not, then the driver won't do collection management or series info updating automatically when the device is connected.
davidfor is offline   Reply With Quote
Advert
Old 12-28-2017, 07:32 PM   #3
Maillemom
Connoisseur
Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.
 
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
Davidfor - thanks for the reply. The author name_series name folder is created correctly but when I open the folder the series number - title (01 - A Catered Murder) is not displayed, only the title.

Trice
Maillemom is offline   Reply With Quote
Old 12-28-2017, 09:45 PM   #4
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
Sorry, still a little unsure as to where you are referring to seeing this. The mention of "folder" suggests you are looking at the files and directories on the device. If that is the case, the save template you list doesn't produce either what you want, or what you are seeing. Did this come from the driver configuration, or from the "Sending books to devices" page of the preferences? If the latter, you need to look at the driver configuration. The save template on the "Sending books to devices" page is the default, but when you change anything on the driver configuration and save it, this is copied to the configuration and you have to edit it there.

But, if by "folder" you mean a collection on the device, then it should be using the metadata plugboard to set the title of the book. And it doesn't matter whether you look at the book in the collection or the main library list. The details are the same.

If this isn't being set, then either you aren't using the KoboTouchExtended driver (see above to check) or the metadata plugboard is wrong. Looking at your post you have:

Code:
kepub:kobotouchextended =([{series_index:0>2s | | -}{title}
That is not a valid template. The first two characters are "([". There are no ")" or "]" to match these. I assumed these were a typo or cut-and-paste error, but, if they are in the template, it is invalid and the title won't be changed.
davidfor is offline   Reply With Quote
Old 12-29-2017, 10:47 AM   #5
Maillemom
Connoisseur
Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.
 
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
Davidfor: I am truly sorry for the confusion. I used the incorrect terminology, I meant collections.

The extra characters came from looking at the left side of the metadata plugboard screen where it shows existing plugboards.

When I transfer books, it does create a collection by author_name - series_name. In the collection, before it stopped working, it would copy the book (kepub) series_index - title. Now when I copy a book (kepub) it only gives me the title of the book.

These are the settings:

Metadata plugboards:
epub (kobotouchextended) {series} {series_index:0>2s| | -}{title}
kepub(kobotouchextended) {series} {series_index:0>2s| | -}{title}

Add your own columns:
(columns built from other colums, behave like tags
{author_sort:'re($,',\s', '_')'}{series:| - |}

KOBOtouchextended plugin:
File formats:
Read metadate from files on device
Use sub-directories

Save_template:
{series_index:0>2s| | -}{title}

Sending books to device:
Metadata management: Automatic management
Save template:{author_sort}/{title} - {authors}

Since it was working, I didn't make any changes so I don't know why it suddenly stopped working.

Thank you for your help.
Trice

Edited: transferring epub doesn't work either.

Last edited by Maillemom; 12-29-2017 at 07:17 PM.
Maillemom is offline   Reply With Quote
Advert
Old 12-29-2017, 08:52 PM   #6
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
OK, the problem is the title while using the reader. The configuration above should work. It is only the metadata plugboard that affects the title on the device. I don't normally use this for my Kobo's as they support the series info separately. But, I have done a quick test with my Aura H2O, and the title was set correctly.

You are sending a new book to the device? If you are replacing an exiting book that, the metadata is updated in the book when copied to the device, but the firmware doesn't reprocess the book to extract any updated metadata. So, if you already had a book on the device with just the title, you would need to delete the book before sending it again to get the metadata updated.

At this point, the only thing I can think to of is to ask to run calibre in debug mode and post the log. That might show an error that isn't being presented to the screen. To do this, right-click the preferences button and select "Restart in debug mode", calibre will restart. Then connect the device and let the jobs run. Then send a book that isn't already on the device and has series info to the device. After that is finished, close calibre and the debug log will be displayed. Post the full contents of the log. Or PM it to me if you prefer. I'll have a look and see what I can see.
davidfor is offline   Reply With Quote
Old 12-30-2017, 10:20 AM   #7
Maillemom
Connoisseur
Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.
 
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
I am very sorry for the delay. I did get the epub transfer to work but the kepub transfer still does not work.

This is the log. I couldn't figure out how to send you the file.
Spoiler:

calibre Debug log
calibre 3.6 embedded-python: True is64bit: False
Windows-7-6.1.7601-SP1 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '7', '6.1.7601')
Python 2.7.12+
Windows: ('7', '6.1.7601', 'SP1', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: DeDRM (6, 3, 3) && Kindle and Mobipocket DeDRM (0, 4, 7) && Inept Epub DeDRM (0, 1, 7) && eReader PDB 2 PML (0, 0, 5) && Find Duplicates (1, 6, 3) && View Manager (1, 4, 3) && Ex Libris (1, 0, 19) && SmartEject (2, 0, 7) && Manage Series (1, 2, 8) && Modify ePub (1, 3, 13) && Barnes & Noble (1, 2, 14) && KoboBooks (1, 0, 0) && Import List (1, 2, 0) && Clean Metadata (0, 0, 6) && KoboTouchExtended (3, 0, 1) && Kobo Utilities (2, 6, 0) && KePub Metadata Reader (3, 0, 0) && Ignoble Epub DeDRM (0, 2, 4) && EpubSplit (2, 3, 0) && KePub Metadata Writer (3, 0, 0) && Inept PDF DeDRM (0, 1, 4) && KePub Output (3, 0, 0) && Kindle Collections (1, 7, 17) && Obok DeDRM (6, 3, 6) && Author Book Count (2, 1, 5) && MobiUnpack - The Plugin (0, 5, 1)
calibre 3.6 embedded-python: True is64bit: False
Windows-7-6.1.7601-SP1 Windows ('32bit', 'WindowsPE')
32bit process running on 64bit windows
('Windows', '7', '6.1.7601')
Python 2.7.12+
Windows: ('7', '6.1.7601', 'SP1', u'Multiprocessor Free')
Interface language: None
Successfully initialized third party plugins: DeDRM (6, 3, 3) && Kindle and Mobipocket DeDRM (0, 4, 7) && Inept Epub DeDRM (0, 1, 7) && eReader PDB 2 PML (0, 0, 5) && Find Duplicates (1, 6, 3) && View Manager (1, 4, 3) && Ex Libris (1, 0, 19) && SmartEject (2, 0, 7) && Manage Series (1, 2, 8) && Modify ePub (1, 3, 13) && Barnes & Noble (1, 2, 14) && KoboBooks (1, 0, 0) && Import List (1, 2, 0) && Clean Metadata (0, 0, 6) && KoboTouchExtended (3, 0, 1) && Kobo Utilities (2, 6, 0) && KePub Metadata Reader (3, 0, 0) && Ignoble Epub DeDRM (0, 2, 4) && EpubSplit (2, 3, 0) && KePub Metadata Writer (3, 0, 0) && Inept PDF DeDRM (0, 1, 4) && KePub Output (3, 0, 0) && Kindle Collections (1, 7, 17) && Obok DeDRM (6, 3, 6) && Author Book Count (2, 1, 5) && MobiUnpack - The Plugin (0, 5, 1)
Turning on automatic hidpi scaling
devicePixelRatio: 1.0
logicalDpi: 96.0 x 96.0
physicalDpi: 71.9842323651 x 71.9822878229
Using calibre Qt style: True
Starting up...
DEBUG: 0.0 KoboUtilites::action.py - loading translations
DEBUG: 0.0 KoboUtilites::dialogs.py - loading translations
DEBUG: 0.0 KoboUtilites::action.py - loading translations
DEBUG: 0.0 obok::utilities.py - loading translations
DEBUG: 0.0 obok::dialogs.py - loading translations
DEBUG: 0.0 obok::config.py - loading translations
DEBUG: 0.0 obok::action_err.py - loading translations
Traceback (most recent call last):
File "site-packages\calibre\gui2\ui.py", line 160, in __init__
File "site-packages\calibre\gui2\ui.py", line 174, in init_iaction
File "site-packages\calibre\customize\__init__.py", line 614, in load_actual_plugin
File "importlib\__init__.py", line 37, in import_module
File "site-packages\calibre\customize\zipplugin.py", line 183, in load_module
File "calibre_plugins.mobiunpack_plugin.extraction" , line 11, in <module>
ImportError: No module named PyQt4.Qt
DEBUG: 2.5 No Kobo Touch, Glo or Mini appears to be connected
DEBUG: 2.5 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None
DEBUG: 2.5 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 2.5 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouchExtended'
Started up in 13.54 seconds with 1812 books
Storage number map:
{(7L, 0L): [(2L, 'C'), (3L, 'D'), (4L, 'E')],
(7L, 1L): [(1L, 'G')],
(7L, 2L): [(1L, 'I')]}
Storage number for USBSTOR\DISK&VEN_KOBO&PROD_EREADER-4.4.9349&REV_0110\N250633009207&0: StorageDeviceNumber(type=7L, number=1L, partition_number=0L)
Storage number for USBSTOR\DISK&VEN_KOBO&PROD_EREADER-4.4.9349&REV_0110\N250633009207&1: StorageDeviceNumber(type=7L, number=2L, partition_number=0L)
Drive letters for USBDevice(vendor_id=0x2237 product_id=0x4213 bcd=0x110 devid=usb\vid_2237&pid_4213&rev_0110 devinst=2436)
{u'drive_letters': ['G', 'I'],
u'pnp_id_map': {'G': u'\\\\?\\usbstor#disk&ven_kobo&prod_ereader-4.4.9349&rev_0110#n250633009207&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}',
'I': u'\\\\?\\usbstor#disk&ven_kobo&prod_ereader-4.4.9349&rev_0110#n250633009207&1#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'},
u'readonly_drives': set([]),
u'sort_map': {'G': (1L, 1L), 'I': (2L, 1L)}}
DEBUG: 0.0 KoboTouch::is_main_drive - drive=G:\, path=G:\.kobo
DEBUG: 52.3 KoboUtilities:_on_device_connection_changed - self.plugin_device_connection_changed.__class__: <type 'PyQt5.QtCore.pyqtBoundSignal'>
DEBUG: 52.3 Methods for self.plugin_device_connection_changed: ['__call__', '__class__', '__delattr__', '__doc__', '__format__', '__getattribute__', '__getitem__', '__hash__', '__init__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'connect', 'disconnect', 'emit', 'signal']
DEBUG: 52.3 Have a Kobo device connected connected
DEBUG: 52.3 BEGIN Get Device Path
DEBUG: 52.3 Root path of device: G:\
DEBUG: 52.3 END Get Device Path
DEBUG: 52.3 KoboUtilities:get_device - self.device_path="G:\"
DEBUG: 52.3 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 52.3 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouchExtended'
Job: 1 Get device information started
DeviceJob: 1 Get device information done, calling callback
DeviceJob: 1 Get device information callback returned
Job: 2 Set library information started
DeviceJob: 2 Set library information done, calling callback
DeviceJob: 2 Set library information callback returned
Job: 3 Get list of books on device started
DEBUG: 0.5 KoboTouch:books - oncard='None'
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x0A68D470>
DEBUG: 0.5 KoboTouch:books - oncard='None', prefix='G:\'
DEBUG: 0.6 Kobo device: Kobo Aura H2O
DEBUG: 0.6 Version of driver: (3, 0, 1) Has kepubs: True
DEBUG: 0.6 Version of firmware: (4, 4, 9349) Has kepubs: True
DEBUG: 0.6 Firmware supports cover image tree: True
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x0A68D0B0>
DEBUG: 0.6 KoboTouch:books - opts.extra_customization= []
DEBUG: 0.6 KoboTouch:books - driver options= Driver:KoboTouchExtended, Options - format_map: [u'epub', u'kepub'], use_subdirs: True, read_metadata: True, use_author_sort: False, save_template: {series}/{series_index:0>2s|| -}{title}, extra_customization: [], manage_collections: True, collections_columns: #custcol, create_collections: True, delete_empty_collections: True, ignore_collections_names: , upload_covers: False, keep_cover_aspect: False, upload_grayscale: False, show_archived_books: False, show_previews: False, show_recommendations: False, update_series: True, update_device_metadata: True, modify_css: False, support_newer_firmware: False, debugging_title: , driver_version: 3.0.1, extra_features: True, upload_encumbered: False, skip_failed: False, hyphenate: False, replace_lang: False, smarten_punctuation: False, clean_markup: False, full_page_numbers: True, disable_hyphenation: False, file_copy_dir: C:\My Documents\Ebooks\CalibreKPub
DEBUG: 0.6 KoboTouch:books - prefs['manage_device_metadata']= on_connect
DEBUG: 0.6 KoboTouch:books - set_debugging_title to ''
DEBUG: 0.6 KoboTouch:books - length bl=0
Job: 1 Get device information finished
No details available.
Job: 2 Set library information finished
No details available.
DEBUG: 1.3 KoboTouch:books - length bl after sync=6
DEBUG: 1.4 KoboTouch:books - reading device database
DEBUG: 1.6 Database Version: 141

DEBUG: 2.1 KoboTouch:books - query= SELECT Title, Attribution, DateCreated, ContentID, MimeType, ContentType, ImageID, ReadStatus, ___ExpirationStatus, FavouritesIndex, Accessibility, IsDownloaded, Series, SeriesNumber, ___UserID, ExternalId FROM content WHERE BookID IS NULL AND ((Accessibility = -1 AND IsDownloaded in ('true', 1 )) OR (Accessibility IN (1,2,9) and IsDownloaded in ('true', 1)) ) AND (externalId IS NULL OR externalId = '') AND contentId NOT LIKE 'file:///mnt/sd/%'
DEBUG: 17.0 KoboTouch:books - automatically managing metadata
DEBUG: 17.1 KoboTouch:books - about to sync_booklists
DEBUG: 17.1 USBMS: starting sync_booklists
DEBUG: 17.1 USBMS: finished sync_booklists
DEBUG: 17.1 KoboTouch:books - have done sync_booklists
DEBUG: 17.1 KoboTouch:books - end - oncard='None'
DEBUG: 17.1 KoboTouch:books - oncard='carda'
DEBUG: 17.1 KoboTouch:books - oncard='carda', prefix='I:\'
DEBUG: 17.1 Kobo device: Kobo Aura H2O
DEBUG: 17.1 Version of driver: (3, 0, 1) Has kepubs: True
DEBUG: 17.1 Version of firmware: (4, 4, 9349) Has kepubs: True
DEBUG: 17.1 Firmware supports cover image tree: True
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x0B5FDA50>
DEBUG: 17.1 KoboTouch:books - opts.extra_customization= []
DEBUG: 17.1 KoboTouch:books - driver options= Driver:KoboTouchExtended, Options - format_map: [u'epub', u'kepub'], use_subdirs: True, read_metadata: True, use_author_sort: False, save_template: {series}/{series_index:0>2s|| -}{title}, extra_customization: [], manage_collections: True, collections_columns: #custcol, create_collections: True, delete_empty_collections: True, ignore_collections_names: , upload_covers: False, keep_cover_aspect: False, upload_grayscale: False, show_archived_books: False, show_previews: False, show_recommendations: False, update_series: True, update_device_metadata: True, modify_css: False, support_newer_firmware: False, debugging_title: , driver_version: 3.0.1, extra_features: True, upload_encumbered: False, skip_failed: False, hyphenate: False, replace_lang: False, smarten_punctuation: False, clean_markup: False, full_page_numbers: True, disable_hyphenation: False, file_copy_dir: C:\My Documents\Ebooks\CalibreKPub
DEBUG: 17.1 KoboTouch:books - prefs['manage_device_metadata']= on_connect
DEBUG: 17.1 KoboTouch:books - set_debugging_title to ''
DEBUG: 17.1 KoboTouch:books - length bl=0
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x115CCB70>
DEBUG: 23.1 KoboTouch:books - length bl after sync=1830
DEBUG: 23.1 KoboTouch:books - reading device database
DEBUG: 23.1 Database Version: 141

DEBUG: 23.1 KoboTouch:books - query= SELECT Title, Attribution, DateCreated, ContentID, MimeType, ContentType, ImageID, ReadStatus, ___ExpirationStatus, FavouritesIndex, Accessibility, IsDownloaded, Series, SeriesNumber, ___UserID, ExternalId FROM content WHERE BookID IS NULL AND ((Accessibility = -1 AND IsDownloaded in ('true', 1 )) OR (Accessibility IN (1,2,9) and IsDownloaded in ('true', 1)) ) AND (externalId IS NOT NULL AND externalId <> '' OR contentId LIKE 'file:///mnt/sd/%')
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x0B6599B0>
DEBUG: 38.1 KoboTouch:books - automatically managing metadata
DEBUG: 38.2 KoboTouch:books - about to sync_booklists
DEBUG: 38.2 USBMS: starting sync_booklists
DEBUG: 39.9 USBMS: finished sync_booklists
DEBUG: 39.9 KoboTouch:books - have done sync_booklists
DEBUG: 39.9 KoboTouch:books - end - oncard='carda'
DEBUG: 39.9 KoboTouch:books - oncard='cardb'
DEBUG: 39.9 KoboTouch:books - Asked to process 'cardb', but do not have one!
DeviceJob: 3 Get list of books on device done, calling callback
DeviceJob: metadata_downloaded: Starting set_books_in_library
DeviceJob: set_books_in_library: books to process= 1834
DeviceJob: set_books_in_library finished: time= 0.311000108719
DeviceJob: metadata_downloaded: updating views
DeviceJob: metadata_downloaded: syncing
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x103D9C30>
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x103D92F0>
DeviceJob: metadata_downloaded: refreshing ondevice
DeviceJob: metadata_downloaded: sending metadata_available signal
DEBUG: 92.8 KoboUtilites:_on_device_metadata_available - Start
DEBUG: 92.8 Have a Kobo device connected connected
DEBUG: 92.8 BEGIN Get Device Path
DEBUG: 92.8 Root path of device: G:\
DEBUG: 92.8 END Get Device Path
DEBUG: 92.8 KoboUtilities:get_device - self.device_path="G:\"
DEBUG: 92.8 KoboUtilities:get_device - drive_info: {'A': {u'calibre_version': u'3.6.0', u'last_library_uuid': u'5c3e5e37-81ee-4f90-a1be-5652fbf3602a', u'date_last_connected': u'2017-12-30T15:07:11.393000+00:00', u'device_name': u'Kobo Aura H2O', u'prefix': 'I:/', u'location_code': 'A', u'device_store_uuid': u'2a939a9f-62d8-48e5-b3cd-faec58463a4a'}, 'main': {u'calibre_version': u'3.6.0', u'last_library_uuid': u'5c3e5e37-81ee-4f90-a1be-5652fbf3602a', u'date_last_connected': u'2017-12-30T15:07:11.226000+00:00', u'device_name': u'Kobo Aura H2O', u'prefix': 'G:/', u'location_code': 'main', u'device_store_uuid': u'd46721a4-fe67-4354-85f5-341fb69bab80'}}
DEBUG: 92.8 migrate_library_config_if_required - start
DEBUG: 92.8 get_library_config - library_config: {u'profiles': {u'Default': {u'forDevice': u'*Any Device', u'customColumnOptions': {u'lastReadColumn': u'', u'percentReadColumn': u'', u'currentReadingLocationColumn': u'', u'ratingColumn': u''}, u'profileName': u'Default', u'updateOptionsStore': {u'doEarlyFirmwareUpdate': False, u'firmwareUpdateCheckLastTime': 0, u'doFirmwareUpdateCheck': False}, u'storeOptionsStore': {u'storeOnConnect': False, u'storeIfMoreRecent': False, u'doNotStoreIfReopened': False, u'promptToStore': True}}}, u'SchemaVersion': 0.1}
DEBUG: 92.8 get_prefs - start - store_name='storeOptionsStore'
DEBUG: 92.8 get_plugin_pref - start - store_name='commonOptionsStore', option='individualDeviceOptions'
DEBUG: 92.8 get_prefs - start - store_name='backupOptionsStore'
DEBUG: 92.8 get_prefs - start - store_name='updateOptionsStore'
DEBUG: 92.8 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 92.8 KoboUtilities:set_toolbar_button_tooltip - device connected. self.device.fwversion= (4, 4, 9349)
DEBUG: 92.8 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Connected Device: Kobo Aura H2O
Firmware version: 4.4.9349
Driver: KoboTouchExtended'
DEBUG: 92.8 KoboUtilites:_on_device_metadata_available - self.current_device_profile: {u'forDevice': u'*Any Device', u'customColumnOptions': {u'lastReadColumn': u'', u'percentReadColumn': u'', u'currentReadingLocationColumn': u'', u'ratingColumn': u''}, u'profileName': u'Default', u'updateOptionsStore': {u'doEarlyFirmwareUpdate': False, u'firmwareUpdateCheckLastTime': 0, u'doFirmwareUpdateCheck': False}, u'storeOptionsStore': {u'storeOnConnect': False, u'storeIfMoreRecent': False, u'doNotStoreIfReopened': False, u'promptToStore': True}}
DEBUG: 92.8 KoboUtilites:_on_device_metadata_available - self.current_backup_config: {u'doDailyBackp': False, u'backupDestDirectory': u'', u'backupCopiesToKeepSpin': 5, u'backupEachCOnnection': False, u'backupZipDatabase': True}
DEBUG: 92.8 KoboUtilities:_on_device_metadata_available - About to do firmware check
DEBUG: 92.8 auto_firmware_update_check - start
DEBUG: 92.8 Delta since last update check: 83823
DEBUG: 92.8 auto_firmware_update_check - Not checking for firmware, only checking once per day
DEBUG: 92.8 Have a Kobo device connected connected
DEBUG: 92.8 BEGIN Get Device Path
DEBUG: 92.8 Root path of device: G:\
DEBUG: 92.8 END Get Device Path
DEBUG: 92.8 KoboUtilities:get_device - self.device_path="G:\"
DEBUG: 92.8 KoboUtilities:get_device - drive_info: {'A': {u'calibre_version': u'3.6.0', u'last_library_uuid': u'5c3e5e37-81ee-4f90-a1be-5652fbf3602a', u'date_last_connected': u'2017-12-30T15:07:11.393000+00:00', u'device_name': u'Kobo Aura H2O', u'prefix': 'I:/', u'location_code': 'A', u'device_store_uuid': u'2a939a9f-62d8-48e5-b3cd-faec58463a4a'}, 'main': {u'calibre_version': u'3.6.0', u'last_library_uuid': u'5c3e5e37-81ee-4f90-a1be-5652fbf3602a', u'date_last_connected': u'2017-12-30T15:07:11.226000+00:00', u'device_name': u'Kobo Aura H2O', u'prefix': 'G:/', u'location_code': 'main', u'device_store_uuid': u'd46721a4-fe67-4354-85f5-341fb69bab80'}}
DEBUG: 92.8 migrate_library_config_if_required - start
DEBUG: 92.8 get_library_config - library_config: {u'profiles': {u'Default': {u'forDevice': u'*Any Device', u'customColumnOptions': {u'lastReadColumn': u'', u'percentReadColumn': u'', u'currentReadingLocationColumn': u'', u'ratingColumn': u''}, u'profileName': u'Default', u'updateOptionsStore': {u'doEarlyFirmwareUpdate': False, u'firmwareUpdateCheckLastTime': 0, u'doFirmwareUpdateCheck': False}, u'storeOptionsStore': {u'storeOnConnect': False, u'storeIfMoreRecent': False, u'doNotStoreIfReopened': False, u'promptToStore': True}}}, u'SchemaVersion': 0.1}
DEBUG: 92.8 get_prefs - start - store_name='storeOptionsStore'
DEBUG: 92.8 get_plugin_pref - start - store_name='commonOptionsStore', option='individualDeviceOptions'
DEBUG: 92.8 get_prefs - start - store_name='backupOptionsStore'
DEBUG: 92.8 get_prefs - start - store_name='updateOptionsStore'
DEBUG: 92.8 rebuild_menus - self.supports_ratings=True, self.supports_tiles=True
DEBUG: 92.8 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 92.8 KoboUtilities:set_toolbar_button_tooltip - device connected. self.device.fwversion= (4, 4, 9349)
DEBUG: 92.8 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Connected Device: Kobo Aura H2O
Firmware version: 4.4.9349
Driver: KoboTouchExtended'
DEBUG: 92.8 rebuild_menus - have device.
DeviceJob: 3 Get list of books on device callback returned
Job: 5 Send metadata to device started
DEBUG: 40.5 KOBO:sync_booklists - start
DEBUG: 40.5 KoboTouch:update_device_database_collections - oncard='main'
DEBUG: 40.5 KoboTouch::is_supported_fwversion - self.fwversion[:2] (4, 4)
DEBUG: 40.5 KoboTouch:update_device_database_collections - set_debugging_title to ''
DEBUG: 40.5 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#custcol']
DEBUG: 40.5 KTCollectionsBookList:get_collections - collection_attributes= [u'#custcol']
DEBUG: 40.5 KTCollectionsBookList:get_collections - end
DEBUG: 40.5 KoboTouch:update_device_database_collections - category='Kaye_M. M.' books=1
DEBUG: 40.6 KoboTouch:update_device_database_collections - end for category='Kaye_M. M.'
DEBUG: 40.6 KoboTouch:update_device_database_collections - category='Plumley_Lisa - Kismet' books=1
DEBUG: 40.6 KoboTouch:update_device_database_collections - end for category='Plumley_Lisa - Kismet'
DEBUG: 40.6 KoboTouch:update_device_database_collections - category='Hiaasen_Carl - Skink' books=1
DEBUG: 40.6 KoboTouch:update_device_database_collections - end for category='Hiaasen_Carl - Skink'
DEBUG: 40.6 KoboTouch:update_device_database_collections - category='Evanick_Marcia' books=1
DEBUG: 40.6 KoboTouch:update_device_database_collections - end for category='Evanick_Marcia'
DEBUG: 40.6 KoboTouch:update_device_database_collections - managing bookshelves and series.
DEBUG: 40.6 KoboTouch:update_device_database_collections - about to clear empty bookshelves
DEBUG: 40.6 KoboTouch:delete_empty_bookshelves - start
Job: 3 Get list of books on device finished
No details available.
DEBUG: 42.2 KoboTouch:delete_empty_bookshelves - end
DEBUG: 42.2 KoboTouch:update_device_database_collections - Number of series set=0 Number of books=4
DEBUG: 42.3 KoboTouch:update_device_database_collections - Finished
DEBUG: 42.3 KoboTouch:update_device_database_collections - oncard='carda'
DEBUG: 42.3 KoboTouch::is_supported_fwversion - self.fwversion[:2] (4, 4)
DEBUG: 42.3 KoboTouch:update_device_database_collections - set_debugging_title to ''
DEBUG: 42.3 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#custcol']
DEBUG: 42.3 KTCollectionsBookList:get_collections - collection_attributes= [u'#custcol']
DEBUG: 42.4 KTCollectionsBookList:get_collections - end
DEBUG: 42.4 KoboTouch:update_device_database_collections - category='Roberts_Nora' books=28
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Roberts_Nora'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Harris_Mark' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Harris_Mark'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Roberts_Nora - Brides' books=5
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Brides'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Connolly_Sheila' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Connolly_Sheila'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Clancy_Tom - Jack Ryan' books=6
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Clancy_Tom - Jack Ryan'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Quinn_Lucy - Secret Seal Isle Mysteries' books=5
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Quinn_Lucy - Secret Seal Isle Mysteries'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Hailey_Arthur' books=10
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Hailey_Arthur'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Snoekstra_Anna' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Snoekstra_Anna'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Byerrum_Ellen' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Byerrum_Ellen'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='McBain_Ed - 87th Precinct' books=43
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='McBain_Ed - 87th Precinct'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Graham_Heather' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Graham_Heather'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Sullivan_Mark' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Sullivan_Mark'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Prescott_Summer - Key West' books=5
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Prescott_Summer - Key West'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Roberts_Nora - Irish Jewels Trilogy' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Irish Jewels Trilogy'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Martin_Holly' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Martin_Holly'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='McKinnon_Hannah' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='McKinnon_Hannah'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Silva_Daniel - Gabriel Allon' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Silva_Daniel - Gabriel Allon'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Byerrum_Ellen - Crime of Fashion' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Byerrum_Ellen - Crime of Fashion'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Leight_T.K.' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Leight_T.K.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Berry_Steve - Cotton Malone' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Berry_Steve - Cotton Malone'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Michener_James A.' books=14
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Michener_James A.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Gibson_Rachel' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Hale_Richard C - Jaxon Jennings' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Hale_Richard C - Jaxon Jennings'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Hill_Casey - Reilly Steel' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Hill_Casey - Reilly Steel'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Connolly_John' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Connolly_John'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Forstchen_William R.' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Forstchen_William R.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Cooper_C. G. - Star & Spies' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Cooper_C. G. - Star & Spies'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Bloom_Tracy' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Bloom_Tracy'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Ellison_J.T.' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Ellison_J.T.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Donlay_Philip' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Donlay_Philip'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Weir_Andy' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Weir_Andy'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Flynn_Gillian' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Flynn_Gillian'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Sefton_Maggie - Knitting' books=4
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Sefton_Maggie - Knitting'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Marie_Ann S. - A Dana Sweet Mystery' books=11
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Marie_Ann S. - A Dana Sweet Mystery'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Crais_Robert' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Crais_Robert'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Palmer_Michael' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Palmer_Michael'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Menapace_Jeff - Bad Games' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Menapace_Jeff - Bad Games'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Westfield_Ryan - EMP' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Westfield_Ryan - EMP'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Young_William P.' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Young_William P.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Collins_Jackie' books=5
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Collins_Jackie'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Carter_John' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Carter_John'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Thor_Brad - Scot Harvath' books=14
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Thor_Brad - Scot Harvath'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Colgan_Jenny' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Colgan_Jenny'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Dreyer_Eileen' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Dreyer_Eileen'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Slater_K.L.' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Slater_K.L.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Steel_Danielle' books=4
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Steel_Danielle'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Hopkins_Bart' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Hopkins_Bart'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='MacMillan_Gilly' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='MacMillan_Gilly'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Dick_Philip K.' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Dick_Philip K.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Callaghan_Hope - Cruise' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Callaghan_Hope - Cruise'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Wright_Austin' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Wright_Austin'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Bartlett_Lorraine' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Bartlett_Lorraine'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Child_Lee - Jack Reacher' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Child_Lee - Jack Reacher'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Barker_J.D.' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Barker_J.D.'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Roman_Alison - CookBook' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Roman_Alison - CookBook'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Wray_Sarah' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Wray_Sarah'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Atkins_Ace - Quinn Colson' books=5
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Atkins_Ace - Quinn Colson'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Nance_John J' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Nance_John J'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Preston & Child' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Preston & Child'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Verdon_John - Dave Gurney' books=4
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Verdon_John - Dave Gurney'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Steinhauer_Olen' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Steinhauer_Olen'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Crichton_Michael' books=3
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Crichton_Michael'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Lonsdale_Kerry' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Lonsdale_Kerry'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Weiner_Jennifer' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Weiner_Jennifer'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Mundy_Liza' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Mundy_Liza'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Wright_Lawrence' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Wright_Lawrence'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Coonts_Stephen' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Coonts_Stephen'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Leather_Stephen - Spider Shepherd' books=13
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Leather_Stephen - Spider Shepherd'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Lippman_Laura' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Lippman_Laura'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Barrett_Lorna - Booktown' books=10
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Barrett_Lorna - Booktown'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Hilton_L. S - Judith' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Hilton_L. S - Judith'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Delaney_JP' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Delaney_JP'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Thayer_Nancy' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Thayer_Nancy'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Kirsanow_Peter - Mike Garin' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Kirsanow_Peter - Mike Garin'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Coes_Ben - Dewey Andreas' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Coes_Ben - Dewey Andreas'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Hudson_Eva' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Hudson_Eva'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Goff_Chris - Raisa' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Goff_Chris - Raisa'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Menapace_Jeff' books=2
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='Menapace_Jeff'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='L’Engle_Madeleine' books=1
DEBUG: 42.5 KoboTouch:update_device_database_collections - end for category='L’Engle_Madeleine'
DEBUG: 42.5 KoboTouch:update_device_database_collections - category='Greenwood_Kerry - Phryne Fisher' books=15
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Greenwood_Kerry - Phryne Fisher'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Millay_Katja' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Millay_Katja'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='King_Stephen & King_Owen' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='King_Stephen & King_Owen'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Dugoni_Robert - Tracy Crosswhite' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Dugoni_Robert - Tracy Crosswhite'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Forder_Tony J.' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Forder_Tony J.'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Palacio_R. J. - Wonder' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Palacio_R. J. - Wonder'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Callow_Pamela - Kate Lange' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Callow_Pamela - Kate Lange'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Maden_Mike' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Maden_Mike'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Nesbo_Jo - Harry Hole' books=11
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Nesbo_Jo - Harry Hole'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Rowling_J. K. - Harry Potter' books=7
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Rowling_J. K. - Harry Potter'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Thomas_Marin' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Thomas_Marin'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Flynn_Vince - Mitch Rapp' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Flynn_Vince - Mitch Rapp'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Kent_Minka' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Kent_Minka'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Brown_Dan - Robert Langdon' books=5
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Brown_Dan - Robert Langdon'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Lustbader_Eric V' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Lustbader_Eric V'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Carré_John le - George Smiley' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Carré_John le - George Smiley'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Fagone_Jason' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Fagone_Jason'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='McBain_Ed' books=8
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='McBain_Ed'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='White_Ethel Lina' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='White_Ethel Lina'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Sapper - Bulldog Drummond' books=10
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Sapper - Bulldog Drummond'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Child_Lincoln - Dr. Jeremy Logan' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Child_Lincoln - Dr. Jeremy Logan'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Parker_Richard' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Parker_Richard'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Moore_Graham' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Moore_Graham'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Clarke_Alexandria' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Clarke_Alexandria'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Boland_Shalini' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Boland_Shalini'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Lonsdale_Kerry - Everything' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Lonsdale_Kerry - Everything'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Preston & Child - Gideon Crew' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Preston & Child - Gideon Crew'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='King_Stephen' books=11
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='King_Stephen'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Leather_Stephen' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Leather_Stephen'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Pulley_D. M.' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Pulley_D. M.'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Cox_Richard' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Cox_Richard'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Rosen_Jane L. - Single' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Rosen_Jane L. - Single'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Bard_Elizabeth' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Bard_Elizabeth'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Spindler_Erica' books=6
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Spindler_Erica'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Wyer_Carol - Robyn Carter' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Wyer_Carol - Robyn Carter'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Kepler_Lars - Detective Inspector Joona Linna' books=5
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Kepler_Lars - Detective Inspector Joona Linna'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Hemingway_Ernest' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Hemingway_Ernest'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Richtel_Matt' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Richtel_Matt'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Hawley_Noah' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Hawley_Noah'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Claire_Edie - Leigh Koslow' books=12
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Claire_Edie - Leigh Koslow'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Bleeker_Emily' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Bleeker_Emily'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Ray_Deany - Charlie' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Ray_Deany - Charlie'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Bell_Ted - Alexander Hawke' books=10
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Bell_Ted - Alexander Hawke'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Hill_Joe' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Hill_Joe'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Lorna_Barrett - Booktown' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Lorna_Barrett - Booktown'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Truly' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Truly'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Patricia - Detective Lottie Parker' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Patricia - Detective Lottie Parker'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Viets_Elaine - Dead-End Job' books=15
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Viets_Elaine - Dead-End Job'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Steinhauer_Olen - Milo Weaver' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Steinhauer_Olen - Milo Weaver'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Stratton_Donald' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Stratton_Donald'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Three Sisters Island' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Three Sisters Island'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Chronicles of The One' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Chronicles of The One'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Dorsey_Tim' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Dorsey_Tim'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Robbie_Vic' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Robbie_Vic'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='McKinlay_Jenn - Library' books=8
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='McKinlay_Jenn - Library'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Bourdain_Anthony' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Bourdain_Anthony'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Brown_Dan' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Brown_Dan'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Craig_Peter' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Craig_Peter'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Mitchell_Caroline - Ruby Preston' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Mitchell_Caroline - Ruby Preston'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Meltzer_Brad' books=8
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Meltzer_Brad'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Berry_Steve' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Berry_Steve'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Puzo_Mario' books=6
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Puzo_Mario'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Satran_Pamela Redmond' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Satran_Pamela Redmond'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Graham_Caroline' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Graham_Caroline'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Daheim_Mary - Bed-and-Breakfast' books=30
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Daheim_Mary - Bed-and-Breakfast'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='McCammon_Robert R.' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='McCammon_Robert R.'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Carvic_Heron - Miss Seeton' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Carvic_Heron - Miss Seeton'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Guardians' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Guardians'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Braun_Lilian Jackson - Cat Who' books=29
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Braun_Lilian Jackson - Cat Who'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Lescroart_John' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Lescroart_John'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Barton_Linda L' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Barton_Linda L'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Giliotti_Laurence' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Giliotti_Laurence'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Douglas_John' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Douglas_John'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Tartt_Donna' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Tartt_Donna'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Honeyman_Gail' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Honeyman_Gail'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Walsh_Michael - Matt Conley' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Walsh_Michael - Matt Conley'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Christie_Agatha - Hercule Poirot' books=42
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Christie_Agatha - Hercule Poirot'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Crane_Hamilton - Miss Seeton' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Crane_Hamilton - Miss Seeton'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Graham_Caroline - Chief Inspector Barnaby' books=6
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Graham_Caroline - Chief Inspector Barnaby'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Bloom_Tracy - Katy' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Bloom_Tracy - Katy'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Mallery_Susan' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Mallery_Susan'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Pinter_Jason' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Pinter_Jason'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Hill_Nathan' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Hill_Nathan'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Kondo_Marie' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Kondo_Marie'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Deighton_Len' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Deighton_Len'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Makos_Adam' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Makos_Adam'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Lehane_Dennis' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Lehane_Dennis'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Dunnett_Kaitlyn - Liss MacCrimmon' books=11
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Dunnett_Kaitlyn - Liss MacCrimmon'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Baldacci_David' books=2
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Baldacci_David'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Dillon_Lucy' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Dillon_Lucy'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Lescroart_John - Dismas Hardy' books=16
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Lescroart_John - Dismas Hardy'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Brockenbrough_Martha' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Brockenbrough_Martha'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Sign of Seven' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Sign of Seven'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Swan_Karen' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Swan_Karen'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Taylor_Brad - Pike Logan_TaskForce' books=6
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Taylor_Brad - Pike Logan_TaskForce'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Coben_Harlan - Mickey Bolitar' books=3
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Coben_Harlan - Mickey Bolitar'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Bowen_John - Single' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Bowen_John - Single'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Dugoni_Robert - David Sloane' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Dugoni_Robert - David Sloane'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Moss_Todd - Judd Ryker' books=4
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Moss_Todd - Judd Ryker'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Hylton_P. T.' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Hylton_P. T.'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Cline_Ernest' books=1
DEBUG: 42.6 KoboTouch:update_device_database_collections - end for category='Cline_Ernest'
DEBUG: 42.6 KoboTouch:update_device_database_collections - category='Hudson_Eva - Ingrid' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hudson_Eva - Ingrid'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Magic' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Magic'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Preston_Douglas' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Preston_Douglas'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Harris_Charlaine - Midnight' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Harris_Charlaine - Midnight'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Bulgakov_Mikhail' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Bulgakov_Mikhail'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='McCauley_Terrence - James Hicks' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='McCauley_Terrence - James Hicks'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Sullivan_Matthew' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Sullivan_Matthew'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Fine_Larry' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Fine_Larry'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Fluke_Joanne' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Fluke_Joanne'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Brown_Sandra' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Brown_Sandra'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Khan_Khizr' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Khan_Khizr'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gross_Andrew - Ty Hauck' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gross_Andrew - Ty Hauck'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Scott_Kierney' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Scott_Kierney'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Clark_Mary Higgins - Laurie' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Clark_Mary Higgins - Laurie'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Sandford_John' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Sandford_John'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Leigh_T.K.' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Leigh_T.K.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Doyle_Arthur Conan' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Doyle_Arthur Conan'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Tremblay_Paul - Mark Genevich' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Tremblay_Paul - Mark Genevich'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Marsons_Angela - DI Kim Stone' books=7
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Marsons_Angela - DI Kim Stone'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Robinson_Kim Stanley' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Robinson_Kim Stanley'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Sandford_John - Flowers' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Sandford_John - Flowers'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Calhoun Women' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Calhoun Women'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Kauffman_Donna - Blue Hollow' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Kauffman_Donna - Blue Hollow'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Harris_Charlaine' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Harris_Charlaine'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Strang_Phillip - Boxed Set 3 Books' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Strang_Phillip - Boxed Set 3 Books'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Wise_David' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Wise_David'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='VanderMeer_Jeff' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='VanderMeer_Jeff'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Backman_Fredrik' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Backman_Fredrik'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gaiman_Neil - Single' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gaiman_Neil - Single'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Plumley_Lisa - Kismet' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Plumley_Lisa - Kismet'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Grisham_John' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Grisham_John'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hughes_Chip - Surfing Detective' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hughes_Chip - Surfing Detective'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Henderson_Charles - Jack Valentine' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Henderson_Charles - Jack Valentine'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Baldacci_David - John Puller' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Baldacci_David - John Puller'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Goldman_Matt' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Goldman_Matt'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Abbott_Megan' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Abbott_Megan'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Nance_John J.' books=7
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Nance_John J.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Heubusch_John' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Heubusch_John'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Towles_Amor' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Towles_Amor'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hawken_Sam' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hawken_Sam'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Turow_Scott' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Turow_Scott'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Mullen_Owen - Delaney' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Mullen_Owen - Delaney'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Writers' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Writers'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Kinsella_Sophie' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Kinsella_Sophie'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Barclay_Linwood' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Barclay_Linwood'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Barker_J. D.' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Barker_J. D.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Delozier_J. L.' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Delozier_J. L.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Dugoni_Robert' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Dugoni_Robert'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Preston & Child - Pendergast' books=17
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Preston & Child - Pendergast'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Nance_John J. - Kat' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Nance_John J. - Kat'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Logan_Patrick - Damien Drake' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Logan_Patrick - Damien Drake'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gardiner_Meg' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gardiner_Meg'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='DeMille_Nelson' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='DeMille_Nelson'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Dionne_Karen' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Dionne_Karen'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Atwood_Margaret' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Atwood_Margaret'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Grant_Jennifer' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Grant_Jennifer'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Meadows_Wendy - Maple Hills' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Meadows_Wendy - Maple Hills'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Christopher Bohjalian' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Christopher Bohjalian'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Inn at Boonsboro' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Inn at Boonsboro'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Egan_Jennifer' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Egan_Jennifer'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Finder_Joseph' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Finder_Joseph'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hornak_Francesca' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hornak_Francesca'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Smith_Karen Rose - Daisy' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Smith_Karen Rose - Daisy'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Monaghan_S.D.' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Monaghan_S.D.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Mary Higgins Clark' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Mary Higgins Clark'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Goldenbaum_Sally - Seaside Knitters Mystery' books=11
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Goldenbaum_Sally - Seaside Knitters Mystery'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Gospel' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Gospel'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Bricker_Sandra D.' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Bricker_Sandra D.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hughes_Mary Ellen - A Craft Corner Mystery' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hughes_Mary Ellen - A Craft Corner Mystery'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gibney_Patricia - Gibney' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gibney_Patricia - Gibney'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Liane Moriarty' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Liane Moriarty'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hoeg_Peter' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hoeg_Peter'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Howard_Linda' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Howard_Linda'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Straub_Peter - Blue Rose Trilogy' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Straub_Peter - Blue Rose Trilogy'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Baldacci_David - Amos Decker' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Baldacci_David - Amos Decker'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Lescroart_John - Abe Glitsky' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Lescroart_John - Abe Glitsky'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='MacLeod_Janice' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='MacLeod_Janice'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Moore_Kate' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Moore_Kate'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Ponicsan_Darryl' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Ponicsan_Darryl'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Taylor_Brad - Pike Logan' books=8
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Taylor_Brad - Pike Logan'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Rollins_James - Sigma Force' books=13
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Rollins_James - Sigma Force'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hurwitz_Gregg' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hurwitz_Gregg'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Moriarty_Liane' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Moriarty_Liane'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Clark_Mary Higgins' books=29
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Clark_Mary Higgins'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Ollestad_Norman' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Ollestad_Norman'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hammesfahr_Petra' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hammesfahr_Petra'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Hamid_Mohsin' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Hamid_Mohsin'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Fluke_Joanne - Hannah Swensen' books=21
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Fluke_Joanne - Hannah Swensen'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Maclaverty_Bernard' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Maclaverty_Bernard'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Corry_Jane' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Corry_Jane'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Levy_Marc' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Levy_Marc'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Wyer_Carol' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Wyer_Carol'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Andrews & Wilson - Tier One' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Andrews & Wilson - Tier One'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Fisher_Carrie' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Fisher_Carrie'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Lancet_Barry - Jim Brodie' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Lancet_Barry - Jim Brodie'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Bohjalian_Chris' books=9
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Bohjalian_Chris'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Punke_Michael' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Punke_Michael'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Crawford_Isis - Catered' books=13
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Crawford_Isis - Catered'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Gross_Andrew' books=4
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Gross_Andrew'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='O'Reilly_Bill' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='O'Reilly_Bill'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Viets_Elaine - Josie Marcus' books=10
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Viets_Elaine - Josie Marcus'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Jett_Tish' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Jett_Tish'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Pratt_James Michael' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Pratt_James Michael'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Sweeney_Cynthia D'Aprix' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Sweeney_Cynthia D'Aprix'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Deighton_Len - Harry Palmer' books=6
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Deighton_Len - Harry Palmer'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Uris_Leon' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Uris_Leon'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='McBain_Ed - Matthew Hope' books=13
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='McBain_Ed - Matthew Hope'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Meier_Leslie - Lucy' books=24
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Meier_Leslie - Lucy'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Coben_Harlan - Myron Bolitar' books=11
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Coben_Harlan - Myron Bolitar'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Connelly_Michael' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Connelly_Michael'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Kauffman_Donna - Cupcake Club' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Kauffman_Donna - Cupcake Club'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Deutermann_P. T.' books=5
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Deutermann_P. T.'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Elkins_Aaron - Gideon' books=1
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Elkins_Aaron - Gideon'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Born In Trilogy' books=3
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Born In Trilogy'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Belle_Josie - Good Buy Girls' books=2
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Belle_Josie - Good Buy Girls'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Koontz_Dean' books=8
DEBUG: 42.7 KoboTouch:update_device_database_collections - end for category='Koontz_Dean'
DEBUG: 42.7 KoboTouch:update_device_database_collections - category='Harris_Dan' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Harris_Dan'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Susan Andersen' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Susan Andersen'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Carré_John le' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Carré_John le'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='McKinlay_Jenn - Cupcakes' books=9
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='McKinlay_Jenn - Cupcakes'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Connelly_Michael - Terry McCaleb & Harry Bosch' books=3
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Connelly_Michael - Terry McCaleb & Harry Bosch'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Adler_Tim' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Adler_Tim'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Gillham_David R.' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Gillham_David R.'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Rollins_Steve' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Rollins_Steve'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Evanick_Marcia' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Evanick_Marcia'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Hartwell_Sadie' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Hartwell_Sadie'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Chinooks Hockey Team' books=6
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Chinooks Hockey Team'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Krueger_William Kent - Cork O'Connor' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Krueger_William Kent - Cork O'Connor'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Baldacci_David - Will Robie' books=5
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Baldacci_David - Will Robie'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Hoffman_Henry - Adam Fraley' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Hoffman_Henry - Adam Fraley'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Karon_Jan - Mitford' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Karon_Jan - Mitford'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Laukkanen_Owen' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Laukkanen_Owen'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Kaye_M. M.' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Kaye_M. M.'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Patterson_James' books=3
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Patterson_James'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Lamar Soutter_Nicholas' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Lamar Soutter_Nicholas'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Hudson_Eva - Angela Tate' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Hudson_Eva - Angela Tate'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Armstrong_Curtis' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Armstrong_Curtis'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Lustbader_Eric van' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Lustbader_Eric van'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Horowitz_Anthony' books=3
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Horowitz_Anthony'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Moyes_Jojo' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Moyes_Jojo'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Deighton_Len - Samson' books=9
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Deighton_Len - Samson'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Marnell_Cat' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Marnell_Cat'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Walker_Adrian J' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Walker_Adrian J'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Coben_Harlan' books=16
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Coben_Harlan'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Vargus_L.T. - Violet Darger' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Vargus_L.T. - Violet Darger'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Camerota_Alisyn - Single' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Camerota_Alisyn - Single'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Capri_Diane' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Capri_Diane'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Ackerman_Diane' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Ackerman_Diane'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Child_Lincoln - Single' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Child_Lincoln - Single'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Gardner_Lisa - Rainie&Quincy' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Gardner_Lisa - Rainie&Quincy'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Ellwood_Nuala' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Ellwood_Nuala'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Forstchen_William R. - John Matherson' books=3
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Forstchen_William R. - John Matherson'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Hale_Richard C - Jake Townsend' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Hale_Richard C - Jake Townsend'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='MacNeal_Susan Elia - Maggie Hope' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='MacNeal_Susan Elia - Maggie Hope'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Shaw_Irwin' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Shaw_Irwin'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Texas' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Texas'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Tata_A. J. - Jake Mahegan' books=4
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Tata_A. J. - Jake Mahegan'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Ryan_Hank Phillippi - Jane' books=4
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Ryan_Hank Phillippi - Jane'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Bale_Tom' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Bale_Tom'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Strang_Phillip - DCI Cook' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Strang_Phillip - DCI Cook'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Strang_Phillip' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Strang_Phillip'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Ryan_Tom' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Ryan_Tom'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Tremblay_Paul' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Tremblay_Paul'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Williams_GB' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Williams_GB'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Kwan_Kevin' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Kwan_Kevin'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Winslow_Don' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Winslow_Don'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Fury_Dalton - Delta Force' books=4
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Fury_Dalton - Delta Force'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Glass_Matthew' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Glass_Matthew'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Hannah_Kristin' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Hannah_Kristin'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Shetterly_Margot Lee' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Shetterly_Margot Lee'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='McFate_Sean - Tom Locke' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='McFate_Sean - Tom Locke'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Darnielle_John' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Darnielle_John'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Edsel_Robert M.' books=2
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Edsel_Robert M.'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Lovett' books=3
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Lovett'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Gentry_Amy' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Gentry_Amy'
DEBUG: 42.8 KoboTouch:update_device_database_collections - category='Sandra Brown' books=1
DEBUG: 42.8 KoboTouch:update_device_database_collections - end for category='Sandra Brown'
DEBUG: 42.8 KoboTouch:update_device_database_collections - managing bookshelves and series.
DEBUG: 42.8 KoboTouch:update_device_database_collections - about to clear empty bookshelves
DEBUG: 42.8 KoboTouch:delete_empty_bookshelves - start
DEBUG: 42.8 KoboTouch:delete_empty_bookshelves - end
DEBUG: 42.8 KoboTouch:update_device_database_collections - Number of series set=0 Number of books=1230
DEBUG: 43.0 KoboTouch:update_device_database_collections - Finished
DEBUG: 43.0 USBMS: starting sync_booklists
DEBUG: 44.8 USBMS: finished sync_booklists
DEBUG: 44.8 KOBO:sync_booklists - end
DeviceJob: 5 Send metadata to device done, calling callback
DeviceJob: 5 Send metadata to device callback returned
Job: 4 Upload 2 books to the device: The Silence of the Flans, Éclair and Present Danger started
Device using plugboard kepub KOBOTOUCHEXTENDED [[u'{series_index:0>2s| | -}{title}', u'title']]
Setting metadata in: The Silence of the Flans at: C:\Users\Trice\AppData\Local\Temp\calibre_vah_7z\q hqzdycaltmpfmt.kepub
Failed to set metadata for the KEPUB format of: 02 -The Silence of the Flans
Traceback (most recent call last):
File "site-packages\calibre\customize\ui.py", line 436, in set_file_type_metadata
File "calibre_plugins.kepubmdwriter.metadata.writer ", line 35, in set_metadata
ValueError: Single '}' encountered in format string
Device using plugboard kepub KOBOTOUCHEXTENDED [[u'{series_index:0>2s| | -}{title}', u'title']]
Setting metadata in: Éclair and Present Danger at: C:\Users\Trice\AppData\Local\Temp\calibre_vah_7z\s ahcqscaltmpfmt.kepub
Failed to set metadata for the KEPUB format of: 01 -Éclair and Present Danger
Traceback (most recent call last):
File "site-packages\calibre\customize\ui.py", line 436, in set_file_type_metadata
File "calibre_plugins.kepubmdwriter.metadata.writer ", line 35, in set_metadata
ValueError: Single '}' encountered in format string
KoboTouchExtended:upload_books:Setting FeatureSettings.FullBookPageNumbers to true
DEBUG: 44.9 KoboTouch:upload_books - 2 books
DEBUG: 44.9 KoboTouch:upload_books - files= [u'C:\\Users\\Trice\\AppData\\Local\\Temp\\calibre_ vah_7z\\qhqzdycaltmpfmt.kepub', u'C:\\Users\\Trice\\AppData\\Local\\Temp\\calibre_ vah_7z\\sahcqscaltmpfmt.kepub']
DEBUG: 44.9 KoboTouch:upload_books: Processing book: The Silence of the Flans by Laura Bradford

DEBUG: 44.9 KoboTouch:upload_books: file=C:\Users\Trice\AppData\Local\Temp\calibre_vah _7z\qhqzdycaltmpfmt.kepub, name=The Silence of the Flans - Laura Bradford_2813.kepub
KoboTouchExtended:_modify_epub:Skipping all processing for calibre-converted KePub file C:\Users\Trice\AppData\Local\Temp\calibre_vah_7z\q hqzdycaltmpfmt.kepub
DEBUG: 44.9 KoboTouch:_modify_epub:Processing Bradford, Laura - The Silence of the Flans
DEBUG: 44.9 KoboTouch:_modify_epub: no CSS file
DEBUG: 44.9 KoboTouch:upload_books: Processing book: Éclair and Present Danger by Laura Bradford
DEBUG: 44.9 KoboTouch:upload_books: file=C:\Users\Trice\AppData\Local\Temp\calibre_vah _7z\sahcqscaltmpfmt.kepub, name=Eclair and Present Danger - Laura Bradford_2812.kepub
KoboTouchExtended:_modify_epub:Skipping all processing for calibre-converted KePub file C:\Users\Trice\AppData\Local\Temp\calibre_vah_7z\s ahcqscaltmpfmt.kepub
DEBUG: 44.9 KoboTouch:_modify_epub:Processing Bradford, Laura - Éclair and Present Danger
DEBUG: 44.9 KoboTouch:_modify_epub: no CSS file
DEBUG: 44.9 USBMS: uploading 2 books
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x102AE330>
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x102AE7B0>
KoboTouchExtended:filename_callback:Path - 02 -Silence of the Flans, The.kepub
KoboTouchExtended:filename_callback:New path - 02 -Silence of the Flans, The.kepub.epub
DEBUG: 45.1 KoboTouch:upload_cover - path='I:\Emergency Dessert Squad' filename='02 -Silence of the Flans, The.kepub'
DEBUG: 45.1 filepath='I:\Emergency Dessert Squad\02 -Silence of the Flans, The.kepub.epub'
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x102AE090>
KoboTouchExtended:settings: settings= <calibre.utils.config_base.OptionValues object at 0x102AE3B0>
KoboTouchExtended:filename_callback:Path - 01 -Eclair and Present Danger.kepub
KoboTouchExtended:filename_callback:New path - 01 -Eclair and Present Danger.kepub.epub
DEBUG: 45.3 KoboTouch:upload_cover - path='I:\Emergency Dessert Squad' filename='01 -Eclair and Present Danger.kepub'
DEBUG: 45.3 filepath='I:\Emergency Dessert Squad\01 -Eclair and Present Danger.kepub.epub'
DEBUG: 45.3 USBMS: finished uploading 2 books
DEBUG: 45.4 KoboTouch:delete_images - ImageID= file____mnt_sd_Emergency_Dessert_Squad_02_-Silence_of_the_Flans,_The_kepub_epub
DEBUG: 45.4 KoboTouch:delete_images - path=I:\koboExtStorage/images-cache/82\254\file____mnt_sd_Emergency_Dessert_Squad_02_-Silence_of_the_Flans,_The_kepub_epub
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\82\254\file____mnt_sd_Emergency_Dessert_Squa d_02_-Silence_of_the_Flans,_The_kepub_epub - N3_LIBRARY_FULL.parsed
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\82\254\file____mnt_sd_Emergency_Dessert_Squa d_02_-Silence_of_the_Flans,_The_kepub_epub - N3_LIBRARY_GRID.parsed
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\82\254\file____mnt_sd_Emergency_Dessert_Squa d_02_-Silence_of_the_Flans,_The_kepub_epub - N3_FULL.parsed
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\82\254\file____mnt_sd_Emergency_Dessert_Squa d_02_-Silence_of_the_Flans,_The_kepub_epub - AndroidBookLoadTablet_Aspect.parsed
DEBUG: 45.4 KoboTouch:delete_images - ImageID= file____mnt_sd_Emergency_Dessert_Squad_01_-Eclair_and_Present_Danger_kepub_epub
DEBUG: 45.4 KoboTouch:delete_images - path=I:\koboExtStorage/images-cache/50\248\file____mnt_sd_Emergency_Dessert_Squad_01_-Eclair_and_Present_Danger_kepub_epub
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\50\248\file____mnt_sd_Emergency_Dessert_Squa d_01_-Eclair_and_Present_Danger_kepub_epub - N3_LIBRARY_FULL.parsed
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\50\248\file____mnt_sd_Emergency_Dessert_Squa d_01_-Eclair_and_Present_Danger_kepub_epub - N3_LIBRARY_GRID.parsed
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\50\248\file____mnt_sd_Emergency_Dessert_Squa d_01_-Eclair_and_Present_Danger_kepub_epub - N3_FULL.parsed
DEBUG: 45.4 KoboTouch:delete_images - fpath=I:\koboExtStorage\images-cache\50\248\file____mnt_sd_Emergency_Dessert_Squa d_01_-Eclair_and_Present_Danger_kepub_epub - AndroidBookLoadTablet_Aspect.parsed
DeviceJob: 4 Upload 2 books to the device: The Silence of the Flans, Éclair and Present Danger done, calling callback
DeviceJob: set_books_in_library: books to process= 1836
Job: 5 Send metadata to device finished
No details available.
Job: 4 Upload 2 books to the device: The Silence of the Flans, Éclair and Present Danger finished
No details available.
DeviceJob: set_books_in_library finished: time= 0.353000164032
DeviceJob: 4 Upload 2 books to the device: The Silence of the Flans, Éclair and Present Danger callback returned
Job: 6 Send metadata to device started
DEBUG: 46.1 KOBO:sync_booklists - start
DEBUG: 46.1 KoboTouch:update_device_database_collections - oncard='main'
DEBUG: 46.1 KoboTouch::is_supported_fwversion - self.fwversion[:2] (4, 4)
DEBUG: 46.1 KoboTouch:update_device_database_collections - set_debugging_title to ''
DEBUG: 46.1 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#custcol']
DEBUG: 46.1 KTCollectionsBookList:get_collections - collection_attributes= [u'#custcol']
DEBUG: 46.1 KTCollectionsBookList:get_collections - end
DEBUG: 46.1 KoboTouch:update_device_database_collections - category='Kaye_M. M.' books=1
DEBUG: 46.2 KoboTouch:update_device_database_collections - end for category='Kaye_M. M.'
DEBUG: 46.2 KoboTouch:update_device_database_collections - category='Plumley_Lisa - Kismet' books=1
DEBUG: 46.2 KoboTouch:update_device_database_collections - end for category='Plumley_Lisa - Kismet'
DEBUG: 46.2 KoboTouch:update_device_database_collections - category='Hiaasen_Carl - Skink' books=1
DEBUG: 46.2 KoboTouch:update_device_database_collections - end for category='Hiaasen_Carl - Skink'
DEBUG: 46.2 KoboTouch:update_device_database_collections - category='Evanick_Marcia' books=1
DEBUG: 46.2 KoboTouch:update_device_database_collections - end for category='Evanick_Marcia'
DEBUG: 46.2 KoboTouch:update_device_database_collections - managing bookshelves and series.
DEBUG: 46.2 KoboTouch:update_device_database_collections - about to clear empty bookshelves
DEBUG: 46.2 KoboTouch:delete_empty_bookshelves - start
DEBUG: 46.2 KoboTouch:delete_empty_bookshelves - end
DEBUG: 46.2 KoboTouch:update_device_database_collections - Number of series set=0 Number of books=4
DEBUG: 46.3 KoboTouch:update_device_database_collections - Finished
DEBUG: 46.3 KoboTouch:update_device_database_collections - oncard='carda'
DEBUG: 46.3 KoboTouch::is_supported_fwversion - self.fwversion[:2] (4, 4)
DEBUG: 46.3 KoboTouch:update_device_database_collections - set_debugging_title to ''
DEBUG: 46.3 KTCollectionsBookList:get_collections - start - collection_attributes= [u'#custcol']
DEBUG: 46.3 KTCollectionsBookList:get_collections - collection_attributes= [u'#custcol']
DEBUG: 46.4 KTCollectionsBookList:get_collections - end
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Roberts_Nora' books=28
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Roberts_Nora'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Harris_Mark' books=1
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Harris_Mark'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Roberts_Nora - Brides' books=5
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Brides'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Connolly_Sheila' books=1
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Connolly_Sheila'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Clancy_Tom - Jack Ryan' books=6
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Clancy_Tom - Jack Ryan'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Quinn_Lucy - Secret Seal Isle Mysteries' books=5
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Quinn_Lucy - Secret Seal Isle Mysteries'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Hailey_Arthur' books=10
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Hailey_Arthur'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Snoekstra_Anna' books=1
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Snoekstra_Anna'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Byerrum_Ellen' books=1
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='Byerrum_Ellen'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='McBain_Ed - 87th Precinct' books=43
DEBUG: 46.4 KoboTouch:update_device_database_collections - end for category='McBain_Ed - 87th Precinct'
DEBUG: 46.4 KoboTouch:update_device_database_collections - category='Graham_Heather' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Graham_Heather'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Sullivan_Mark' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Sullivan_Mark'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Prescott_Summer - Key West' books=5
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Prescott_Summer - Key West'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Roberts_Nora - Irish Jewels Trilogy' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Irish Jewels Trilogy'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Martin_Holly' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Martin_Holly'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='McKinnon_Hannah' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='McKinnon_Hannah'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Silva_Daniel - Gabriel Allon' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Silva_Daniel - Gabriel Allon'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Byerrum_Ellen - Crime of Fashion' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Byerrum_Ellen - Crime of Fashion'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Leight_T.K.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Leight_T.K.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Berry_Steve - Cotton Malone' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Berry_Steve - Cotton Malone'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Michener_James A.' books=14
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Michener_James A.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Gibson_Rachel' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Hale_Richard C - Jaxon Jennings' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Hale_Richard C - Jaxon Jennings'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Hill_Casey - Reilly Steel' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Hill_Casey - Reilly Steel'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Connolly_John' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Connolly_John'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Forstchen_William R.' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Forstchen_William R.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Cooper_C. G. - Star & Spies' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Cooper_C. G. - Star & Spies'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Bloom_Tracy' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Bloom_Tracy'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Ellison_J.T.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Ellison_J.T.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Donlay_Philip' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Donlay_Philip'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Weir_Andy' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Weir_Andy'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Flynn_Gillian' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Flynn_Gillian'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Sefton_Maggie - Knitting' books=4
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Sefton_Maggie - Knitting'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Marie_Ann S. - A Dana Sweet Mystery' books=11
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Marie_Ann S. - A Dana Sweet Mystery'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Crais_Robert' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Crais_Robert'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Palmer_Michael' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Palmer_Michael'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Menapace_Jeff - Bad Games' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Menapace_Jeff - Bad Games'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Westfield_Ryan - EMP' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Westfield_Ryan - EMP'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Young_William P.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Young_William P.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Collins_Jackie' books=5
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Collins_Jackie'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Carter_John' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Carter_John'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Thor_Brad - Scot Harvath' books=14
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Thor_Brad - Scot Harvath'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Colgan_Jenny' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Colgan_Jenny'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Dreyer_Eileen' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Dreyer_Eileen'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Slater_K.L.' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Slater_K.L.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Steel_Danielle' books=4
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Steel_Danielle'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Hopkins_Bart' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Hopkins_Bart'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='MacMillan_Gilly' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='MacMillan_Gilly'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Dick_Philip K.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Dick_Philip K.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Callaghan_Hope - Cruise' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Callaghan_Hope - Cruise'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Wright_Austin' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Wright_Austin'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Bartlett_Lorraine' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Bartlett_Lorraine'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Child_Lee - Jack Reacher' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Child_Lee - Jack Reacher'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Barker_J.D.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Barker_J.D.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Roman_Alison - CookBook' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Roman_Alison - CookBook'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Wray_Sarah' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Wray_Sarah'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Atkins_Ace - Quinn Colson' books=5
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Atkins_Ace - Quinn Colson'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Nance_John J' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Nance_John J'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Preston & Child' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Preston & Child'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Verdon_John - Dave Gurney' books=4
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Verdon_John - Dave Gurney'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Steinhauer_Olen' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Steinhauer_Olen'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Crichton_Michael' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Crichton_Michael'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Lonsdale_Kerry' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Lonsdale_Kerry'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Weiner_Jennifer' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Weiner_Jennifer'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Mundy_Liza' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Mundy_Liza'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Wright_Lawrence' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Wright_Lawrence'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Coonts_Stephen' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Coonts_Stephen'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Leather_Stephen - Spider Shepherd' books=13
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Leather_Stephen - Spider Shepherd'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Lippman_Laura' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Lippman_Laura'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Barrett_Lorna - Booktown' books=10
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Barrett_Lorna - Booktown'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Hilton_L. S - Judith' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Hilton_L. S - Judith'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Delaney_JP' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Delaney_JP'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Thayer_Nancy' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Thayer_Nancy'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Kirsanow_Peter - Mike Garin' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Kirsanow_Peter - Mike Garin'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Coes_Ben - Dewey Andreas' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Coes_Ben - Dewey Andreas'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Hudson_Eva' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Hudson_Eva'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Goff_Chris - Raisa' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Goff_Chris - Raisa'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Menapace_Jeff' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Menapace_Jeff'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='L’Engle_Madeleine' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='L’Engle_Madeleine'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Greenwood_Kerry - Phryne Fisher' books=15
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Greenwood_Kerry - Phryne Fisher'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Millay_Katja' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Millay_Katja'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='King_Stephen & King_Owen' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='King_Stephen & King_Owen'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Dugoni_Robert - Tracy Crosswhite' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Dugoni_Robert - Tracy Crosswhite'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Forder_Tony J.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Forder_Tony J.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Palacio_R. J. - Wonder' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Palacio_R. J. - Wonder'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Callow_Pamela - Kate Lange' books=3
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Callow_Pamela - Kate Lange'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Maden_Mike' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Maden_Mike'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Nesbo_Jo - Harry Hole' books=11
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Nesbo_Jo - Harry Hole'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Rowling_J. K. - Harry Potter' books=7
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Rowling_J. K. - Harry Potter'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Thomas_Marin' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Thomas_Marin'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Flynn_Vince - Mitch Rapp' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Flynn_Vince - Mitch Rapp'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Kent_Minka' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Kent_Minka'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Brown_Dan - Robert Langdon' books=5
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Brown_Dan - Robert Langdon'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Lustbader_Eric V' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Lustbader_Eric V'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Carré_John le - George Smiley' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Carré_John le - George Smiley'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Fagone_Jason' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Fagone_Jason'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='McBain_Ed' books=8
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='McBain_Ed'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='White_Ethel Lina' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='White_Ethel Lina'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Sapper - Bulldog Drummond' books=10
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Sapper - Bulldog Drummond'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Child_Lincoln - Dr. Jeremy Logan' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Child_Lincoln - Dr. Jeremy Logan'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Parker_Richard' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Parker_Richard'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Moore_Graham' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Moore_Graham'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Clarke_Alexandria' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Clarke_Alexandria'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Boland_Shalini' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Boland_Shalini'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Lonsdale_Kerry - Everything' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Lonsdale_Kerry - Everything'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Preston & Child - Gideon Crew' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Preston & Child - Gideon Crew'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='King_Stephen' books=11
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='King_Stephen'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Leather_Stephen' books=4
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Leather_Stephen'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Pulley_D. M.' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Pulley_D. M.'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Cox_Richard' books=2
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Cox_Richard'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Rosen_Jane L. - Single' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Rosen_Jane L. - Single'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Bard_Elizabeth' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Bard_Elizabeth'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Spindler_Erica' books=6
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Spindler_Erica'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Wyer_Carol - Robyn Carter' books=4
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Wyer_Carol - Robyn Carter'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Kepler_Lars - Detective Inspector Joona Linna' books=5
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Kepler_Lars - Detective Inspector Joona Linna'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Hemingway_Ernest' books=1
DEBUG: 46.5 KoboTouch:update_device_database_collections - end for category='Hemingway_Ernest'
DEBUG: 46.5 KoboTouch:update_device_database_collections - category='Richtel_Matt' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Richtel_Matt'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Hawley_Noah' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Hawley_Noah'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Claire_Edie - Leigh Koslow' books=12
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Claire_Edie - Leigh Koslow'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bleeker_Emily' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bleeker_Emily'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Ray_Deany - Charlie' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Ray_Deany - Charlie'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bell_Ted - Alexander Hawke' books=10
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bell_Ted - Alexander Hawke'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Hill_Joe' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Hill_Joe'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Lorna_Barrett - Booktown' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Lorna_Barrett - Booktown'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Truly' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Truly'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Patricia - Detective Lottie Parker' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Patricia - Detective Lottie Parker'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Viets_Elaine - Dead-End Job' books=15
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Viets_Elaine - Dead-End Job'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Steinhauer_Olen - Milo Weaver' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Steinhauer_Olen - Milo Weaver'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Stratton_Donald' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Stratton_Donald'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Three Sisters Island' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Three Sisters Island'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Chronicles of The One' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Chronicles of The One'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Dorsey_Tim' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Dorsey_Tim'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Robbie_Vic' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Robbie_Vic'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='McKinlay_Jenn - Library' books=8
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='McKinlay_Jenn - Library'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bourdain_Anthony' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bourdain_Anthony'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Brown_Dan' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Brown_Dan'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Craig_Peter' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Craig_Peter'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Mitchell_Caroline - Ruby Preston' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Mitchell_Caroline - Ruby Preston'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Meltzer_Brad' books=8
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Meltzer_Brad'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Berry_Steve' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Berry_Steve'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Puzo_Mario' books=6
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Puzo_Mario'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Satran_Pamela Redmond' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Satran_Pamela Redmond'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Graham_Caroline' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Graham_Caroline'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Daheim_Mary - Bed-and-Breakfast' books=30
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Daheim_Mary - Bed-and-Breakfast'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='McCammon_Robert R.' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='McCammon_Robert R.'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Carvic_Heron - Miss Seeton' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Carvic_Heron - Miss Seeton'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Guardians' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Guardians'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Braun_Lilian Jackson - Cat Who' books=29
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Braun_Lilian Jackson - Cat Who'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Lescroart_John' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Lescroart_John'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Barton_Linda L' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Barton_Linda L'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Giliotti_Laurence' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Giliotti_Laurence'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Douglas_John' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Douglas_John'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Tartt_Donna' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Tartt_Donna'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Honeyman_Gail' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Honeyman_Gail'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Walsh_Michael - Matt Conley' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Walsh_Michael - Matt Conley'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Christie_Agatha - Hercule Poirot' books=42
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Christie_Agatha - Hercule Poirot'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Crane_Hamilton - Miss Seeton' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Crane_Hamilton - Miss Seeton'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Graham_Caroline - Chief Inspector Barnaby' books=6
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Graham_Caroline - Chief Inspector Barnaby'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bloom_Tracy - Katy' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bloom_Tracy - Katy'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Mallery_Susan' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Mallery_Susan'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Pinter_Jason' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Pinter_Jason'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Hill_Nathan' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Hill_Nathan'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Kondo_Marie' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Kondo_Marie'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bradford_Laura - Emergency Dessert Squad' books=2
DEBUG: 46.6 Do not know ContentID - Title="Éclair and Present Danger"
DEBUG: 46.6 KoboTouch:get_content_type_from_extension - start
DEBUG: 46.6 KoboTouch:get_content_type_from_extension - V2 firmware
DEBUG: 46.6 Do not know ContentID - Title="The Silence of the Flans"
DEBUG: 46.6 KoboTouch:get_content_type_from_extension - start
DEBUG: 46.6 KoboTouch:get_content_type_from_extension - V2 firmware
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bradford_Laura - Emergency Dessert Squad'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Deighton_Len' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Deighton_Len'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Makos_Adam' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Makos_Adam'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Lehane_Dennis' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Lehane_Dennis'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Dunnett_Kaitlyn - Liss MacCrimmon' books=11
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Dunnett_Kaitlyn - Liss MacCrimmon'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Baldacci_David' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Baldacci_David'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Dillon_Lucy' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Dillon_Lucy'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Lescroart_John - Dismas Hardy' books=16
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Lescroart_John - Dismas Hardy'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Brockenbrough_Martha' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Brockenbrough_Martha'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Sign of Seven' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Sign of Seven'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Swan_Karen' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Swan_Karen'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Taylor_Brad - Pike Logan_TaskForce' books=6
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Taylor_Brad - Pike Logan_TaskForce'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Coben_Harlan - Mickey Bolitar' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Coben_Harlan - Mickey Bolitar'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bowen_John - Single' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bowen_John - Single'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Dugoni_Robert - David Sloane' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Dugoni_Robert - David Sloane'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Moss_Todd - Judd Ryker' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Moss_Todd - Judd Ryker'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Hylton_P. T.' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Hylton_P. T.'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Cline_Ernest' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Cline_Ernest'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Hudson_Eva - Ingrid' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Hudson_Eva - Ingrid'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Roberts_Nora - Magic' books=3
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Magic'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Preston_Douglas' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Preston_Douglas'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Harris_Charlaine - Midnight' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Harris_Charlaine - Midnight'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Bulgakov_Mikhail' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Bulgakov_Mikhail'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='McCauley_Terrence - James Hicks' books=4
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='McCauley_Terrence - James Hicks'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Sullivan_Matthew' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Sullivan_Matthew'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Fine_Larry' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Fine_Larry'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Fluke_Joanne' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Fluke_Joanne'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Brown_Sandra' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Brown_Sandra'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Khan_Khizr' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Khan_Khizr'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Gross_Andrew - Ty Hauck' books=2
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Gross_Andrew - Ty Hauck'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Scott_Kierney' books=1
DEBUG: 46.6 KoboTouch:update_device_database_collections - end for category='Scott_Kierney'
DEBUG: 46.6 KoboTouch:update_device_database_collections - category='Clark_Mary Higgins - Laurie' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Clark_Mary Higgins - Laurie'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Sandford_John' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Sandford_John'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Leigh_T.K.' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Leigh_T.K.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Doyle_Arthur Conan' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Doyle_Arthur Conan'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Tremblay_Paul - Mark Genevich' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Tremblay_Paul - Mark Genevich'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Marsons_Angela - DI Kim Stone' books=7
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Marsons_Angela - DI Kim Stone'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Robinson_Kim Stanley' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Robinson_Kim Stanley'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Sandford_John - Flowers' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Sandford_John - Flowers'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Calhoun Women' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Calhoun Women'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Kauffman_Donna - Blue Hollow' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Kauffman_Donna - Blue Hollow'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Harris_Charlaine' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Harris_Charlaine'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Strang_Phillip - Boxed Set 3 Books' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Strang_Phillip - Boxed Set 3 Books'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Wise_David' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Wise_David'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='VanderMeer_Jeff' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='VanderMeer_Jeff'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Backman_Fredrik' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Backman_Fredrik'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gaiman_Neil - Single' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gaiman_Neil - Single'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Plumley_Lisa - Kismet' books=4
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Plumley_Lisa - Kismet'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Grisham_John' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Grisham_John'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hughes_Chip - Surfing Detective' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hughes_Chip - Surfing Detective'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Henderson_Charles - Jack Valentine' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Henderson_Charles - Jack Valentine'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Baldacci_David - John Puller' books=4
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Baldacci_David - John Puller'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Goldman_Matt' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Goldman_Matt'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Abbott_Megan' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Abbott_Megan'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Nance_John J.' books=7
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Nance_John J.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Heubusch_John' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Heubusch_John'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Towles_Amor' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Towles_Amor'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hawken_Sam' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hawken_Sam'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Turow_Scott' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Turow_Scott'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Mullen_Owen - Delaney' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Mullen_Owen - Delaney'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Writers' books=4
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Writers'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Kinsella_Sophie' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Kinsella_Sophie'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Barclay_Linwood' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Barclay_Linwood'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Barker_J. D.' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Barker_J. D.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Delozier_J. L.' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Delozier_J. L.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Dugoni_Robert' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Dugoni_Robert'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Preston & Child - Pendergast' books=17
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Preston & Child - Pendergast'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Nance_John J. - Kat' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Nance_John J. - Kat'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Logan_Patrick - Damien Drake' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Logan_Patrick - Damien Drake'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gardiner_Meg' books=4
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gardiner_Meg'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='DeMille_Nelson' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='DeMille_Nelson'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Dionne_Karen' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Dionne_Karen'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Atwood_Margaret' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Atwood_Margaret'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Grant_Jennifer' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Grant_Jennifer'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Meadows_Wendy - Maple Hills' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Meadows_Wendy - Maple Hills'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Christopher Bohjalian' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Christopher Bohjalian'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Inn at Boonsboro' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Inn at Boonsboro'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Egan_Jennifer' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Egan_Jennifer'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Finder_Joseph' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Finder_Joseph'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hornak_Francesca' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hornak_Francesca'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Smith_Karen Rose - Daisy' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Smith_Karen Rose - Daisy'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Monaghan_S.D.' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Monaghan_S.D.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Mary Higgins Clark' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Mary Higgins Clark'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Goldenbaum_Sally - Seaside Knitters Mystery' books=11
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Goldenbaum_Sally - Seaside Knitters Mystery'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Gospel' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Gospel'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Bricker_Sandra D.' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Bricker_Sandra D.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hughes_Mary Ellen - A Craft Corner Mystery' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hughes_Mary Ellen - A Craft Corner Mystery'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gibney_Patricia - Gibney' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gibney_Patricia - Gibney'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Liane Moriarty' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Liane Moriarty'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hoeg_Peter' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hoeg_Peter'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Howard_Linda' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Howard_Linda'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Straub_Peter - Blue Rose Trilogy' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Straub_Peter - Blue Rose Trilogy'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Baldacci_David - Amos Decker' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Baldacci_David - Amos Decker'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Lescroart_John - Abe Glitsky' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Lescroart_John - Abe Glitsky'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='MacLeod_Janice' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='MacLeod_Janice'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Moore_Kate' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Moore_Kate'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Ponicsan_Darryl' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Ponicsan_Darryl'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Taylor_Brad - Pike Logan' books=8
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Taylor_Brad - Pike Logan'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Rollins_James - Sigma Force' books=13
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Rollins_James - Sigma Force'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hurwitz_Gregg' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hurwitz_Gregg'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Moriarty_Liane' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Moriarty_Liane'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Clark_Mary Higgins' books=29
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Clark_Mary Higgins'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Ollestad_Norman' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Ollestad_Norman'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hammesfahr_Petra' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hammesfahr_Petra'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hamid_Mohsin' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hamid_Mohsin'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Fluke_Joanne - Hannah Swensen' books=21
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Fluke_Joanne - Hannah Swensen'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Maclaverty_Bernard' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Maclaverty_Bernard'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Corry_Jane' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Corry_Jane'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Levy_Marc' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Levy_Marc'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Wyer_Carol' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Wyer_Carol'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Andrews & Wilson - Tier One' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Andrews & Wilson - Tier One'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Fisher_Carrie' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Fisher_Carrie'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Lancet_Barry - Jim Brodie' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Lancet_Barry - Jim Brodie'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Bohjalian_Chris' books=9
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Bohjalian_Chris'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Punke_Michael' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Punke_Michael'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Crawford_Isis - Catered' books=13
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Crawford_Isis - Catered'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gross_Andrew' books=4
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gross_Andrew'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='O'Reilly_Bill' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='O'Reilly_Bill'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Viets_Elaine - Josie Marcus' books=10
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Viets_Elaine - Josie Marcus'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Jett_Tish' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Jett_Tish'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Pratt_James Michael' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Pratt_James Michael'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Sweeney_Cynthia D'Aprix' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Sweeney_Cynthia D'Aprix'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Deighton_Len - Harry Palmer' books=6
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Deighton_Len - Harry Palmer'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Uris_Leon' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Uris_Leon'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='McBain_Ed - Matthew Hope' books=13
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='McBain_Ed - Matthew Hope'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Meier_Leslie - Lucy' books=24
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Meier_Leslie - Lucy'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Coben_Harlan - Myron Bolitar' books=11
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Coben_Harlan - Myron Bolitar'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Connelly_Michael' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Connelly_Michael'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Kauffman_Donna - Cupcake Club' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Kauffman_Donna - Cupcake Club'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Deutermann_P. T.' books=5
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Deutermann_P. T.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Elkins_Aaron - Gideon' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Elkins_Aaron - Gideon'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Roberts_Nora - Born In Trilogy' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Roberts_Nora - Born In Trilogy'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Belle_Josie - Good Buy Girls' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Belle_Josie - Good Buy Girls'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Koontz_Dean' books=8
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Koontz_Dean'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Harris_Dan' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Harris_Dan'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Susan Andersen' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Susan Andersen'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Carré_John le' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Carré_John le'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='McKinlay_Jenn - Cupcakes' books=9
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='McKinlay_Jenn - Cupcakes'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Connelly_Michael - Terry McCaleb & Harry Bosch' books=3
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Connelly_Michael - Terry McCaleb & Harry Bosch'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Adler_Tim' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Adler_Tim'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gillham_David R.' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gillham_David R.'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Rollins_Steve' books=1
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Rollins_Steve'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Evanick_Marcia' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Evanick_Marcia'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Hartwell_Sadie' books=2
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Hartwell_Sadie'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Chinooks Hockey Team' books=6
DEBUG: 46.7 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Chinooks Hockey Team'
DEBUG: 46.7 KoboTouch:update_device_database_collections - category='Krueger_William Kent - Cork O'Connor' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Krueger_William Kent - Cork O'Connor'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Baldacci_David - Will Robie' books=5
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Baldacci_David - Will Robie'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Hoffman_Henry - Adam Fraley' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Hoffman_Henry - Adam Fraley'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Karon_Jan - Mitford' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Karon_Jan - Mitford'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Laukkanen_Owen' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Laukkanen_Owen'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Kaye_M. M.' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Kaye_M. M.'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Patterson_James' books=3
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Patterson_James'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Lamar Soutter_Nicholas' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Lamar Soutter_Nicholas'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Hudson_Eva - Angela Tate' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Hudson_Eva - Angela Tate'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Armstrong_Curtis' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Armstrong_Curtis'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Lustbader_Eric van' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Lustbader_Eric van'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Horowitz_Anthony' books=3
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Horowitz_Anthony'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Moyes_Jojo' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Moyes_Jojo'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Deighton_Len - Samson' books=9
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Deighton_Len - Samson'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Marnell_Cat' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Marnell_Cat'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Walker_Adrian J' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Walker_Adrian J'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Coben_Harlan' books=16
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Coben_Harlan'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Vargus_L.T. - Violet Darger' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Vargus_L.T. - Violet Darger'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Camerota_Alisyn - Single' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Camerota_Alisyn - Single'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Capri_Diane' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Capri_Diane'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Ackerman_Diane' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Ackerman_Diane'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Child_Lincoln - Single' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Child_Lincoln - Single'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Gardner_Lisa - Rainie&Quincy' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Gardner_Lisa - Rainie&Quincy'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Ellwood_Nuala' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Ellwood_Nuala'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Forstchen_William R. - John Matherson' books=3
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Forstchen_William R. - John Matherson'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Hale_Richard C - Jake Townsend' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Hale_Richard C - Jake Townsend'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='MacNeal_Susan Elia - Maggie Hope' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='MacNeal_Susan Elia - Maggie Hope'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Shaw_Irwin' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Shaw_Irwin'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Texas' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Texas'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Tata_A. J. - Jake Mahegan' books=4
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Tata_A. J. - Jake Mahegan'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Ryan_Hank Phillippi - Jane' books=4
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Ryan_Hank Phillippi - Jane'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Bale_Tom' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Bale_Tom'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Strang_Phillip - DCI Cook' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Strang_Phillip - DCI Cook'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Strang_Phillip' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Strang_Phillip'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Ryan_Tom' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Ryan_Tom'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Tremblay_Paul' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Tremblay_Paul'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Williams_GB' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Williams_GB'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Kwan_Kevin' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Kwan_Kevin'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Winslow_Don' books=2
Job: 4 Upload 2 books to the device: The Silence of the Flans, Éclair and Present Danger finished
No details available.
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Winslow_Don'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Fury_Dalton - Delta Force' books=4
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Fury_Dalton - Delta Force'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Glass_Matthew' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Glass_Matthew'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Hannah_Kristin' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Hannah_Kristin'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Shetterly_Margot Lee' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Shetterly_Margot Lee'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='McFate_Sean - Tom Locke' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='McFate_Sean - Tom Locke'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Darnielle_John' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Darnielle_John'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Edsel_Robert M.' books=2
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Edsel_Robert M.'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Gibson_Rachel - Lovett' books=3
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Gibson_Rachel - Lovett'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Gentry_Amy' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Gentry_Amy'
DEBUG: 46.8 KoboTouch:update_device_database_collections - category='Sandra Brown' books=1
DEBUG: 46.8 KoboTouch:update_device_database_collections - end for category='Sandra Brown'
DEBUG: 46.8 KoboTouch:update_device_database_collections - managing bookshelves and series.
DEBUG: 46.8 KoboTouch:update_device_database_collections - about to clear empty bookshelves
DEBUG: 46.8 KoboTouch:delete_empty_bookshelves - start
DEBUG: 48.3 KoboTouch:delete_empty_bookshelves - end
DEBUG: 48.3 KoboTouch:update_device_database_collections - Number of series set=2 Number of books=1232
DEBUG: 48.4 KoboTouch:update_device_database_collections - Finished
DEBUG: 48.4 USBMS: starting sync_booklists
DEBUG: 50.3 USBMS: finished sync_booklists
DEBUG: 50.3 KOBO:sync_booklists - end
DeviceJob: 6 Send metadata to device done, calling callback
DeviceJob: 6 Send metadata to device callback returned
Job: 6 Send metadata to device finished
No details available.
DEBUG: 223.4 KoboUtilities:_on_device_connection_changed - self.plugin_device_connection_changed.__class__: <type 'PyQt5.QtCore.pyqtBoundSignal'>
DEBUG: 223.4 Methods for self.plugin_device_connection_changed: ['__call__', '__class__', '__delattr__', '__doc__', '__format__', '__getattribute__', '__getitem__', '__hash__', '__init__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'connect', 'disconnect', 'emit', 'signal']
DEBUG: 223.4 KoboUtilites:_on_device_connection_changed - Device disconnected
DEBUG: 223.4 Have a Kobo device connected connected
DEBUG: 223.4 BEGIN Get Device Path
DEBUG: 223.4 No device appears to be connected
DEBUG: 223.4 END Get Device Path
DEBUG: 223.4 KoboUtilities:get_device - self.device_path=""
DEBUG: 223.4 rebuild_menus - self.supports_ratings=None, self.supports_tiles=None
DEBUG: 223.4 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 223.4 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouchExtended'
DEBUG: 223.4 KoboUtilities:set_toolbar_button_tooltip - start: text='None'
DEBUG: 223.4 KoboUtilities:set_toolbar_button_tooltip - setting to text='Utilities to use with Kobo ereaders

Driver: KoboTouchExtended'


You have no idea how much I appreciate your patience and help.

Happy New Year.

Trice

Last edited by chaley; 12-30-2017 at 11:07 AM. Reason: Put log under a spoiler
Maillemom is offline   Reply With Quote
Old 12-31-2017, 07:43 AM   #8
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
Looking at that, there is an error in the plugin that is updating the metadata. These lines show it:
Code:
Device using plugboard kepub KOBOTOUCHEXTENDED [[u'{series_index:0>2s| | -}{title}', u'title']]
Setting metadata in: The Silence of the Flans at: C:\Users\Trice\AppData\Local\Temp\calibre_vah_7z\q hqzdycaltmpfmt.kepub
Failed to set metadata for the KEPUB format of: 02 -The Silence of the Flans
Traceback (most recent call last):
File "site-packages\calibre\customize\ui.py", line 436, in set_file_type_metadata
File "calibre_plugins.kepubmdwriter.metadata.writer ", line 35, in set_metadata
ValueError: Single '}' encountered in format string
Device using plugboard kepub KOBOTOUCHEXTENDED [[u'{series_index:0>2s| | -}{title}', u'title']]
Setting metadata in: Éclair and Present Danger at: C:\Users\Trice\AppData\Local\Temp\calibre_vah_7z\s ahcqscaltmpfmt.kepub
Failed to set metadata for the KEPUB format of: 01 -Éclair and Present Danger
Traceback (most recent call last):
File "site-packages\calibre\customize\ui.py", line 436, in set_file_type_metadata
File "calibre_plugins.kepubmdwriter.metadata.writer ", line 35, in set_metadata
ValueError: Single '}' encountered in format string
Because of the error, the metadata isn't being updated in the kepubs during the send. I have reported the problem to the author in the plugins thread.
davidfor is offline   Reply With Quote
Old 12-31-2017, 09:20 AM   #9
Maillemom
Connoisseur
Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.
 
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
Thank you so much! You are truly a master!

Happy New Year.

Trice
Maillemom is offline   Reply With Quote
Old 12-31-2017, 07:00 PM   #10
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
An update for the Kepub plugin to fix this was published early this morning (Oz time). You should get an announcement for it when you next start calibre. That should solve the problem.
davidfor is offline   Reply With Quote
Old 12-31-2017, 07:57 PM   #11
Maillemom
Connoisseur
Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.Maillemom solves Fermat’s last theorem while doing the crossword.
 
Posts: 76
Karma: 28488
Join Date: Sep 2013
Location: Bensalem, PA
Device: Nook Classic, Nook STG, Nook Color, Kindle, Kobo H2O
Thanks so much! It works great. Hope you are having a happy new year.
Maillemom is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Series stopped working? ZodWallop Kobo Reader 9 11-23-2016 06:47 PM
Chapters not working right on Kobo H2O OrangeFlavored Conversion 2 12-06-2014 01:46 PM
Glo Kobo Glo light stopped working spersephone Kobo Reader 11 02-17-2014 01:01 PM
Mini Kobo Mini Touch screen stopped working chrisnewton Kobo Reader 7 04-30-2013 04:36 AM
Series have apparently stopped working... paulfiera Library Management 8 02-11-2011 12:47 PM


All times are GMT -4. The time now is 08:08 AM.


MobileRead.com is a privately owned, operated and funded community.