Search found 11 matches

by Kapoue
15 Apr 2016, 08:06
Forum: Scripting and Automation
Topic: Detect if tv shows or movies
Replies: 7
Views: 5570

Re: Detect if tv shows or movies

I have build a custom interface on top of filebot. Everything is ok now except that I don't know if I need to move my file in series or movies.
I currently use the amc script to automate this task but they are no UI and sometimes you don't know what happend.
by Kapoue
15 Apr 2016, 07:56
Forum: Scripting and Automation
Topic: Detect if tv shows or movies
Replies: 7
Views: 5570

Re: Detect if tv shows or movies

I just want to have the category whatever if I need to call one or two script but I don't want to change anything yet.
by Kapoue
15 Apr 2016, 07:28
Forum: Scripting and Automation
Topic: Detect if tv shows or movies
Replies: 7
Views: 5570

Detect if tv shows or movies

Hello, How can I detect or directly include the path in the rename if the file is a tv show or a movie? For the moment I use the following command: filebot -rename -action test -non-strict --format "/{n}/{n} - {s00e00} - {t}" Can I add something in my pattern? I would like a path like: \Tv...
by Kapoue
05 Apr 2016, 13:19
Forum: Scripting and Automation
Topic: Single file information
Replies: 4
Views: 2790

Re: Single file information

Damned it doesn't work: filebot -script fn:amc --output "D:\Projects\Ben\AutoRenamer\Examples\Destination" --action test -non-strict "D:\Projects\Ben\AutoRenamer\Examples\Source\" --def unsorted=y Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release. ...
by Kapoue
05 Apr 2016, 12:55
Forum: Scripting and Automation
Topic: Single file information
Replies: 4
Views: 2790

Re: Single file information

Ok thank you
by Kapoue
05 Apr 2016, 08:28
Forum: Scripting and Automation
Topic: Single file information
Replies: 4
Views: 2790

Single file information

Hello, I currently building something on top of filebot to do the same kind of thing than the amc script with a GUI for my personal usage and if is work I could probably put it on github later. How can I ask to filebot in command line + groovy if needed to retreive the target path and filename for a...
by Kapoue
31 Jan 2013, 08:22
Forum: Scripting and Automation
Topic: Question about the extract
Replies: 1
Views: 2409

Question about the extract

Hello, I try to use the extract command in a .groovy script to only extract one of the files into the zip file. I do this: extract(file: new File(sub.archivename), conflict: 'override', filter: { it.isSubtitle() && it.path.endsWith(backFilepath) }, forceExtractAll: true) And I have check onl...
by Kapoue
20 Jan 2013, 18:53
Forum: Scripting and Automation
Topic: uTorrent - Move
Replies: 3
Views: 3423

Re: uTorrent - Move

Hello,

I had already try the move option but the file file is locked by uTorrent.

REgards,
by Kapoue
20 Jan 2013, 18:51
Forum: Scripting and Automation
Topic: uTorrent script - Subtitles language
Replies: 3
Views: 4787

Re: uTorrent script - Subtitles language

Even with this command it doesn't download the subtitles in french
by Kapoue
18 Jan 2013, 15:56
Forum: Scripting and Automation
Topic: uTorrent - Move
Replies: 3
Views: 3423

uTorrent - Move

Hello,

I use I currently use the filebot script with uTorrent and this is really great. But somebody know how to do to really move the file and not just copy it into the correct folder? The problem is that uTorrent lock this file.

Regards,

Benjamin
by Kapoue
18 Jan 2013, 15:51
Forum: Scripting and Automation
Topic: uTorrent script - Subtitles language
Replies: 3
Views: 4787

uTorrent script - Subtitles language

Hello, First of all thank you for this amazing program! I try to know how to download the subtitles with utorrent script in another language (french). Here is my current script: filebot -script fn:utorrent-postprocess --output "J:\Telechargements" --action copy --conflict override -non-str...