If you're looking to trigger a custom script, you can find more details here. Scripts are added to Prowlarr via the Connect Settings.
Prowlarr can execute a custom script when an episode is newly imported or renamed. Depending on the action, different parameters are supplied. Parameters are passed to the script through environment variables.
Note that the following will only be logged for custom scripts:
stdout
output will be logged as Debug
stderr
output will be logged as Info
Trace
Environment Variables vary based on the event type. Details coming soontm
The code to review is here in the interim. Wiki contributions welcome
When adding the script to Prowlarr and clicking 'Test,' the script will be invoked with the following parameters. The script should be able to gracefully ignore any unsupported event type.
Environment Variable | Details |
---|---|
prowlarr_eventtype |
Test |