I tried to install but i need sudo privilegies that i don't
sudo mkdir local
[sudo] password for rafasilv:
rafasilv is not in the sudoers file. This incident will be reported.
Search found 13 matches
- 02 Jul 2016, 17:33
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
- 02 Jul 2016, 16:32
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
Hello
Filebot can't be updated at this moment becouse new Filebot requires a new java version that´s not available on Ubuntu 14.04.
Latest release that supports Java7, 4.2 at this time. Can expect updates whenever support for Java8 is broader.
Thats the answer from the seedbox owner
Filebot can't be updated at this moment becouse new Filebot requires a new java version that´s not available on Ubuntu 14.04.
Latest release that supports Java7, 4.2 at this time. Can expect updates whenever support for Java8 is broader.
Thats the answer from the seedbox owner
- 02 Jul 2016, 16:18
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
I will try it out, i asked the seebox owner to doi it. But i dont think they will. I shoud try the Embedded Linux package right?
- 02 Jul 2016, 16:07
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
That video is how to install java, i already have it installed. My filebot version is 4.2
- 02 Jul 2016, 16:00
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
For upgrade? How can i do it?
- 02 Jul 2016, 14:49
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
i don't have have root access
- 02 Jul 2016, 14:29
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
Sorry i didnt mention that before
- 02 Jul 2016, 14:14
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: [Mac] CLI script not working
It runs on linux debian distribution.
- 01 Jul 2016, 23:47
- Forum: Help and Support
- Topic: [Mac] CLI script not working
- Replies: 19
- Views: 7320
Re: CLI script not working
I got the same problem. But i cant upgrade cause my filebot runs on my seedbox and i dont have root access. The current version is 4.2. Any other way?
- 18 Oct 2014, 23:15
- Forum: Scripting and Automation
- Topic: Help With a Script
- Replies: 6
- Views: 4484
Re: Help With a Script
what if cut the last line of the script, it will keep the original name of the file?
- 18 Oct 2014, 17:14
- Forum: Scripting and Automation
- Topic: Help With a Script
- Replies: 6
- Views: 4484
Re: Help With a Script
At this script i already use, is it possible to keep the original name of the file?
What matters to me is trhe folder in organized structure.
What matters to me is trhe folder in organized structure.
- 18 Oct 2014, 15:33
- Forum: Scripting and Automation
- Topic: Help With a Script
- Replies: 6
- Views: 4484
Re: Help With a Script
How can i make a script to get the original back when the subtitle is missed?
Please help me out
Please help me out
- 17 Oct 2014, 22:35
- Forum: Scripting and Automation
- Topic: Help With a Script
- Replies: 6
- Views: 4484
Help With a Script
I use sabnzbd (usenet client) post-script to rename my downloads: #!/bin/bash # SABnzbd Post Processing Script - www.Filebot.net "AMC" Script FILE_PATH=$1 FILE_NAME=$3 filebot -script \ fn:amc \ --output "/media/DADOS/Media" \ --log-file amc.log \ --action move \ --conflict override -non-strict ...