Thread: Touch Sort by Series
View Single Post
Old 05-02-2014, 01:22 AM   #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
Ouch. That would have been painful.

Adding other sort options is a good idea. I did start working on extending the function to allow other choices of shelves. "Author" shelves was the first extra option. And then allowing different sorts such as publishing date. Setting the other orders as the selected sort in the config file would be useful. It will get done, I'm just not sure when

In the meantime, in case you need to do this again, edit the config file and look for lines that look like:
Code:
LastLibrarySorter_shelf_filterByBookshelf%28Ender%27s%20Game%29=sortByDateAddedToShelf()
The bit between the "%28" and "%29" is the URL encoded shelf name. If you remove the line, it will use the default sort. The value on the right is the name of the sort function used. You can change it to one of:
  • sortByNewest() - This is "Recently Read"
  • sortByTitle()
  • sortByAuthor()
  • sortBySize()
  • sortByFileType()
  • sortByDateAddedToShelf()
davidfor is offline   Reply With Quote