First I want to say I love FileBot. I have used for over a year now and had it on my other machine and worked great with Utorrent and TV downloads.
But with my new PC/Server I can't get it to do all the automation goodness.
It is Windows 8.1 Pro with latest Java 8, latest Filebot, Latest utorrent. I am using the same "Run Program" in utorrent that I used from before but now it won't move and rename my downloads... It does download the Subs in the download folder but won't move anything over.
Here is my script:
"C:/Program Files/Filebot/filebot.launcher.exe" -script fn:amc --output "H:/" --log-file amc.log --action copy --conflict override -non-strict --def subtitles=en artwork=y "ut_dir=%D" "ut_kind=%K" "ut_state=%S"
I did look up the amc file in the FileBot logfiles. It shows this after every TV Download:
...............
Rename episodes using [TheTVDB]
Auto-detected query: [Arrow]
Fetching episode data for [Arrow]
Auto-detected query: [Arrow]
Fetching episode data for [Arrow]
[COPY] Rename [H:\TV Downloads\Arrow.S03E05.720p.HDTV.X264-DIMENSION\capn.jack.305.720p-dimension\Arrow.S03E05.720p.HDTV.X264-DIMENSION\Arrow.S03E05.720p.HDTV.X264-DIMENSION.mkv] to [H:\TV Shows\Arrow\Season 03\Arrow - S03E05 - The Secret Origin of Felicity Smoak.mkv]
[COPY] Failed to rename [H:\TV Downloads\Arrow.S03E05.720p.HDTV.X264-DIMENSION\capn.jack.305.720p-dimension\Arrow.S03E05.720p.HDTV.X264-DIMENSION\Arrow.S03E05.720p.HDTV.X264-DIMENSION.mkv]
AccessDeniedException: H:\TV Downloads\Arrow.S03E05.720p.HDTV.X264-DIMENSION\capn.jack.305.720p-dimension\Arrow.S03E05.720p.HDTV.X264-DIMENSION\Arrow.S03E05.720p.HDTV.X264-DIMENSION.mkv -> H:\TV Shows\Arrow\Season 03\Arrow - S03E05 - The Secret Origin of Felicity Smoak.mkv
Finished without processing any files
Failure (°_°)
H:\TV Downloads is my download folder and H:\TV Shows is where my shows are all organized by show/season/ep
Filebot isn't moving my files after download?
Re: Filebot isn't moving my files after download?
1.
You're using COPY so it surely won't MOVE any files.
2.
As for Windows permission issues, that's complicated and Google is your best friend
Note that AccessDeniedException could be misleading. It may mean "no more space", "file is too big for the target filesystem", "filesystem is broken", etc and basically just means that the COPY operation can't be performed by the OS for some reason.
You're using COPY so it surely won't MOVE any files.

2.
As for Windows permission issues, that's complicated and Google is your best friend

Note that AccessDeniedException could be misleading. It may mean "no more space", "file is too big for the target filesystem", "filesystem is broken", etc and basically just means that the COPY operation can't be performed by the OS for some reason.