Single file information

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Kapoue
Posts: 11
Joined: 18 Jan 2013, 15:48

Single file information

Post by Kapoue »

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 single file and without renaming or moving this file? So basically just ask tell me what is the tv show and the name of the episode.

Regards,

Benjamin
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Single file information

Post by rednoah »

You can do a dry-run with --action test and parse the output.
:idea: Please read the FAQ and How to Request Help.
Kapoue
Posts: 11
Joined: 18 Jan 2013, 15:48

Re: Single file information

Post by Kapoue »

Ok thank you
Kapoue
Posts: 11
Joined: 18 Jan 2013, 15:48

Re: Single file information

Post by Kapoue »

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.
Run script [fn:amc] at [Tue Apr 05 15:05:30 CEST 2016]
Parameter: unsorted = y
Argument: D:\Projects\Ben\AutoRenamer\Examples\Source
Exclude: D:\Projects\Ben\AutoRenamer\Examples\Source\Castle (2009) - 1x02 - Nanny McDead.avi
Exclude: D:\Projects\Ben\AutoRenamer\Examples\Source\the.big.bang.theory.s04e01.avi
Exclude: D:\Projects\Ben\AutoRenamer\Examples\Source\the.big.bang.theory.s04e01.txt
No files selected for processing
Failure (°_°)

Why did he exclude all my files?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Single file information

Post by rednoah »

Testing with empty files? Check the filesize limit options.
:idea: Please read the FAQ and How to Request Help.
Post Reply