View Single Post
Old 04-18-2013, 02:11 PM   #6
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,549
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
This was based on a post from chaley...

Quote:
Originally Posted by chaley View Post
search for "formats:#>1" (no quotes) or for whatever number you want. The hash sign tells calibre to count the number of values instead of looking at the values.
Code:
formats:#
means the count of the values in formats so
Code:
formats:#=1
means books with only one format.

And then
Code:
formats:pdf
means books which are in PDF format, so
Code:
formats:#=1 and formats:pdf
means books with only one format, and that format IS PDF.

Last edited by PeterT; 04-18-2013 at 02:14 PM.
PeterT is offline   Reply With Quote