Page 1 of 1

Embedded shell script doesn’t work with 4.4 on 10.15.1

PostPosted: Wed Oct 30, 2019 4:52 am
by .maxx
Hi guys,

this is my embedded shell script that does it job pretty well until I updated yesterday from 10.15 to 10.15.1 and Hazel from 4.3.5 to 4.4:

Code: Select all
filebot -rename "$1" --db themoviedb::tv -non-strict --lang de --conflict override --format "/Volumes/Medien/Serien/{n}/{'Staffel '+s}/{e.pad(2)} - {t}"


The preview says that the Shell script doesn‘t work.
Please help!

Re: Embedded shell script doesn’t work with 4.4 on 10.15.1

PostPosted: Wed Oct 30, 2019 10:03 am
by Mr_Noodle
First off, I would specify a full path for filebot as you can't guarantee the PATH variable will be set up how you want it.

Otherwise, turn on debug logging as described here: https://www.noodlesoft.com/kb/hazel-debug-mode/

Then check the logs. Any output from the script should appear there.