mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 16:02:43 +00:00
Corrections of episode to movie
parent
49e68bf26e
commit
28a511649f
1 changed files with 4 additions and 4 deletions
|
@ -41,8 +41,8 @@ Radarr can execute a custom script when new movies are imported or a movie is re
|
||||||
| radarr_moviefile_qualityversion | 1 is the default, 2 for proper, 3+ could be used for anime versions |
|
| radarr_moviefile_qualityversion | 1 is the default, 2 for proper, 3+ could be used for anime versions |
|
||||||
| radarr_moviefile_releasegroup | Release group, will not be set if it is unknown |
|
| radarr_moviefile_releasegroup | Release group, will not be set if it is unknown |
|
||||||
| radarr_moviefile_scenename | Original release name |
|
| radarr_moviefile_scenename | Original release name |
|
||||||
| radarr_moviefile_sourcepath | Full path to the episode file that was imported |
|
| radarr_moviefile_sourcepath | Full path to the movie file that was imported |
|
||||||
| radarr_moviefile_sourcefolder | Full path to the folder the episode file was imported from |
|
| radarr_moviefile_sourcefolder | Full path to the folder the movie file was imported from |
|
||||||
| radarr_download_id | The hash of the torrent/NZB file downloaded (used to uniquely identify the download in the download client) |
|
| radarr_download_id | The hash of the torrent/NZB file downloaded (used to uniquely identify the download in the download client) |
|
||||||
|
|
||||||
##### On Rename #####
|
##### On Rename #####
|
||||||
|
@ -94,8 +94,8 @@ radarr_moviefile_quality $radarr_moviefile_quality // Quality name from Radarr
|
||||||
radarr_moviefile_qualityversion $radarr_moviefile_qualityversion // 1 is the default, 2 for proper, 3+ could be used for anime versions
|
radarr_moviefile_qualityversion $radarr_moviefile_qualityversion // 1 is the default, 2 for proper, 3+ could be used for anime versions
|
||||||
radarr_moviefile_releasegroup $radarr_moviefile_releasegroup // Release group, will not be set if it is unknown
|
radarr_moviefile_releasegroup $radarr_moviefile_releasegroup // Release group, will not be set if it is unknown
|
||||||
radarr_moviefile_scenename $radarr_moviefile_scenename // Original release name
|
radarr_moviefile_scenename $radarr_moviefile_scenename // Original release name
|
||||||
radarr_moviefile_sourcepath $radarr_moviefile_sourcepath // Full path to the episode file that was imported
|
radarr_moviefile_sourcepath $radarr_moviefile_sourcepath // Full path to the movie file that was imported
|
||||||
radarr_moviefile_sourcefolder $radarr_moviefile_sourcefolder // Full path to the folder the episode file was imported from
|
radarr_moviefile_sourcefolder $radarr_moviefile_sourcefolder // Full path to the folder the movie file was imported from
|
||||||
radarr_download_id $radarr_download_id // The hash of the torrent/NZB file downloaded (used to uniquely identify the download in the download client)" >> $RADARRENVLOG
|
radarr_download_id $radarr_download_id // The hash of the torrent/NZB file downloaded (used to uniquely identify the download in the download client)" >> $RADARRENVLOG
|
||||||
fi
|
fi
|
||||||
if [[ $radarr_eventtype == "Rename" ]] ; then
|
if [[ $radarr_eventtype == "Rename" ]] ; then
|
||||||
|
|
Loading…
Reference in a new issue