From 2da5fccbf284dbb9bbe8731cd38b831f3e882da4 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 29 Mar 2017 18:21:40 -0700 Subject: [PATCH] Updated Custom Post Processing Scripts (markdown) --- Custom-Post-Processing-Scripts.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Custom-Post-Processing-Scripts.md b/Custom-Post-Processing-Scripts.md index e3c07bd..40a4d5a 100644 --- a/Custom-Post-Processing-Scripts.md +++ b/Custom-Post-Processing-Scripts.md @@ -14,6 +14,8 @@ Sonarr can execute a custom script when new episodes are imported or a series is | Series_Id | Internal ID of the series | | Series_Title | Title of the series | | Series_TvdbId | TVDB ID for the series | +| Series_TvMazeId | TVMaze ID for the series | +| Series_Imdb | IMDB ID for the series | | Series_Type | Type of the series, Anime, Daily or Standard | | Release_EpisodeCount | Number of episodes in the release | | Release_SeasonNumber | Season number from release | @@ -38,6 +40,8 @@ Sonarr can execute a custom script when new episodes are imported or a series is | Series_Title | Title of the series | | Series_Path | Full path to the series | | Series_TvdbId | TVDB ID for the series | +| Series_TvMazeId | TVMaze ID for the series | +| Series_Imdb | IMDB ID for the series | | Series_Type | Type of the series, Anime, Daily or Standard | | EpisodeFile_Id | Internal ID of the episode file | | EpisodeFile_RelativePath | Path to the episode file relative to the series' path |