Search found 44 matches

by dacari
20 Aug 2018, 02:58
Forum: Windows
Topic: Illegal Argument: java.nio.file.NoSuchFileExecption
Replies: 1
Views: 1514

Illegal Argument: java.nio.file.NoSuchFileExecption

I am trying to get filebot working on new W10 PC clean install but getting java exception error. Script Executes fine when called from CMD line but when run from utorrent get the following error: Illegal Argument: java.nio.file.NoSuchFileExecption : FileBot 4.8.2 (r5789) JNA Native: 5.2.2 MediaInfo:...
by dacari
15 Sep 2017, 16:54
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Ok , so I got it working. The issue was I had to put double quotes around the first argument in the script along with the full path to the filebot.sh. Thank you all for the help . If I get sometime, maybe I will put a current install guide together. The only thing PI is a little slow on processing b...
by dacari
13 Sep 2017, 22:52
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Ok, so I found out what the issue was. The Pi came loaded with ARM version of java, utserver running as daemon via exagear in a x86 environment and could not find the java so I installed the x86 version of java for linux and updated the system to use that java. So, scripts are being executed on down...
by dacari
07 Sep 2017, 05:45
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

ls -l /usr/bin/java =

lrwxrwxrwx 1 root root 22 Sep 5 19:25 /usr/bin/java -> /etc/alternatives/java

When I run java -version from the CLI I get a response but when I create a script to echo the Java -version all I get is a empty file.
by dacari
06 Sep 2017, 13:07
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

FB, Java, and all scripts in the $PATH. uTserver just not finding Java or executing any Java related scripts. At a lost at this point. I'm sure someone has this working somewhere...just can't find a current install guide...the last thing I can think to do is change Java version and from JRE to JDK.
by dacari
04 Sep 2017, 14:48
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Thanks, I put the absolute path to the script in Utorrent..what would I have to do to fix? Is there a config file that I can take a look at?
by dacari
03 Sep 2017, 23:55
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

When Utorrent calls the sysenv script I get:
/home/pi/filebot/filebot.sh: 52: /home/pi/filebot/filebot.sh: /usr/bin/java: not found

Script runs ok from CLI

When utorrent calls: printenv > /home/pi/filebot/log.txt, I get:
PWD=/home/pi


Any help???...please..
by dacari
02 Sep 2017, 12:00
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Yes, confirmed that Utorrent calls echo test script - and filebot -sysenv script fine, but not any AMC script. When I run the following AMC script from CLI it executes fine but not from Utorrent call. I have checked all permissions..Why doesn't just calling the code in Utorrent work without have to ...
by dacari
02 Sep 2017, 04:35
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

I see what happened..shamed to say, yes I was using "texedit" on Mac which messed it up...I am still fighting with having Utorrent execute the script. It executes fine when I run it from the CLI. I checked the permissions of the folder and .sh file. I tried putting the script itself in the...
by dacari
01 Sep 2017, 20:45
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

LOL....take it easy on me..just learning this coding thing. Ok, I fixed that but I can't get utorrent to execute script to save my life. I created a test.sh which executes fine on download complete. Made an amc.sh that will run from CLI but not on download complete..this is the run program in utorre...
by dacari
01 Sep 2017, 00:39
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

When I run the AMC script from CLI I get the error "Syntax error: unterminated quoted string" When I run the sysinfo I get: FileBot 4.7.9 (r4984) JNA Native: 5.1.0 MediaInfo: 0.7.73 Apache Commons VFS: [zip, rar] Chromaprint: java.io.IOException: Cannot run program "fpcalc": erro...
by dacari
30 Aug 2017, 18:59
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Thanks, that did the trick, but when I run the following script and check the folder it is empty...just the Amc.log..I guess I will try "--action move" filebot -script fn:amc --output "/mnt/Volume1/Testout" --action test -non-strict "/mnt/Volume1/TestIn" --log-file amc....
by dacari
30 Aug 2017, 00:59
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

