Quote:
Originally Posted by theducks
Code:
calibredb list -w 132 -f authors,series,series_index,title,timestamp --sort-by timestamp --ascending > foo.txt
I sorted my list with the NEWER stuff at the top (timestamp --ascending)
The command line documentation has the full list of fields and options you can use. 
|
If I use your code I get a list sorted with the newest stuff at the bottom. I removed '--ascending' and get the list with with the newest at the top.
Neat idea though.