diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index 92266f9..03a85e7 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -12,12 +12,15 @@ Radarr can execute a custom script when new movies are imported or a movie is re |---|---| | radarr_eventtype | Grab| | radarr_movie_id | Internal ID of the movie| +| radarr_movie_imdbid| IMDb id for the movie | | radarr_movie_title| Title of the movie| -| radarr_movie_imdbid| imdb id for the movie | -| radarr_release_title | NZB/Torrent title | +| radarr_movie_tmdbid| TMDb ID for the movie | | radarr_release_indexer | Indexer where the release was grabbed | -| radarr_release_size | Size of the release reported by the indexer | +| radarr_moviefile_quality | Quality name from Radarr | +| radarr_moviefile_qualityversion | 1 is the default, 2 for proper, 3+ could be used for anime versions | | radarr_release_releasegroup | Release Group, will not be set if it is unknown | +| radarr_release_size | Size of the release reported by the indexer | +| radarr_release_title | NZB/Torrent title | ##### On Download/On Upgrade #####