Found it on this forum a year or two ago. It just downloads the newest Filebot.jar from sourceforge and replaces it. I just forgot it was an 3rd party updater.
I did FIRST update using FileBot-setup.ece, and got r3200 installed with that.
Search found 11 matches
- 07 Mar 2016, 08:18
- Forum: Windows
- Topic: FATAL ERROR: Field not found: jbindingSession signature J
- Replies: 7
- Views: 7837
- 07 Mar 2016, 07:12
- Forum: Windows
- Topic: FATAL ERROR: Field not found: jbindingSession signature J
- Replies: 7
- Views: 7837
Re: FATAL ERROR: Field not found: jbindingSession signature
Thank you for the help. So first of all, I thought I had installed the newest version by downloading the newest windows installer and running that. But now that I checked again I noticed it was the newest version 4.6.1 but not the newest revision? r3200 was installed. So I manually updated filebot ...
- 07 Mar 2016, 05:16
- Forum: Windows
- Topic: FATAL ERROR: Field not found: jbindingSession signature J
- Replies: 7
- Views: 7837
Re: FATAL ERROR: Field not found: jbindingSession signature
Sorry for not postin sysinfo in the original post, here it is: FileBot 4.6.1 (r3200) JNA Native: There is an incompatible JNA native library installed on this system (at c:\Program Files\FileBot\jnidispatch.dll). To resolve this issue you may do one of the following: - remove or uninstall the ...
- 06 Mar 2016, 21:53
- Forum: Windows
- Topic: FATAL ERROR: Field not found: jbindingSession signature J
- Replies: 7
- Views: 7837
FATAL ERROR: Field not found: jbindingSession signature J
Hi, I could use some help. For a week my amc script has stopped sorting tv shows, I have found which part of my batch script is not working and the problem is I am getting an Java error when I run the following filebot command: filebot -script fn:amc --output "D:/Sarjat" --action move -non-strict ...
- 01 Nov 2013, 19:54
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Re: Need help getting {fn} to work with sendemail.exe
Oh no you shouldn't have! But thank you very much!!! I'll install it tomorrow, I have to go get drunk right now. I'll come back tomorrow and give you my comments! ps. I only donated because of two reasons, #1 I like the software, #2 I'm getting technical support at 21:52 on a Friday, that is a first ...
- 01 Nov 2013, 19:11
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Re: Need help getting {fn} to work with sendemail.exe
That really isn't a problem for me, I'll just keep that -rename in my batch file.
Now if the code was causing unnecessary connections to the db sites, that would be a problem. It's not is it?
Now if the code was causing unnecessary connections to the db sites, that would be a problem. It's not is it?
- 01 Nov 2013, 18:53
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Re: Need help getting {fn} to work with sendemail.exe
I have tested it with movies, it does sort them correctly to D:/Movies/ Forgive me for I am not seeing the problem anymore. My "coding skills" would not be called skills by a coder. I don't understand what you mean by You start by watching args, and the { ... } block will be called for each change ...
- 01 Nov 2013, 18:21
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Re: Need help getting {fn} to work with sendemail.exe
So, I updated my code with changes.join('\n') so now it's: execute("sendemail.exe", "-f", "[email protected]", "-t", "[email protected]", "-s", "smtp.server.com:port", "-u", "Email title for anime", "-m", changes.join('\n')) This fixed the multiple emails when adding .rar files. So thank you!! For me ...
- 01 Nov 2013, 18:06
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Re: Need help getting {fn} to work with sendemail.exe
Hmm... It does sort my stuff like I want it to. I did have watcher.groovy script called in three different calls but I didn't like that it ran java three times. All java.exe processes were hogging over 100mb of memory a piece. That is why I wanted one script to watch three directories at the same ...
- 01 Nov 2013, 17:23
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Re: Need help getting {fn} to work with sendemail.exe
After fiddling around for some time, I have it kinda working Instead of getting just the filename after the rename process I got it to send me the filename and full path to the original file. This is good enough for me at this point as I still get notified of what has been added. And there's one ...
- 31 Oct 2013, 19:41
- Forum: Scripting and Automation
- Topic: Need help getting {fn} to work with sendemail.exe
- Replies: 13
- Views: 9496
Need help getting {fn} to work with sendemail.exe
Hello to everyone first! This is my first post. I have been dabbling with FileBot for a couple of days now and I'm trying to make a custom script for myself. My scripts operation: 1. Watches my temp folder. 2. Runs as hidden. 3. Detects if it's a movie, tv show or anime, 4. Downloads subtitles. 5 ...