Search found 6 matches

by caphm
07 Nov 2016, 06:19
Forum: Scripting and Automation
Topic: [CODE] Calling Filebot from JDownloader 2 Event Scripter
Replies: 20
Views: 34816

Re: [CODE] Calling Filebot from JDownloader 2 Event Scripter

It's an output of the script. You have to include [fb] somewhere in the filename (including brackets). See second to last bullet of my last post for info.
by caphm
01 Nov 2016, 14:39
Forum: Scripting and Automation
Topic: [CODE] Calling Filebot from JDownloader 2 Event Scripter
Replies: 20
Views: 34816

Re: [CODE] Calling Filebot from JDownloader 2 Event Scripter

It's been a while, I'm sorry for leaving you guys with this still buggy script all alone :( Anyway, I've been updating the script, fixing a lot of the bugs you mentioned and adding additional features. Here's what's new: Fixed detection of package root folder . I've tried using package ...
by caphm
03 Jun 2015, 11:20
Forum: Scripting and Automation
Topic: [CODE] Calling Filebot from JDownloader 2 Event Scripter
Replies: 20
Views: 34816

[CODE] Calling Filebot from JDownloader 2 Event Scripter

Hey guys, I have created a script to be used with the Event Scripter extension of JDownloader 2. There are many requests around the web for how to automatically call Filebot when a download is finished in JD2. However I have never come across a satisfying solution, so I created one myself. It relies ...
by caphm
27 May 2015, 11:53
Forum: Scripting and Automation
Topic: Support for JDownloader
Replies: 8
Views: 9577

Re: Support for JDownloader

I have created a script to be executed by the "Archive extraction finished" event in JDownloader's Event Scripter. Works like a charm, but it still has problems with filenames that contain unicode characters. The javascript sandbox provided by JDownloader seems to treat the strings passed in by ...
by caphm
12 Feb 2014, 23:53
Forum: Feature Requests and Bug Reports
Topic: [Error] AtomicMoveNotSupportedException on Windows
Replies: 3
Views: 4124

Re: [Error] AtomicMoveNotSupportedException on Windows

I am running Java 7. The exception is thrown because Java can't move the file to another drive in a single atomic move. According to http://docs.oracle.com/javase/7/docs/api/java/nio/file/Files.html#move(java.nio.file.Path, java.nio.file.Path, java.nio.file.CopyOption...) Java actually performs a ...
by caphm
12 Feb 2014, 14:09
Forum: Feature Requests and Bug Reports
Topic: [Error] AtomicMoveNotSupportedException on Windows
Replies: 3
Views: 4124

[Error] AtomicMoveNotSupportedException on Windows

Hi, I have struggled with moving files to another drive during renaming on Windows (e.g. from D:\Somefile.mkv to E:\RenamedFile.mkv). Everytime it would fail with an AtomicMoveNotSupportedException. After browsing through the latest code from SVN I realized, that FileBot should use copy+delete ...