Skip to content

qbt rss rule add

Pavel Fedarovich edited this page Aug 25, 2019 · 3 revisions

Command Reference

qbt rss rule add

Adds the RSS automatic download rule.

Usage:

qbt rss rule add [arguments] [options]

Arguments

Argument Description
<NAME> Rule name

Options

Option Description
--disabled
-D
Add the rule as disabled.
--regex
-r
Enable regex mode in "--contains" and "--not-contains" options.
--smart-filter
-F
Enable smart episode filter.
--ignore-days <DAYS>
-d <DAYS>
Ignore subsequent rule matches.
--last-match <DATE_TIME>
-l <DATE_TIME>
The rule last match time.
--paused <VALUE>
-p <VALUE>
Add matched torrent in pause mode: (Auto | True | False).
--contains <STRING>
-i <STRING>
The substring that the torrent name must contain.
--not-contains <STRING>
-x <STRING>
The substring that the torrent name must not contain
--episode-filter
-f
Episode filter definition, e.g. "1x01-;".
--prev-matched-episode <ID>
-E <ID>
The episode ID already matched by smart filter. Can be specified multiple times.
--feed-url <URL>
-u <URL>
The feed URL the rule applied to. Can be specified multiple times.
--category <CATEGORY>
-c <CATEGORY>
Assign category to the torrent.
--save-path <PATH>
-s <PATH>
SavePath
--url <SERVER_URL> QBittorrent Server URL
--username <USERNAME> User name
--password <PASSWORD> User password
--ask-for-password Ask the user to enter a password in a secure way.
--help
-h
-?
Show help information

Details

This command is experimental. It may have errors and its behavior may change in future.

Clone this wiki locally