mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-11-25 04:02:48 +01:00
Fixed a couple variable names that were wrong.
parent
f2e0093084
commit
c9424b5d7e
@ -22,7 +22,7 @@ Sonarr can execute a custom script when new episodes are imported or a series is
|
||||
| Release_EpisodeNumbers | Comma separated list of episode numbers |
|
||||
| Release_EpisodeAirDates | Air date from original network |
|
||||
| Release_EpisodeAirDatesUtc | Air Date with Time in UTC |
|
||||
| Release_EpisodeTitles | Pipe (`|`) separated list of episode titles |
|
||||
| Release_EpisodeTitles | Pipe (`\|`) separated list of episode titles |
|
||||
| Release_Title | NZB/Torrent title |
|
||||
| Release_Indexer | Indexer where the release was grabbed |
|
||||
| Release_Size | Size of the release reported by the indexer |
|
||||
@ -51,15 +51,15 @@ Sonarr can execute a custom script when new episodes are imported or a series is
|
||||
| EpisodeFile_EpisodeNumbers | Comma separated list of episode numbers |
|
||||
| EpisodeFile_EpisodeAirDates | Air date from original network |
|
||||
| EpisodeFile_EpisodeAirDatesUtc | Air Date with Time in UTC |
|
||||
| EpisodeFile_EpisodeTitles | Pipe (`|`) separated list of episode titles |
|
||||
| EpisodeFile_EpisodeTitles | Pipe (`\|`) separated list of episode titles |
|
||||
| EpisodeFile_Quality | Quality name from Sonarr |
|
||||
| EpisodeFile_QualityVersion | 1 is the default, 2 for proper, 3+ could be used for anime versions |
|
||||
| EpisodeFile_ReleaseGroup | Release group, will not be set if it is unknown |
|
||||
| EpisodeFile_SceneName | Original release name |
|
||||
| EpisodeFile_SourcePath | Full path to the episode file that was imported |
|
||||
| EpisodeFile_SourceFolder | Full path to the folder the episode file was imported from |
|
||||
| DeletedFileRelativePaths | Pipe (`|`) separated list of files that were deleted to import this file |
|
||||
| DeletedFilePaths| Pipe (`|`) separated list of full paths for files that were deleted to import this file |
|
||||
| DeletedRelativePaths | Pipe (`\|`) separated list of files that were deleted to import this file |
|
||||
| DeletedPaths| Pipe (`\|`) separated list of full paths for files that were deleted to import this file |
|
||||
|
||||
##### On Rename #####
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user