Search found 6 matches

by shadoc
16 Apr 2020, 08:04
Forum: Scripting and Automation
Topic: Filebot code with "must contain"
Replies: 2
Views: 2280

Filebot code with "must contain"

Hi all ;)

Please look at my code:

filebot -script fn:amc --output "/Volumes/HDD_4/Torrents/Hardlink/Test" --action hardlink -non-strict "/Volumes/HDD_4/Torrents/1" --log-file amc.log --def excludeList=amc.txt --def unsorted=y music=y artwork=n "ut_label=" "ut_kind=multi" movieFormat="{genres ...
by shadoc
20 Mar 2020, 14:17
Forum: Scripting and Automation
Topic: OSX - Filebot first - Harlink second :)
Replies: 6
Views: 3375

Re: OSX - Filebot first - Harlink second :)

Ok thanks @rednoah

I also noticed that the copy times were strangely super fast :)

I wonder if I can execute 2 scipts at the end of DL. In order to scan 2 different HDDs?

The hardlink works very well, however I find it difficult to achieve certain orders.

On the one hand here is my functional ...
by shadoc
20 Mar 2020, 04:51
Forum: Scripting and Automation
Topic: OSX - Filebot first - Harlink second :)
Replies: 6
Views: 3375

Re: OSX - Filebot first - Harlink second :)

Hi @rednoah and thank you :)

mac-pro-de-nico:~ nicolasverhaeghe$ filebot -script fn:amc --output "/Volumes/HDD_2/Test" --action hardlink -non-strict "/Volumes/HDD_2/Test/Unsorted" --log-file amc.log --def excludeList=amc.txt
Locking /Volumes/HDD_1/.filebot/logs/amc.log
Run script [fn:amc] at [Fri ...
by shadoc
19 Mar 2020, 18:47
Forum: Scripting and Automation
Topic: OSX - Filebot first - Harlink second :)
Replies: 6
Views: 3375

Re: OSX - Filebot first - Harlink second :)

Ok so sorry :o @rednoah

I Test this :

filebot -script fn:amc --output "Volumes/HDD_2/Test" --action duplicate --conflict override -non-strict --log-file amc.log --def unsorted=y music=y artwork=n "ut_label=" "ut_title=%N" "ut_kind=multi" "ut_dir=%F" movieFormat="{genres.contains('Animation ...
by shadoc
19 Mar 2020, 18:31
Forum: Scripting and Automation
Topic: OSX - Filebot first - Harlink second :)
Replies: 6
Views: 3375

OSX - Filebot first - Harlink second :)

Good morning all,

In these difficult times, confined to France, I automate a lot of action :) ... I have been using Filebot in drag'n'drop for a while and I just understood that we could also automate this.
Thanks to @rednoah who explains a lot. I read and reread these posts but I block quickly ...