Filebot not working from embedded script

Get help. Get answers. Let others lend you a hand.

Moderator: Mr_Noodle

Filebot not working from embedded script Wed Apr 20, 2022 12:49 pm • by mikejandreau
I'm trying to move from Transmission running Filebot on torrent completion to running it in Hazel when a finished torrent shows up in the directory.

The Transmission post processing works great, but when trying to run the Hazel version, I get an error. The script output from Hazel is:
Code: Select all

2022-04-20 12:32:41.321 hazelworker[38349] DEBUG: == script output ==
+ /opt/homebrew/bin/filebot -script fn:amc '/Volumes/Iron Storage/Filebot/Moon.Knight.S01E03.Moon.Knight.1080p.DSNP.WEBRip.DDP5.1.Atmos.x264-CM[rartv]/Moon.Knight.S01E03.Moon.Knight.1080p.DSNP.WEB-DL.DDP5.1.Atmos.H.264-CM.mkv' --output '/Volumes/Super Storage/Video/To Be Processed' --conflict skip -non-strict --log-file /Users/mj/Desktop/amc.log --action TEST --def excludeList=.excludes unsorted=y music=y artwork=n
[b]AppData folder does not exist and could not be created: /.filebot
An unexpected error occurred during startup: /.filebot: Read-only file system[/b]
java.nio.file.FileSystemException: /.filebot: Read-only file system
   at net.filebot.ApplicationFolder.mkdir(Unknown Source)
   at net.filebot.Main.main(Unknown Source)


== End script output ==

I'm not sure why, when run from Hazel, it doesn't recognize that .filebot exists, when the AMC script from Transmission has no problem running.
mikejandreau
 
Posts: 36
Joined: Sun Sep 09, 2018 8:28 am

Managed to fix it.

Hazel wasn't recognizing my home directory, so I had to add it to my script.
mikejandreau
 
Posts: 36
Joined: Sun Sep 09, 2018 8:28 am


Return to Support