

In the next example titles having either 720p or 1080p (or both) are matching: For this purposes there is an OR-operator. Sometimes you may need to match any of the terms instead of all.

Multiple terms separated with spaces all must match for the whole search string to match. Fields not present in the feed should not be searched. The availability of other fields depend on rss feed provider. NOTE: Only fields title, filename and age are always present. A floating point value is used as rating between 0.0 and 10.0.

Integer parameter is interpreted as value of rating between 0 and 100.

Field “rating” can be used with integer or floating point parameter.For field age the parameter can have suffixes “m” (minutes), “h” (hours), “d” (days).Following characters assumed to be word separators: For field size the parameter can have suffixes “K”, “KB” (kilobytes), “M”, “MB” (megabytes), “G”, “GB” (gigabytes).If the search pattern contains word separator characters (except * and ?) the search is performed on the whole field (the word-search would be obviously never successful in this case).If the search pattern starts and ends with * (star) the search is performed against the whole field content (substring-search mode).Text search is by default performed against words (word-search mode): the field content is separated into words and then each word is checked against pattern.More about text search (command Text search supports wildcard characters * (matches any number of any characters), ? (matches any one character) and # (matches one digit) Commands =, and >= are for use with numeric fields (size, age, rating, imdbid, rageid, tvdbid, tvmazeid, season, episode, priority, dupescore).Commands and $ are for use with text fields (title, filename, category, link, genre, dupekey).“param” defines a regular expression (using POSIX Extended Regular Expressions syntax). The commands are described in details later.Ĭommands for word “param” This is default command, the can be omitted. If not specified the default field “title” is used.Ī special character (or two) defining how to interpret the parameter (followed after the command). If the term succeed the feed item is ignored.įield to which apply the rule. Terms are positive by default, the “+” can be omitted.ĭeclares a negative term.
