Page 1 of 1

is it possible to define size in filter editor?

Posted: Mon Jan 28, 2013 1:14 pm
by semel666
For specific reasons i wanted to set up a filter for autodownloading that would download only the smallest par2 files available. it's size if generally about several KB.
is it somehow possible to define via boolean wildmats?

Cheers

PS or maybe there is a way manually download only the smallest par2 files from a group?

Re: is it possible to define size in filter editor?

Posted: Tue Jan 29, 2013 11:15 am
by jonib
You could test this:
Subject contains filter

Code: Select all

.par2&^.vol*+*.par2
It selects all subjects with .par2 and not .vol*+*.par2.

It seems to show only the small .par2 files. you could use a composite filter to combine it with a size filter to specify the size also.

jonib