Add Rss Feed To Qbittorrent Instant
How to Add an RSS Feed to qBittorrent and Automate Your Downloads
- Feed: Select your specific feed from the dropdown. If you select "All feeds," the rule applies globally.
- Must Contain:
The Last of Us S– This catches all episodes (S01, S02). To be more specific:The.Last.of.Us.S02orThe Last of Us S02E. - Must Not Contain:
720p,XviD,Sample– This filters out low quality or unwanted files. - Save Path: Create a dedicated folder like
C:\Downloads\TV\LastOfUs. - Category (qBittorrent v4.3+): If you use categories, select "TV Shows" here.
- Example:
x265if you hate that codec, orSampleto avoid small files, orGermanif you only want English.
- Go to Tools -> Options (or
Ctrl + P). - Select "RSS" from the left sidebar.
- Look for "RSS feed refresh interval."
: Using wildcard characters (*) or Regular Expressions (Regex) allows users to target exact releases, such as specific subbing groups or file resolutions, without manual oversight. Smart Episode Management add rss feed to qbittorrent
Occasional Rule Conflicts: Broad rules might accidentally trigger multiple downloads for the same file. How to Add an RSS Feed to qBittorrent
- If qBittorrent runs on a remote host, set QB_HOST accordingly and ensure the Web UI is reachable.
- The Web API endpoints used: /api/v2/auth/login, /api/v2/rss/addFeed, /api/v2/rss/createRule, /api/v2/rss/feedList.
- Adjust RULE_FILTER (regex) to match specific titles; use ruleUseRegex = "false" and plain text if preferred.
- For per-feed rules, set ruleApplyTo to "1" and supply ruleFeedId (feed index from feedList).
- For automation, run this script from a cron job or systemd timer.