1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 06:33:32 +00:00

Updated Custom Post Processing Scripts (markdown)

Mark McDowall 2017-03-29 18:21:40 -07:00
parent cd6b2c974d
commit 2da5fccbf2

@ -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 |