diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 0f528c7..bc036ad 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -26,11 +26,11 @@ Radarr can execute a custom script when new movies are imported or renamed, depe | EventType | Download | | Movie_Id | Internal ID of the movie | | Movie_Title | Title of the movie | -| Movie_Path | Full path to the movie | +| Movie_Path | Full path to the movie ( /Movie (Year)/ ) | | Movie_ImdbId | IMDB ID for the movie | | MovieFile_Id | Internal ID of the movie file | | MovieFile_RelativePath | Path to the movie file relative to the movie' path | -| MovieFile_Path | Full path to the movie file | +| MovieFile_Path | Full path to the movie file ( /Movie (Year)/Movie (Year).mkv )| | MovieFile_Quality | Quality name from Radarr | | MovieFile_QualityVersion | 1 is the default, 2 for proper, 3+ could be used for anime versions | | MovieFile_ReleaseGroup | Release group, will not be set if it is unknown |