Page 1 of 1

Sonarr + uTorrent + AMC upgrading file with higher quality

Posted: 26 Feb 2016, 05:49
by tman12
Apologies if this has been asked before, but is it possible to replace a file with whatever is the latest grabbed? I'm using AMC script in uTorrent and I'm using Sonarr to grab episodes. So I usually get the hdtv version and then after some time a web-dl version will be grabbed, but filebot doesn't replace the file with the higher version. I'm assuming because it thinks it's already renamed the file and moved it. Any help is appreciated.

Re: Sonarr + uTorrent + AMC upgrading file with higher quali

Posted: 26 Feb 2016, 06:35
by rednoah
Yes, but only if those files get moved to the same destination path:

Keep latest:

Code: Select all

--conflict override
Keep better:

Code: Select all

--conflict auto

Re: Sonarr + uTorrent + AMC upgrading file with higher quali

Posted: 28 Feb 2016, 18:27
by tman12
Thanks a lot! Really appreciate you taking the time to respond.