[WINDOWS] utorrent "Run a Program" can't move files that are locked by utorrent
Posted: 18 Sep 2016, 22:16
Command line version seems to work fine except if the file is seeding but upon completion of the torrent I have two issues:
- Is the torrent is seeding it won't move the file it copies it as it's in use, even with the CMD version, any good way around this?
- The UT_Viewable doesn't appear to work at all and nothing is being stored in the log, a small console flicker is sometimes seen
Directories:
Incomplete - "X:\Media\Admin\Incomplete"
Complete - ""X:\Media\Unsorted"
Any help is greatly appreciated, I'm sorry if it's in the docs you've supplied I think I've been over them reasonably thoroughly. I've had a quick look at the logger in utorrent as you suggested but nothing of any value is declared there. Let me know if you'd like to see those logs.
Thank you.
- Is the torrent is seeding it won't move the file it copies it as it's in use, even with the CMD version, any good way around this?
- The UT_Viewable doesn't appear to work at all and nothing is being stored in the log, a small console flicker is sometimes seen
Directories:
Incomplete - "X:\Media\Admin\Incomplete"
Complete - ""X:\Media\Unsorted"
Code: Select all
UT_Viewable
filebot.launcher.exe -script fn:amc
--output "X:\Media"
--def movieFormat="X:\Media\Movies\{genres[0]}\{n} ({y})\{n} ({y}) by {director} ({certification}, {rating}, {resolution})"
--def seriesFormat="X:\Media\TV & Docs\{n}\Season {s}\{n} - {s00e00} - {t} ({airdate})"
--action move --conflict skip -non-strict
--def clean=y
--def unsorted=y artwork=y excludeList=amc.txt "ut_label=%L" "ut_state=11" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
--def plex=127.0.0.1:#####################
--log-file X:\Media\Admin\Move_Logs\Moves.log
excludeList=X:\Media\Admin\amc.txt
Code: Select all
UT_CMD
filebot -script fn:amc
--output "X:\Media"
--def movieFormat="X:\Media\Movies\{genres[0]}\{n} ({y})\{n} ({y}) by {director} ({certification}, {rating}, {resolution})"
--def seriesFormat="X:\Media\TV & Docs\{n}\Season {s}\{n} - {s00e00} - {t} ({airdate})"
--action move --conflict skip -non-strict "X:\Media\Unsorted"
--def clean=y
--def unsorted=y artwork=y excludeList=X:\Media\Admin\amc.txt
--log-file X:\Media\Admin\Move_Logs\Moves.log
--def plex=127.0.0.1:#####################
Thank you.