mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 10:36:52 -07:00
Update nzbToMedia.py
This commit is contained in:
parent
538f98e0a5
commit
e70a138648
1 changed files with 10 additions and 0 deletions
|
@ -126,6 +126,11 @@
|
|||
# api key for www.omdbapi.com (used as alternative to imdb to assist with movie identification).
|
||||
#raomdbapikey=
|
||||
|
||||
# Radarr import mode (Move, Copy).
|
||||
#
|
||||
# set to define import behaviour Move or Copy
|
||||
#raimportmode=Copy
|
||||
|
||||
# Radarr Delete Failed Downloads (0, 1).
|
||||
#
|
||||
# set to 1 to delete failed, or 0 to leave files in place.
|
||||
|
@ -230,6 +235,11 @@
|
|||
# Set the number of minutes to wait after calling the renamer, to check the episode has changed status.
|
||||
#ndwait_for=6
|
||||
|
||||
# NzbDrone import mode (Move, Copy).
|
||||
#
|
||||
# set to define import behaviour Move or Copy
|
||||
#ndimportmode=Copy
|
||||
|
||||
# NzbDrone Delete Failed Downloads (0, 1).
|
||||
#
|
||||
# set to 1 to delete failed, or 0 to leave files in place.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue