From 77c104f085d8a9fe16356baa4503f5ea617de6bf Mon Sep 17 00:00:00 2001 From: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com> Date: Mon, 11 Mar 2019 02:05:39 +0530 Subject: [PATCH] Added documentation about the `radarr_isupgrade` variable --- Custom-Post-Processing-Scripts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 49d6de4..e73866b 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -27,6 +27,7 @@ Radarr can execute a custom script when new movies are imported or a movie is re | Environment Variable | Details | |---|---| | radarr_eventtype | Download | +| radarr_isupgrade | `True` when an existing file is upgraded, otherwise `False` | radarr_movie_id | Internal ID of the movie | | radarr_movie_title | Title of the movie | | radarr_movie_path | Full path to the movie ( /Movie (Year)/ ) |