Search found 2 matches

by equinox83
15 Oct 2015, 05:35
Forum: Scripting and Automation
Topic: AMC crashes with FileAlreadyExistsException moving movies
Replies: 3
Views: 2759

Re: AMC crashes with FileAlreadyExistsException moving movie

I suspect that when filebot checks isFolder("C:\movies") Windows says NO, so FileBot tries to create that folder, so Windows says FileAlreadyExists. That does seem like some pretty reasonable logic there... hmm, good point, I'll try doing it straight to the UNC path (//nas/...). The reason I went ...
by equinox83
15 Oct 2015, 03:23
Forum: Scripting and Automation
Topic: AMC crashes with FileAlreadyExistsException moving movies
Replies: 3
Views: 2759

AMC crashes with FileAlreadyExistsException moving movies

Hi all, I'm having some trouble configuring the AMC function to move movie files. I'm using Windows. I want to move all movies into a single folder on my NAS, which I access via a symbolic link / junction (C:\movies -> \\nas\movies). I am not using a subfolder for each movie, and I wonder if this ...