Complete amateur here, hopefully you can help.
After the upgrade to v4.1, my automatic script stopped working. I use the app Hazel to run the script on the contents of a folder when it detects something has been added. This worked perfectly in v4.0, but now it doesn't (I get an error code 127 when the shell script tries to run).
Here's the script I'm using for movies:
Code: Select all
/Applications/FileBot.app/Contents/MacOS/filebot -script fn:amc "/Volumes/Data HD/Downloads/Movies to Move" --output "/Volumes/Media 2/Movies" --conflict override -non-strict --def artwork=n forceMovie=y "movieFormat={n} ({y})"
I don't think I set any custom naming formats so I don't think that's the problem, but I really don't know what the problem is so I could be wrong.
Did 4.1 fundamentally change something in the way the scripting works?