mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Updated Custom Post Processing Scripts (markdown)
parent
ab2b6c2c16
commit
5779afd161
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ If you're looking to trigger a custom script in your download client to tell Rad
|
||||||
|
|
||||||
### Overview ###
|
### 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 `Movie_Id` will appear as `radarr_movie_id`.
|
Radarr can execute a custom script when new movies 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 `Movie_Id` will appear as `radarr_movie_id`.
|
||||||
|
|
||||||
### Environment Variables ###
|
### Environment Variables ###
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue