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 |