View Single Post
Old 04-09-2014, 12:10 AM   #477
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 35,507
Karma: 145557716
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Forma, Clara HD, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Partial Debug log

It's beginning to look a bit strange... I was expecting to see books that were part of a series being updated but it seems most were non-series books.

I've included two samples of non-series books and one sample of a .kepub.epub/.epub pairing which is part of a series where the .kepub.epub is being updated.

Code:
DEBUG:  742.5 _update_metadata - searching for contentId='file:///mnt/sd/Sideloads/Abbot, Edwin A_/Flatland - Edwin A. Abbot.epub'
DEBUG:  742.5 _update_metadata - found contentId='file:///mnt/sd/Sideloads/Abbot, Edwin A_/Flatland - Edwin A. Abbot.epub'
DEBUG:  742.5 update_metadata: title_string= None
DEBUG:  742.5 update_metadata: title_string= Flatland
DEBUG:  742.5 update_metadata: authors_string= None
DEBUG:  742.5 update_metadata: authors_string= Edwin A. Abbot
DEBUG:  742.5 _update_metadata - self.options[cfg.KEY_SET_RATING]=  False
DEBUG:  742.5 _update_metadata - self.options['series'] True
DEBUG:  742.5 _update_metadata - newmi.series= None newmi.series_index= None
DEBUG:  742.5 _update_metadata - result['Series'] ='F' result['SeriesNumber'] =None
DEBUG:  742.5 _update_metadata - result['Series'] == newmi.series = False
DEBUG:  742.5 _update_metadata - result["SeriesNumber"] == series_index_str = True
DEBUG:  742.5 _update_metadata - not (result["Series"] == newmi.series or result["SeriesNumber"] == series_index_str) = False
DEBUG:  742.5 _update_metadata - setting series
DEBUG:  742.5 _update_metadata - update_query=UPDATE content SET  Series  = ? , SeriesNumber   = ? WHERE ContentID = ? AND BookID IS NULL
DEBUG:  742.5 _update_metadata - update_values=  [None, None, u'file:///mnt/sd/Sideloads/Abbot, Edwin A_/Flatland - Edwin A. Abbot.epub']
Code:
DEBUG:  742.6 _update_metadata - searching for contentId='file:///mnt/sd/Sideloads/Allan, Jenny/40 Top Quinoa Recipes for Weight Loss - Jenny Allan.epub'
DEBUG:  742.6 _update_metadata - found contentId='file:///mnt/sd/Sideloads/Allan, Jenny/40 Top Quinoa Recipes for Weight Loss - Jenny Allan.epub'
DEBUG:  742.6 update_metadata: title_string= None
DEBUG:  742.6 update_metadata: title_string= 40 Top Quinoa Recipes for Weight Loss
DEBUG:  742.6 update_metadata: authors_string= None
DEBUG:  742.6 update_metadata: authors_string= Jenny Allan
DEBUG:  742.6 _update_metadata - self.options[cfg.KEY_SET_RATING]=  False
DEBUG:  742.6 _update_metadata - self.options['series'] True
DEBUG:  742.6 _update_metadata - newmi.series= None newmi.series_index= None
DEBUG:  742.6 _update_metadata - result['Series'] ='4' result['SeriesNumber'] =None
DEBUG:  742.6 _update_metadata - result['Series'] == newmi.series = False
DEBUG:  742.6 _update_metadata - result["SeriesNumber"] == series_index_str = True
DEBUG:  742.6 _update_metadata - not (result["Series"] == newmi.series or result["SeriesNumber"] == series_index_str) = False
DEBUG:  742.6 _update_metadata - setting series
DEBUG:  742.6 _update_metadata - update_query=UPDATE content SET  Series  = ? , SeriesNumber   = ? WHERE ContentID = ? AND BookID IS NULL
DEBUG:  742.6 _update_metadata - update_values=  [None, None, u'file:///mnt/sd/Sideloads/Allan, Jenny/40 Top Quinoa Recipes for Weight Loss - Jenny Allan.epub']
Code:
DEBUG:  769.6 _update_metadata - searching for contentId='452b13de-2bba-449e-a1b2-12632e7313cb'
DEBUG:  769.6 _update_metadata - found contentId='452b13de-2bba-449e-a1b2-12632e7313cb'
DEBUG:  769.6 update_metadata: title_string= None
DEBUG:  769.6 update_metadata: title_string= The Witch Doctor
DEBUG:  769.6 update_metadata: authors_string= None
DEBUG:  769.6 update_metadata: authors_string= Christopher Stasheff
DEBUG:  769.6 _update_metadata - self.options[cfg.KEY_SET_RATING]=  False
DEBUG:  769.6 _update_metadata - self.options['series'] True
DEBUG:  769.6 _update_metadata - newmi.series= A Wizard In Rhyme newmi.series_index= 3.0
DEBUG:  769.6 _update_metadata - result['Series'] ='None' result['SeriesNumber'] =None
DEBUG:  769.6 _update_metadata - result['Series'] == newmi.series = False
DEBUG:  769.6 _update_metadata - result["SeriesNumber"] == series_index_str = False
DEBUG:  769.6 _update_metadata - not (result["Series"] == newmi.series or result["SeriesNumber"] == series_index_str) = True
DEBUG:  769.6 _update_metadata - setting series
DEBUG:  769.6 _update_metadata - update_query=UPDATE content SET  Series  = ? , SeriesNumber   = ? WHERE ContentID = ? AND BookID IS NULL
DEBUG:  769.6 _update_metadata - update_values=  [u'A Wizard In Rhyme', '3', u'452b13de-2bba-449e-a1b2-12632e7313cb']
DEBUG:  769.7 _update_metadata - searching for contentId='file:///mnt/sd/Sideloads/Stasheff, Christopher/Wizard In Rhyme, A 03 - Witch Doctor, The - Christopher Stasheff.epub'
DEBUG:  769.7 _update_metadata - found contentId='file:///mnt/sd/Sideloads/Stasheff, Christopher/Wizard In Rhyme, A 03 - Witch Doctor, The - Christopher Stasheff.epub'
DEBUG:  769.7 update_metadata: title_string= None
DEBUG:  769.7 update_metadata: title_string= The Witch Doctor
DEBUG:  769.7 update_metadata: authors_string= None
DEBUG:  769.7 update_metadata: authors_string= Christopher Stasheff
DEBUG:  769.7 _update_metadata - self.options[cfg.KEY_SET_RATING]=  False
DEBUG:  769.7 _update_metadata - self.options['series'] True
DEBUG:  769.7 _update_metadata - newmi.series= A Wizard In Rhyme newmi.series_index= 3.0
DEBUG:  769.7 _update_metadata - result['Series'] ='A Wizard In Rhyme' result['SeriesNumber'] =3
DEBUG:  769.7 _update_metadata - result['Series'] == newmi.series = True
DEBUG:  769.7 _update_metadata - result["SeriesNumber"] == series_index_str = True
DEBUG:  769.7 _update_metadata - not (result["Series"] == newmi.series or result["SeriesNumber"] == series_index_str) = False
DEBUG:  769.7 _update_metadata - no changes found to selected metadata. No changes being made.
Regards,
David
DNSB is offline   Reply With Quote