Search found 9 matches

by lukecro
19 May 2015, 16:52
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

Good call, thanks. I've updated the script to use /usr/local/bin/filebot, like you recommended, and it's working perfectly as well: #!/bin/bash /usr/local/bin/filebot -script fn:amc --output "/Users/lukecro/Downloads/All New Torrents/Processed by Filebot" --log-file amc.log --action copy -...
by lukecro
18 May 2015, 01:31
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

Holy moley I've got it working again! That "command not found" got me thinking -- I know the command is there and working because it runs fine when I put it in Terminal. But if it isn't getting found when Transmission runs it, maybe I should start back over and start messing around with wh...
by lukecro
18 May 2015, 00:53
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

1) Using this code for the AMC script: #!/bin/bash -x # # DEBUG LOG=/tmp/$$.log exec > $LOG 2>&1 #!/bin/bash filebot -script fn:amc --output "/Users/lukecro/Downloads/All New Torrents/Processed by Filebot" --log-file amc.log --action copy --conflict override -non-strict --def artwork=y...
by lukecro
16 May 2015, 16:08
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

Here's the result: # Environment Variables # Apple_PubSub_Socket_Render: /private/tmp/com.apple.launchd.ad4AY4XOBZ/Render _: /usr/local/bin/java JAVA_ARCH: x86_64 com.apple.java.jvmTask: CommandLine XPC_SERVICE_NAME: 0 TERM_PROGRAM_VERSION: 343.7 LOGNAME: lukecro SSH_AUTH_SOCK: /private/tmp/com.appl...
by lukecro
16 May 2015, 03:34
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

Okay, I added > out.txt 2> err.txt to the end of the script and then downloaded some TV shows via Transmission; didn't get anything interesting from that. And .filebot/logs/amc.log doesn't record anything in these instances (only when I manually run the script). But then I tried adding the following...
by lukecro
15 May 2015, 02:10
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

Regrettably, after a recent computer crash, this has stopped working for me again. So I tried deleting the script and starting back over with the original instructions all over again. Then I reinstalled Filebot (homebrew) and checked that (it's working great), double checked java (all good), reinsta...
by lukecro
19 Apr 2015, 19:21
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 639108

Re: [GUIDE] Fully Automated Media Center with Transmission (

Like others here, I found that after installing the paid Mac App Store version of Filebot, the automation between Filebot and Transmission stopped working (I'm on Yosemite). My original workaround was to put back the older (non-app-store) version of Filebot. I went with that for a while, but today d...
by lukecro
10 Jun 2014, 01:48
Forum: Feature Requests and Bug Reports
Topic: Filebot-to-Transmission Script Broken after upgrade to 4.1
Replies: 5
Views: 4048

Re: Filebot-to-Transmission Script Broken after upgrade to 4

Thanks for pointing that out! You were right. The odd thing is that under the Mac's System Preferences -> Java Preferences it was showing that Java 8 was installed and the default. But then when I ran java -version in Terminal it only showed Java 6, no 8. I tried a few different methods for resettin...
by lukecro
08 Jun 2014, 20:01
Forum: Feature Requests and Bug Reports
Topic: Filebot-to-Transmission Script Broken after upgrade to 4.1
Replies: 5
Views: 4048

Filebot-to-Transmission Script Broken after upgrade to 4.1

After upgrading to Filebot 4.1 and installing the required Oracle Java 8, the filebot script for the "Fully Automated Media Center with Transmission (Mac)" stopped working. The first error I was getting was "missing file" for the file /Applications/Filebot.app/Contents/MacOS/file...