-
Notifications
You must be signed in to change notification settings - Fork 19
qbt rss rule set
Pavel Fedarovich edited this page Aug 25, 2019
·
3 revisions
Changes the RSS automatic download rule.
qbt rss rule set [arguments] [options]
qbt rss rule update [arguments] [options]
Argument | Description |
---|---|
<NAME> |
Rule name |
Option | Description |
---|---|
--disabled <BOOL> -D <BOOL>
|
Disable/enable the rule. |
--regex <BOOL> -r <BOOL>
|
Enable/disable regex mode in "--contains" and "--not-contains" options. |
--smart-filter -F
|
Enable/disable 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 |
This command is experimental. It may have errors and its behavior may change in future.