From 520261289b52d191ff0830da2c6f3b1b7d83d9f1 Mon Sep 17 00:00:00 2001 From: nuxen Date: Thu, 18 Jan 2024 20:28:15 +0100 Subject: [PATCH] docs(readme): add instructions for priority --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acd3c94..32051a8 100644 --- a/README.md +++ b/README.md @@ -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": [ @@ -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`