Mac App store version - script problems
Posted: 13 Dec 2014, 21:00
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?
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.
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.