Mac App store version - script problems

Any questions? Need some help?
Post Reply
retlas
Posts: 1
Joined: 13 Dec 2014, 20:57

Mac App store version - script problems

Post 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.
User avatar
rednoah
The Source
Posts: 23946
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Mac App store version - script problems

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply