Page 1 of 1

filter options not seeming to work

Posted: Thu Oct 04, 2018 1:53 pm
by benny32
I am trying to sync only full .mkv files from a directory and ignore any files or folders with Sample in the name but I seem to be only sycning sample files and ignoring the full file. Here's my filter statement, what am I missing here?

<!>Sample<!>;<!>sample<!>;*.mkv

Re: filter options not seeming to work

Posted: Wed Oct 10, 2018 9:13 am
by RiseFly
Please try the following patten:
<!>*Sample*.*;*.mkv

Re: filter options not seeming to work

Posted: Sat Oct 20, 2018 10:32 am
by Rexroat
Hi RiseFly, what's that pattern supposed to do exactly?

Re: filter options not seeming to work

Posted: Wed Oct 24, 2018 1:36 pm
by RiseFly
Here is the help document about the pattern filtering in a folder:
http://www.risefly.com/help/filetype.htm

The mean of filtering pattern "<!>*Sample*.*;*.mkv" is:
Synchronize all the .mkv files, but exclude files that contains "Sample" in it file name.