Search found 8 matches

by Vippis
26 Feb 2015, 05:04
Forum: Scripting and Automation
Topic: Support for JDownloader
Replies: 8
Views: 9503

Re: Support for JDownloader

In JD2 Beta there is a plugin available called "Event Scripter". It has now a trigger called "Archive extraction finished". I'm working with JD support to call Filebot by that trigger. The trigger passes the download folder of the extracted files to a variable and then calls the Filebot process by ...
by Vippis
24 Feb 2015, 06:09
Forum: Scripting and Automation
Topic: Support for JDownloader
Replies: 8
Views: 9503

Re: Support for JDownloader

rednoah wrote:I'm sure JD2 has some hook that'll allow you to call 3rd party programs on newly completed files.
Haven't found one, that's why I'm asking. So maybe I need to write a bash script checking if unrar is running before executing filebot.
by Vippis
24 Feb 2015, 00:51
Forum: Scripting and Automation
Topic: Support for JDownloader
Replies: 8
Views: 9503

Support for JDownloader

Hi, i'm running JD2 Beta on a Ubuntu 14.04 LS Server and want to use Filebot to rename and move tv-shows and movies. JD extracts all downloads to a folder "Completed". But how do I call Filebot from JD when all the extraction is done? I can use cron to execute Filebot but I think the problem is if ...
by Vippis
31 Oct 2014, 16:59
Forum: Help and Support
Topic: Filebot Script error when called from pyload
Replies: 2
Views: 2957

Re: Filebot Script error when called from pyload

Thank You rednoah!

I did the following:

Code: Select all

chmod 777 -R Serien_MCE
and it work's now!
by Vippis
31 Oct 2014, 16:11
Forum: Help and Support
Topic: Filebot Script error when called from pyload
Replies: 2
Views: 2957

Filebot Script error when called from pyload

Hi rednoah, I use a Synology DS213+ NAS with pyload and filebot. I call filebot from pyload using ExternalScripts Hook (all_dls_processed). When I do so filebot gives me errors: Parameter: clean = y Parameter: skipExtract = y Parameter: reportError = y Parameter: artwork = n Parameter: movieFormat ...
by Vippis
10 Sep 2014, 20:54
Forum: Scripting and Automation
Topic: Problem with filebot and AMC on Synology Diskstation
Replies: 12
Views: 12949

Problem with filebot and AMC on Synology Diskstation

Hi, I use filebot on a Synology Diskstation DS213+. I installed Filebot 4.2 using Rednoah's SPK Packages. In advance I use pyload to download stuff. I use a filebot hook for pyload from guys from the pyload forum: http://forum.pyload.org/viewtopic.php?f=9&t=2984&sid=3fcaebc0efa788e52cbaf59dd7cc75cb ...
by Vippis
25 Jan 2013, 16:16
Forum: Episode / Movie Naming Scheme
Topic: Problems with hyphens
Replies: 3
Views: 5090

Re: Problems with hyphens

rednoah wrote:I guess MissileHuggers SPK is still broken then, doesn't pass arguments along correctly.

Here's my offical startup script:
http://filebot.sourceforge.net/forums/v ... =254#p2595
Can you please tell me what I have to do to fix the start up script? I'm a Linux noob :?
by Vippis
25 Jan 2013, 13:33
Forum: Episode / Movie Naming Scheme
Topic: Problems with hyphens
Replies: 3
Views: 5090

Problems with hyphens

Hi, I'm new to Filebot. I installed on my Synology DS112j NAS and want to use it for renaming my downloaded TV-shows and movies. I want to use the script renall to rename all my files to a desired format. Currently I use this line in a SSH shell: filebot -script fn:renall /volume1/Serien -non-strict ...