View Single Post
Old 12-09-2014, 08:41 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by HisLittleOne View Post
1. How do I keep the books appearing with the cover view when Calibre starts? It used to be that way until I reinstalled Calibre. Now it always starts up in a list view and I have to click on the little icon of books on the bottom right of the screen to see the books' covers. How do I keep that as a default view?
calibre should always open up with your previous settings.

Quote:
Originally Posted by HisLittleOne View Post
2. Is there any way to set Calibre to show the books from the most recently added books instead of alphabetical in the main window?
Preferences ==> Advanced ==> Tweaks

Set the value of the tweak "Specify columns to sort the booklist by on" to None, and it should use the last sort value. You an override this with a list of values to sort by. I use:
Code:
[('authors', 0), ('series', 0), ('#subseries', 0), ('title', 0)]
You want to use:
Code:
[('date', 1)]
eschwartz is offline   Reply With Quote