View Single Post
Old 11-07-2013, 02:14 AM   #5
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)
You could ask Kovid if that would be a reasonable change to make, but for the moment there is no way.

You could try opening a command prompt and typing
Code:
calibredb list -s 'authors:"=J. K. Rowling" '
This would actually be the fastest way I could think of checking an author.

You could even put it into a batch file, say, foo.bat, like such:
Code:
@echo off
calibredb list -s 'authors:"=%*"'
then use Ctrl+R to get a run prompt and
Code:
foo.bat J. K. Rowling
to get all the books you have by J. K. Rowling.
eschwartz is offline   Reply With Quote