Quote:
Originally Posted by HisLittleOne
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
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: