Page 1 of 1

Mac App store version - script problems

Posted: 13 Dec 2014, 21:00
by retlas
Hi all,

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}"
Want to take the show from the transmission download folder, rename it, and move to /Volumes/Media/temp/Show Name/Season/episode.

Shouldn't be that difficult, not sure what I am missing.

Re: Mac App store version - script problems

Posted: 14 Dec 2014, 05:19
by rednoah
The post you refer to uses the filebot console tools. Since Apple doesn't allow console tools in the App Store you will have to use brew cask to install the filebot console tools.

@see viewtopic.php?f=4&t=215#p3380
@see viewtopic.php?f=4&t=2049