Hi drlimbo, I found this:
http://www.filebot.net/forums/viewtopic.php?f=4&t=2049
Search found 4 matches
- 18 Oct 2014, 10:42
- Forum: Scripting and Automation
- Topic: [Mac] Any problems with Mac OS 10.10 (Yosemite)?
- Replies: 14
- Views: 8506
- 18 Oct 2014, 10:33
- Forum: Scripting and Automation
- Topic: [Mac] Any problems with Mac OS 10.10 (Yosemite)?
- Replies: 14
- Views: 8506
Re: [Mac] Any problems with Mac OS 10.10 (Yosemite)?
I bought the filebot app and it works perfectly on Yosemite.
Although the script I had copied from here is not working for the .app
#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh
I don't know what to change :p

Although the script I had copied from here is not working for the .app
#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh
I don't know what to change :p
- 05 Oct 2014, 06:27
- Forum: Scripting and Automation
- Topic: MAC OS Filebot scripts
- Replies: 3
- Views: 3049
Re: MAC OS Filebot scripts
Thanks for the reply. I can see what you mean about the system folders now, :shock: guess that's the problem when you can't really program and try to copy paste solutions..
So now I have tried as you suggested:
#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:renall ...
So now I have tried as you suggested:
#!/bin/bash
/Applications/Filebot.app/Contents/MacOS/filebot.sh -script fn:renall ...
- 04 Oct 2014, 05:02
- Forum: Scripting and Automation
- Topic: MAC OS Filebot scripts
- Replies: 3
- Views: 3049
MAC OS Filebot scripts
Hi. I absolutely LOVE this program. I have a fully automated media center now thanks to you guys. It functions flawlessly but there is one little issue…
So normally I use the following script on my MacBook to move the TV shows after Vuze completion:
#!/bin/bash
/Applications/Filebot.app/Contents ...
So normally I use the following script on my MacBook to move the TV shows after Vuze completion:
#!/bin/bash
/Applications/Filebot.app/Contents ...