Page 1 of 1

Problem with Filebot, uTorrent & Win 10

Posted: 28 Aug 2015, 17:21
by trumpy81
I use Filebot in conjunction with uTorrent on Windows 10 Pro and Filebot is not renaming the files or copying them to my designated folders. It appears that UAC is preventing Filebot from making any file changes at all.

When uTorrent completes a download, it fires up Filebot in a CLI (CMD) window and it proceeds as per normal, like I would expect it to, but the end result is that no changes are made and no files are copied.

Anyone know how to work around this issue?

Re: Problem with Filebot, uTorrent & Win 10

Posted: 28 Aug 2015, 20:14
by rednoah
Console output?

Re: Problem with Filebot, uTorrent & Win 10

Posted: 28 Aug 2015, 20:49
by trumpy81
I was just about to post a snippet from the log and I noticed this in the output line [Test].

You guessed it, I was using the test script I wrote when testing the attrib command and not the copy script which I should have been using. Doh!! :roll:

That probably explains the inaction I have been seeing since installing Win10. I will test the correct script and let you know if it works or not.

Re: Problem with Filebot, uTorrent & Win 10

Posted: 28 Aug 2015, 21:00
by trumpy81
OK, I just tested the correct script and this is the output from the log:

Run script [fn:amc] at [Sat Aug 29 06:54:49 AEST 2015]
Parameter: music = y
Parameter: clean = y
Parameter: ut_label =
Parameter: ut_state = 20
Parameter: ut_title = Arrow.S03E23.HDTV.x264-LOL[ettv]
Parameter: ut_kind = multi
Parameter: ut_file = Torrent-Downloaded-From-extratorrent.cc.txt
Parameter: ut_dir = H:\Downloads\!Completed\Arrow.S03E23.HDTV.x264-LOL[ettv]
Parameter: exec = attrib /S -R H:\Downloads\!Organised\*.*
Input: H:\Downloads\!Completed\Arrow.S03E23.HDTV.x264-LOL[ettv]\arrow.323.hdtv-lol.mp4
Exclude: H:\Downloads\!Completed\Arrow.S03E23.HDTV.x264-LOL[ettv]\~uTorrentPartFile_10E4D6E7.dat
Group: [tvs:arrow] => [arrow.323.hdtv-lol.mp4]
Rename episodes using [TheTVDB]
Auto-detected query: [Arrow]
Fetching episode data for [Arrow]
[COPY] Rename [H:\Downloads\!Completed\Arrow.S03E23.HDTV.x264-LOL[ettv]\arrow.323.hdtv-lol.mp4] to [H:\Downloads\!Organised\TV Shows\Arrow\Season 03\Arrow - S03E23 - My Name Is Oliver Queen.mp4]
Processed 1 files
Aug 29, 2015 6:54:55 AM net.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: java.lang.RuntimeException: java.nio.file.AccessDeniedException: H:\Downloads\!Organised\TV Shows\Arrow\Season 03\Arrow - S03E23 - My Name Is Oliver Queen.mp4:net.filebot.metadata
Execute: attrib /S -R H:\Downloads\!Organised\*.*
Done ヾ(@⌒ー⌒@)ノ

So it seems to be throwing an exception, but the file is renamed, copied to the correct location and the read attribute is cleared, so I am not sure what that exception is for. Perhaps I don't need the attrib command any more?