how to search for all books

General discussion related to "Everything".
Post Reply
moltra
Posts: 1
Joined: Wed Oct 04, 2023 4:30 am

how to search for all books

Post by moltra »

I am trying to find all the books on my multiple harddrives. I am looking for files with the following extensions.

Code: Select all

.epub - Electronic Publication format, widely used for eBooks.
.mobi - Mobipocket eBook format, compatible with Amazon Kindle devices.
.pdf - Portable Document Format, not exclusive to eBooks but commonly used for them.
.azw - Amazon Kindle eBook format.
.azw3 - Amazon Kindle eBook format with enhanced features.
.ibooks - Apple iBooks format.
.lit - Microsoft Reader eBook format (obsolete).
.pdb - PalmDOC eBook format.
.html - HyperText Markup Language, used for web-based eBooks.
.txt - Plain text format, often used for eBooks with simple formatting.
.cbz - Comic Book Zip, used for digital comic books and graphic novels.
.cbr - Comic Book RAR, another format for digital comics.
.fb2 - FictionBook eBook format.
.djvu - DjVu format, primarily used for scanned documents and eBooks.
.lit - Microsoft Reader eBook format (obsolete).
.pdb - PalmDOC eBook format.
.mobi - Mobipocket eBook format (also used for Amazon Kindle).
.opf - Open eBook Publication Structure format.
.azw4 - A variation of the Amazon Kindle format.
.prc - Mobipocket eBook format (obsolete).
Is there an easier way than searching for each extension seperately?
void
Developer
Posts: 15351
Joined: Fri Oct 16, 2009 11:31 pm

Re: how to search for all books

Post by void »

Please try the following search:

ext:epub;mobi;pdf;azw;azw3;ibooks;lit;pdb;html;txt;cbz;cbr;fb2;djvu;lit;pdb;mobi;opf;azw4;prc



To create a filter to search eBooks:
  • In Everything, from the Search menu, click Add to filters.
  • Change the Name to: eBooks
  • Change the Search to:
    ext:epub;mobi;pdf;azw;azw3;ibooks;lit;pdb;html;txt;cbz;cbr;fb2;djvu;lit;pdb;mobi;opf;azw4;prc
  • Click OK.
Filters can be activated from the Search menu, Filter bar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut.
Post Reply