View Single Post
Old 03-15-2019, 03:06 PM   #64
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,705
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Actually, it's not that difficult. It would take a minor reworking to make it more robust, but someone should be able to get by with changing line 194 of plugin.py from:
Code:
for id, href in self.bk1.text_iter():
to:
Code:
for id, linear, href in self.bk1.spine_iter():
And then commenting out line 199 (plugin.py again) that does the sorting.
From:
Code:
self.cbXhtmlList=self.natural_sort(self.cbXhtmlList) #Sort the list of images
to:
Code:
#self.cbXhtmlList=self.natural_sort(self.cbXhtmlList) #Sort the list of images
DiapDealer is online now   Reply With Quote