Sonarr + uTorrent + AMC upgrading file with higher quality

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
tman12
Posts: 7
Joined: 11 Apr 2014, 15:08

Sonarr + uTorrent + AMC upgrading file with higher quality

Post 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.
User avatar
rednoah
The Source
Posts: 23934
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
tman12
Posts: 7
Joined: 11 Apr 2014, 15:08

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

Post by tman12 »

Thanks a lot! Really appreciate you taking the time to respond.
Post Reply