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