From 28a511649fe3a497e5b25320d521a11f01edb5a0 Mon Sep 17 00:00:00 2001 From: hugepants Date: Fri, 24 Apr 2020 15:43:24 +0100 Subject: [PATCH] Corrections of episode to movie --- Custom-Post-Processing-Scripts.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 97f24a1..03168db 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -41,8 +41,8 @@ Radarr can execute a custom script when new movies are imported or a movie is re | radarr_moviefile_qualityversion | 1 is the default, 2 for proper, 3+ could be used for anime versions | | radarr_moviefile_releasegroup | Release group, will not be set if it is unknown | | radarr_moviefile_scenename | Original release name | -| radarr_moviefile_sourcepath | Full path to the episode file that was imported | -| radarr_moviefile_sourcefolder | Full path to the folder the episode file was imported from | +| radarr_moviefile_sourcepath | Full path to the movie file that was imported | +| radarr_moviefile_sourcefolder | Full path to the folder the movie file was imported from | | radarr_download_id | The hash of the torrent/NZB file downloaded (used to uniquely identify the download in the download client) | ##### On Rename ##### @@ -94,8 +94,8 @@ radarr_moviefile_quality $radarr_moviefile_quality // Quality name from Radarr radarr_moviefile_qualityversion $radarr_moviefile_qualityversion // 1 is the default, 2 for proper, 3+ could be used for anime versions radarr_moviefile_releasegroup $radarr_moviefile_releasegroup // Release group, will not be set if it is unknown radarr_moviefile_scenename $radarr_moviefile_scenename // Original release name -radarr_moviefile_sourcepath $radarr_moviefile_sourcepath // Full path to the episode file that was imported -radarr_moviefile_sourcefolder $radarr_moviefile_sourcefolder // Full path to the folder the episode file was imported from +radarr_moviefile_sourcepath $radarr_moviefile_sourcepath // Full path to the movie file that was imported +radarr_moviefile_sourcefolder $radarr_moviefile_sourcefolder // Full path to the folder the movie file was imported from radarr_download_id $radarr_download_id // The hash of the torrent/NZB file downloaded (used to uniquely identify the download in the download client)" >> $RADARRENVLOG fi if [[ $radarr_eventtype == "Rename" ]] ; then