From f87e2ea8d577ea499de3781a70b008a09c484378 Mon Sep 17 00:00:00 2001 From: Daniel Loader Date: Sat, 4 Feb 2017 23:46:57 +0000 Subject: [PATCH] dropped radarr to lowercase --- Custom-Post-Processing-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 8c016b9..943a67a 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -2,7 +2,7 @@ If you're looking to trigger a custom script in your download client to tell Rad ### Overview ### -Radarr can execute a custom script when new episodes are imported or a series is renamed, depending on the which action occurred the parameters will be different. Parameters are passed to the script through environment variables (allowing for more flexibility in what we send to the script and not having to worry about a particular order). In all cases the Environment Variables Radarr sends will be prefixed with `Radarr` and converted to lowercase, the `Series_Id` will appear as `Radarr_series_id`. +Radarr can execute a custom script when new episodes are imported or a series is renamed, depending on the which action occurred the parameters will be different. Parameters are passed to the script through environment variables (allowing for more flexibility in what we send to the script and not having to worry about a particular order). In all cases the Environment Variables Radarr sends will be prefixed with `Radarr` and converted to lowercase, the `Series_Id` will appear as `radarr_series_id`. ### Environment Variables ###