0
Answered

Exclude PDF in Scan

TheGeNi 7 years ago updated by Elouan 6 years ago 2

Hey,

in my E-Book library, I got many of my books both in .epub and .pdf files. I want Ubooquity only to read the .epub files. I thought this would work with the exclusion patterns, but I couldn't figure out how yet.


Right now my pattern is 

.*Ubooquity


So how do I teach him to not scan any PDFs in the future?


Thanks for your help!

Answered

try:

.*pdf


(careful, the "." is before the "*")

if you need several condition (OR): put them in brakets with  | in between

my pattern looks like this:


(.*#recycle.*)|(.*\.Ubooquity.*)|(.*@eaDir.*)|(.*\.pdf)|(.*\.synkron.sync*)