Sample filters

Here is a sample "movie" filter as mentioned earlier. If you set this up as a free filter, you can jump to it from the search filters to filter out a lot of bogus hits. Also, when doing a new search, you can select it on the default filter pulldown directly.

!ConditionTarget
 If filesize is smaller than 400000000 (381.5 MB)DON'T DISPLAY
 If filename ends with ".avi"RETURN
 If filename ends with ".mpg"RETURN
 AlwaysDON'T DISPLAY

Here is a filter that will download MPEG music videos of Rammstein tracks. The trick is to use inverted conditions (note the X'es in front), and the last rule that will mark all files that aren't flagged as DON'T DISPLAY with DOWNLOAD.

!ConditionTarget
XIf filename contains the words "rammstein"DON'T DISPLAY
XIf filename ends with "mpg"DON'T DISPLAY
 If filesize is smaller than 20000000 (19.1 MB)DON'T DISPLAY
XIf flag DON'T DISPLAYDOWNLOAD

gtk-gnutella development hosted bySourceForge.net Logo