-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
I might be missing something or possibly Redirecter does not support this function, but when I try to leverage the filters to match requests for "Specials" seasons, it does not.
My filter is configured to look for, conditions: name: exclude: specials thinking it would match any requests for Seasons that are "Specials" as seen in the below snippet.
Webhook output from log (see section for name):
"seasons": [
{
"airDate": "[REDACTED]",
"episodeCount": [REDACTED],
"id": [REDACTED],
"name": "Specials",
"overview": "",
"seasonNumber": 0,
"posterPath": "[REDACTED]"
},
Filter configuration in config.yaml:
- media_type: tv
is_4k: false
conditions:
keywords:
exclude: anime
name:
exclude: specials
apply: Sonarr
Filter processing from log:
2025-09-17 13:26:53 [DEBUG]: Filter check for keywords did not match.
2025-09-17 13:26:53 [DEBUG]: Filter check:
Field: keywords
Filter value: exclude: anime
Request value: Keywords array (matched)
2025-09-17 13:26:53 [DEBUG]: Filter check:
Field: name
Filter value: exclude: specials
Request value: [REDACTED]
2025-09-17 13:26:53 [INFO]: Found matching filter at index 4
2025-09-17 13:26:53 [DEBUG]: Sending configuration to instance:
instance: Sonarr
postData: mediaType: tv, seasons: [0], rootFolder: [REDACTED], serverId: 0
2025-09-17 13:26:54 [INFO]: Configuration applied to request ID 28
2025-09-17 13:26:54 [INFO]: Configuration applied for request ID 28 on instance "Sonarr"
2025-09-17 13:26:54 [INFO]: Request ID 28 approved successfully
2025-09-17 13:26:54 [INFO]: Request ID 28 approved for instance "Sonarr"
2025-09-17 13:26:54 [INFO]: Request processed and sent to instances
Metadata
Metadata
Assignees
Labels
No labels