Skip to content

Commit

Permalink
Merge pull request #28 from ckcr4lyf/feature/only-torrent-path
Browse files Browse the repository at this point in the history
Autobrr instructions
  • Loading branch information
ckcr4lyf authored Feb 11, 2022
2 parents 8cc40b1 + e84a5ef commit d7c1032
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Massive Thanks to <a href="https://walkerservers.com/">WalkerServers</a> for spo
- [AutoDL setup (Advanced)](#autodl-setup-advanced)
- [Torrent Category](#torrent-category)
- [Change Category on torrent completion](#change-category-on-torrent-completion)
- [Autobrr Setup](#autobrr-setup-beta)
- [qBittorrent post race setup](#qbittorrent-post-race-setup)
- [Other Scripts](#other-scripts)
- [Tag Errored Torrents](#tag-errored-torrents)
Expand Down Expand Up @@ -159,7 +160,7 @@ This is the path to the script. Now in AutoDL, change the Action for your filter
2. Comamnd - `/home/username/scripts/qbit-race/bin/autodl_feed.js`
3. Arguments - `"$(TorrentPathName)"`

** NOTE: THIS IS DIFFERENT THAN PREVIOUS VERSION WHICH NEEDED 4 ARGUMENTS!!! **
**NOTE: THIS IS DIFFERENT THAN PREVIOUS VERSION WHICH NEEDED 4 ARGUMENTS!!!**

Click OK, and that should be it!

Expand Down Expand Up @@ -206,6 +207,10 @@ CATEGORY_FINISH_CHANGE: {
}
```

## autobrr setup (BETA)

It should work with [autobrr](https://github.com/autobrr/autobrr) as well, for the arguments in autobrr, just put `{{ .TorrentPathName }}` , and the command to execute same as that for AutoDL (path to `autodl_feed.js`). Advanced instructions for category etc. are similar.

## qBittorrent post race setup

After the race, the post race script will resume the torrents (if nothing else is downloading), and also send you a discord notification with the ratio (if you have enabled it).
Expand Down

0 comments on commit d7c1032

Please sign in to comment.