Help with running AMC script

Support for Windows users
Post Reply
RTomlinson25
Posts: 2
Joined: 30 Jul 2023, 14:53

Help with running AMC script

Post by RTomlinson25 »

I am trying to run the AMC script to watch my downloads folder and then move and rename the file to my media folder. i had it working just fine until i accidentally closed powershell. when i opened it and pasted the script, i keep getting an error message. i'm petty sure it has something to do with my target folders because i had to do this before but for the life of me i can't remember what i did to make it work before. Please help! it's driving me bonkers.

ScreenshotScreenshot
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Help with running AMC script

Post by rednoah »

:idea: Please follow the instructions:
viewtopic.php?t=13092

:arrow: You'll want to download the script (i.e. Save as...) and then call it with the input folder as first command-line argument followed by amc script options as seen in the PowerShell example:

Shell: Select all

C:\Tools\filebot-watcher.ps1 X:\Input --output X:\Output ...

:!: If you just copy & paste the script file code, then there's no input arguments, no input folder, and the shell will apparently fail to execute with "path is not of legal form" which is overly generic for "cannot watch <empty file path>".
:idea: Please read the FAQ and How to Request Help.
RTomlinson25
Posts: 2
Joined: 30 Jul 2023, 14:53

Re: Help with running AMC script

Post by RTomlinson25 »

Thanks for the help, I got it working! Turns out i was attempting to run the wrong script.
Post Reply