View Single Post
Old 11-29-2009, 10:01 AM   #15
EliNoah
Enthusiast
EliNoah began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Oct 2009
Device: Sony ereader Pocket Edition
Quote:
Originally Posted by theducks View Post
Use the command line utilities:
I made a batch ( .bat ) file that contained my desired options.
Code:
calibredb list -w 132 -f authors,series,series_index,title,timestamp  --sort-by timestamp --ascending > foo.txt
foo.txt is my output file that can be view/edited or printed (landscape since I made it 132 chars wide so as to not wrap/truncate)

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.
I am sorry, but I don't know what this means...where do I find the command line utilities? Is it the search function?
EliNoah is offline   Reply With Quote