This is the permissions on the directory: drwxr-xr-x 6 pi pi 4096 Aug 29 00:24 data -rw-r--r-- 1 pi pi 583 Feb 9 2017 filebot.cmd -rw-r--r-- 1 pi pi 47616 Apr 3 02:47 filebot.portable.launcher.exe -rwxr-xr-x 1 pi pi 1824 Feb 15 2017 filebot.sh drwxr-xr-x 6 pi pi 4096 Aug 29 00:12 lib Noticed that da...
by dacari
29 Aug 2017, 23:24
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Thanks, this is the response I get when I run the command above: Error during startup: java.nio.file.AccessDeniedException: /home/pi/filebot/data/cache/0/.lock java.lang.ExceptionInInitializerError at net.filebot.Main.main(Main.java:107) Caused by: net.sf.ehcache.CacheException: java.nio.file.Access...
by dacari
28 Aug 2017, 22:49
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Hi Devster, Thanks for the response. I downloaded 4.7.9 potable and extracted and created a symlink as above. When I run the command I get back: bash: -Dnet.filebot.logging.debug=All: command not found. I would guess I have not installed properly, any help would be appreciated. FileBot 4.7.9 (r4984)...
by dacari
28 Aug 2017, 14:51
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

Re: AMC Script On Raspian

Hello Folkes,

Can anyone point me in the direction of the most up to date guide to install and run scripts on a Raspberry PI 3 with Raspian. I see guides but they are outdated.

Thanks,
by dacari
28 Aug 2017, 00:03
Forum: Scripting and Automation
Topic: AMC Script On Raspian
Replies: 31
Views: 12640

AMC Script On Raspian

I currently have this script working in windows but can't get in working with raspian on Raspberry 3 with Utorrent. I am complete Linux noob but learning quickly. Any help would be appreciated: filebot -script fn:amc --output “/mnt/Volume1/Digital/Media" --log-file amc.log --action move --confl...
by dacari
01 Mar 2015, 09:56
Forum: Scripting and Automation
Topic: AMC script not processing TV Series properly
Replies: 9
Views: 5679

Re: AMC script not processing TV Series properly

Thanks all...I have been trying to fix this for ages!
by dacari
02 Oct 2014, 03:24
Forum: Help and Support
Topic: AMC Script Stopped Working
Replies: 2
Views: 2286

Re: AMC Script Stopped Working

Thank you sir, it was Java
by dacari
01 Oct 2014, 20:17
Forum: Help and Support
Topic: AMC Script Stopped Working
Replies: 2
Views: 2286

AMC Script Stopped Working

My setup was working, but now Utorrent has stopped running my AMC automation script. Everything looks ok in the AMC. log file. Any help would be appreciated. filebot -script fn:amc --output "\\NAS\Volume_2\Media\Movies" --log-file amc.log --action test --conflict override -non-strict --def...
by dacari
18 Aug 2014, 00:45
Forum: Scripting and Automation
Topic: Error Help
Replies: 1
Views: 1581

Error Help

Can anyone tell me how to fix this error I am getting? WARNING: App version (r2056) does not match cache version (r2326): reset cache FileNotFoundException: https://raw.githubusercontent.com/filebot/scripts/master/amc.groovy java.io.FileNotFoundException: https://raw.githubusercontent.com/filebot/sc...
by dacari
15 Aug 2014, 19:04
Forum: Scripting and Automation
Topic: Utorrent AMC Script Broken again
Replies: 2
Views: 2141

Re: Utorrent AMC Script Broken again

Thanks, I noticed that, but wonder why because I am able to access the location from the PC running the script. It actually copies the movie file the network it says in no longer available..then it all goes to hell....hmm?
by dacari
15 Aug 2014, 02:55
Forum: Scripting and Automation
Topic: Utorrent AMC Script Broken again
Replies: 2
Views: 2141

Utorrent AMC Script Broken again

My script was working like a charm, I did not modify the script or update filebot..now my script is not being executed. Please help....

Windows
Utorrent: 3.4.2
Filebot: 4.2

Please see attached log
by dacari
16 Apr 2014, 14:25
Forum: Scripting and Automation
Topic: Automation Stop Working After Upgrade
Replies: 5
Views: 3330

Re: Automation Stop Working After Upgrade

Oh mighty and great one Mr.Rednoah...if we all had your infinite wisdom....Thanks again for this great piece of work.

Yify+Utorrent+Filebot+Yamj+Plex...can't get any better than this.
by dacari
15 Apr 2014, 18:54
Forum: Scripting and Automation
Topic: Automation Stop Working After Upgrade
Replies: 5
Views: 3330

Re: Automation Stop Working After Upgrade

Mr. rednoah, I noticed that the filebot program is now has moved from the "program Files (X86)" folder to "Program files folder"...I suppose this is the issue..how do I fix it? thx