Search found 13 matches
- 25 Dec 2014, 20:23
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi there, So hopefully my last silly question regarding filebot! Ive got the test script working exactly how I want, but for the qbitorrent script below, I’ve tried both options but nothing seems to happen, #!/bin/bash filebot -script fn:amc --output "/Users/qaizervisram/Documents/FileBotSorted" ...
- 24 Dec 2014, 19:49
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Thank you so much!!! that worked! ill be gladly donating 

- 24 Dec 2014, 19:00
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi there, You were right the folder paths were wrong! I am running the test script (below) I corrected the file names and was getting an error that it couldn't find the amc.txt so i added that to the FileBotSorted folder (I copied your mac script saved it as a txt file) and now when I run it with ...
- 23 Dec 2014, 20:37
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi, You can mark this as solved, the issue was with outdated software! Ive updated to Yosemite, and installed the latest Quartz and Xcode and all this has run and compiled :) Im having a quick go at getting this setup now :) so far no luck but Im sure its something small Ive done wrong but any help ...
- 16 Dec 2014, 19:43
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi,
Thanks, I'll have a look at Yosemite and see if its worth upgrading to,
Thank you for your help and prompt responses, its been much appreciated,
Cheers!
Thanks, I'll have a look at Yosemite and see if its worth upgrading to,
Thank you for your help and prompt responses, its been much appreciated,
Cheers!
- 16 Dec 2014, 05:35
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi there, No I am on a 2011 Macbook Pro, I believe this is a 64-bit machine. But, yes I do believe I would need to upgrade to Yosemite and upgrade the other tools as well. I don't know how to install Java etc, and so was wondering if there was a simpler method, for example is it possible to have ...
- 15 Dec 2014, 20:10
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi, Sorry I didn't see you comment about installing brew again, so I uninstalled and reinstalled brew, but Im still getting the same error, incidentally the terminal provided the line to uninstall so I used that. I ran brew doctor, ill paste that below, it doesn't mean anything to me, but hopefully ...
- 15 Dec 2014, 19:47
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: brew not working
Hi there, So i managed to do the run the brew update and clean up as below, but I'm still getting the same error. Qaizer-Visrams-MacBook-Pro-2:~ qaizervisram$ brew update && brew cleanup Initialized empty Git repository in /usr/local/.git/ remote: Counting objects: 218675, done. remote: Compressing ...
- 15 Dec 2014, 08:14
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: [OSX] brew cask install filebot
Hi, Ive installed the Command Line Tools, and I tried running the brew cask command but I'm still getting errors, any ideas? Qaizer-Visrams-MacBook-Pro-2:~ qaizervisram$ brew install caskroom/cask/brew-cask Error: No available formula for brew-cask Please tap it and then try again: brew tap caskroom ...
- 15 Dec 2014, 07:40
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: [OSX] brew cask install filebot
Thank you so much for your quick reply, ill have a go at this 

- 15 Dec 2014, 05:54
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: [OSX] brew cask install filebot
sorry I restarted the terminal and tried the Install brew cask command and got the error Qaizer-Visrams-MacBook-Pro-2:~ qaizervisram$ brew install caskroom/cask/brew-cask Error: No available formula for brew-cask Please tap it and then try again: brew tap caskroom/cask Searching formulae ...
- 15 Dec 2014, 05:47
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
Re: [OSX] brew cask install filebot
A small update, I decided to restart the comp, and now when I run the Install brew cask, I get the error,
dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
Referenced from: /usr/local/git/bin/git
Expected in: /usr/lib/libSystem.B.dylib
I hope that means Im on the right track
dyld: lazy symbol binding failed: Symbol not found: ___strlcpy_chk
Referenced from: /usr/local/git/bin/git
Expected in: /usr/lib/libSystem.B.dylib
I hope that means Im on the right track

- 15 Dec 2014, 04:28
- Forum: Scripting and Automation
- Topic: brew not working
- Replies: 20
- Views: 13905
brew not working
Hi there, I really need some help please, Ive installed brew using the terminal instructions. I then tried to install brew cask. This failed and it asked me to install GIT, using brew install git , which I tried, this failed with an error saying install brew install gcc, which I tried, and this ...