1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-06-23 14:09:39 +02:00

Corrections of episode to movie

hugepants 2020-04-24 15:43:24 +01:00
parent 49e68bf26e
commit 28a511649f

@ -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_releasegroup | Release group, will not be set if it is unknown |
| radarr_moviefile_scenename | Original release name |
| radarr_moviefile_sourcepath | Full path to the episode file that was imported |
| radarr_moviefile_sourcefolder | Full path to the folder the episode file was imported from |
| radarr_moviefile_sourcepath | Full path to the movie file that was imported |
| 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) |
##### 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_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_sourcepath $radarr_moviefile_sourcepath // Full path to the episode file that was imported
radarr_moviefile_sourcefolder $radarr_moviefile_sourcefolder // Full path to the folder the episode file was imported from
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 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
fi
if [[ $radarr_eventtype == "Rename" ]] ; then