This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The purpose of this script is to remove the original file after | |
# Sonarr/Radarr has completed importing the file. This script can be | |
# scheduled to run using crontab or configured in sonarr/radarr | |
# to run after every import. This is up to you. | |
# (https://github.com/Sonarr/Sonarr/wiki/Custom-Post-Processing-Scripts) | |
# Passing arguments has been disabled in Sonarr v3 which is why I have this | |
# made this script. | |
# In order for this script to work properly you will need to disable |