View Single Post
Old 09-22-2024, 11:12 AM   #2
uli
Zealot
uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.uli can program the VCR without an owner's manual.
 
Posts: 109
Karma: 194274
Join Date: Jun 2011
Location: Montreal
Device: Kobo, Calibre
This will find PDFs without EPUBS
formats:"=PDF" AND NOT formats:"=EPUB"

Or a more generic missing associated epub
formats:#>0 AND NOT formats:"=EPUB"

I use this instead of formats:true, because I can increase the count (pdf and mobi, etc)

Last edited by uli; 09-22-2024 at 11:16 AM.
uli is offline   Reply With Quote