Move file script

Sonarr version (exact version): 3.06.1196
Mono version (if Sonarr is not running on Windows):
OS: windows 10
Debug logs:
Description of issue: Move Script

Hello,
I’ve upgraded to version 3 of sonnar and have a small problem.
My setup is as following…Sonarr finds a download then sends it to sabnzbd after it downloaded it goes back to sonarr to be renamed then moved into its tv show folder and also copies the file to my drive with no subfolders.

the script i used is:

if /i “%Sonarr_EventType%”==“Download” (
echo n|xcopy “%Sonarr_EpisodeFile_Path%” “\nas2\TV SHOWS”
)

This script no longer works in V3 so it’s not making a copy of the file anymore. Anyone have a simple move script for sonarr V3?

The error is: Script exited with code: 1

Thanks for your time.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.