Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add instructions for priority #66

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ option `Import filter`. Just paste the content below into the text box that appe
"version": "1.0",
"data": {
"enabled": true,
"priority": 15,
"seasons": "1-99",
"episodes": "0",
"resolutions": [
Expand All @@ -153,6 +152,11 @@ option `Import filter`. Just paste the content below into the text box that appe
}
```

In the `General` tab you will need to adjust the value of `Priority` to be set higher than all your TV show filters. For
instance, if your Sonarr filter is set at `10` and a TV filter that sends to qBittorrent is at `15`, then you should set
the `seasonpackarr` filter to at least `16`. This ensures that it will execute before the others. It's perfectly fine to
have a `cross-seed` filter positioned above the `seasonpackarr` filter.

### External Filters

After adding the filter, you need to head to the `External` tab of the filter, click on `Add new` and select `Webhook`
Expand Down