Search found 3 matches

by Koni
23 Apr 2020, 22:18
Forum: Scripting and Automation
Topic: Different behaviour between GUI and CLI
Replies: 5
Views: 5939

Re: Different behaviour between GUI and CLI

Hi,

I will end up by using this filter :

--filter "( lines('C:/test/tvlist.txt').contains(n) && type == /Episode/ ) || ( type == /Movie/ )"

This will allow me to provide a list of known TV shows and disable filtering for Movies.
Next job is to generate tvlist.txt from folder names.

Small ...
by Koni
23 Apr 2020, 09:38
Forum: Scripting and Automation
Topic: Different behaviour between GUI and CLI
Replies: 5
Views: 5939

Re: Different behaviour between GUI and CLI

Hi Rednoah,

Thanks for your help.
Is there a way to get the same behaviour for CLI and GUI (by adding a parameter to command line ?)
Maybe I can help CLI detection by adding a list of tv show I already have ? Is there a way to do that ?

Regards,
by Koni
23 Apr 2020, 08:06
Forum: Scripting and Automation
Topic: Different behaviour between GUI and CLI
Replies: 5
Views: 5939

Different behaviour between GUI and CLI

Hello there,
I have an issue to identify TV shows using CLI while it works fine with GUI.

Using Filebot Gui
1) In rename mode, I use Load button to select "C:\test\malc" folder
2) I set match preferences to "Strict", "French" language and "Airdate" order
3) Right click on match then, fetch data ...