Search found 4 matches

by rye381
08 Jul 2013, 05:00
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4884

Re: The process cannot access the file

I figured it out. If you move the script that I had above into the "Run this program when a torrent changes state". The script will try to run when it changes to seeding but will fail. Once the torrent changes to a state of "Finished - 11", it will then go through and run the script and move the ...
by rye381
08 Jul 2013, 04:44
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4884

Re: The process cannot access the file

I now have the ut_state changed within my script, like so: filebot -script fn:amc --output "Z:/" --log-file amc.log --action move --conflict override -non-strict --def ut_state=%S ut_state_allow=11 --def music=n subtitles=n artwork=n clean=y --def "seriesFormat=TV Shows/{n}/Season {s}/{n} - {s00e00 ...
by rye381
07 Jul 2013, 16:58
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4884

Re: The process cannot access the file

Hi rednoah,

Thank you so much first off for the amazing program and the quick response. Is there anyway to delay filebot from running until the torrent is done seeding? Thank you for the help.
by rye381
06 Jul 2013, 17:57
Forum: Help and Support
Topic: The process cannot access the file
Replies: 6
Views: 4884

The process cannot access the file

My script seems to work fine except when I change the -action copy to -action move. When I do this, I get the "the process cannot access the file because it is being used by another process. I am a complete noob when it comes to this stuff. Here is my script as well, can someone please help me out ...