Thought I would buy the mac app store version - but it doesn't seem to work like all the examples in the forums for transmission post processing.
The below script opens the app, but won't process any file nor create a log file. I am at a loss, any ideas?
Code: Select all
#!/bin/bash
/Applications/FileBot.app/Contents/MacOS/FileBotAppLauncher -script fn:amc --output "/Volumes/Media" --log-file amc.log --action copy --conflict override -non-strict --def clean=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME" "seriesFormat=/temp/{n}/{'Season '+s}/{n} - {s00e00} - {t}"
Shouldn't be that difficult, not sure what I am missing.