Search found 5 matches

by sgtwtf
19 Apr 2020, 21:29
Forum: Scripting and Automation
Topic: Duplicate handling options
Replies: 2
Views: 2431

Duplicate handling options

i am trying to move or Mark (rename or just add badfile) a file that would be deleted with the dupilcate function but i can't seem to find a way to do this. filebot -script fn:duplicates "F:\Movies\Balls of Fury (2007) tt0424823" --conflict auto --format "{n} {y} {vf} {imdbid} BAD" [*] Balls of Fury ...
by sgtwtf
19 Apr 2020, 19:38
Forum: Scripting and Automation
Topic: duplicate cleanup is removing the betterfile..
Replies: 7
Views: 3803

Re: duplicate cleanup is removing the betterfile..

Thank you.
That worked.

Code: Select all

filebot -script fn:duplicates "f:\Movies\31 (2016) tt3835080" --conflict auto --action delete -no-probe
[*] 31 (2016)
[+] 1. F:\Movies\31 (2016) tt3835080\31 2016 534p tt3835080.mkv
[DELETE] 2. F:\Movies\31 (2016) tt3835080\31 2016 304p tt3835080.avi
Done ?(?????)?
by sgtwtf
19 Apr 2020, 16:55
Forum: Scripting and Automation
Topic: duplicate cleanup is removing the betterfile..
Replies: 7
Views: 3803

Re: duplicate cleanup is removing the betterfile..

Is there a way to tell it to just remove the smaller file?

My concern is that there could be other files than behave like this since its unknown what the cause is. If i can tell it to remove the smaller file that would make me feel better about running this on a whole directory vs just a folder.
by sgtwtf
19 Apr 2020, 16:08
Forum: Scripting and Automation
Topic: duplicate cleanup is removing the betterfile..
Replies: 7
Views: 3803

Re: duplicate cleanup is removing the betterfile..

1 FileBot 4.9.1 (r7372) JNA Native: 6.1.0 MediaInfo: 19.09 7-Zip-JBinding: 9.20 Chromaprint: 1.4.3 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2020-04-16 (r632) Groovy: 3.0.3 JRE: OpenJDK Runtime Environment 14 JVM: 64-bit OpenJDK 64-Bit Server VM CPU/MEM: 16 Core / 3.5 GB Max ...
by sgtwtf
19 Apr 2020, 15:56
Forum: Scripting and Automation
Topic: duplicate cleanup is removing the betterfile..
Replies: 7
Views: 3803

duplicate cleanup is removing the betterfile..

discovered filebot today and i got the renameing part working fine. i run the duplicate function and it has a [-] next to the 720 and a [+] next to the 480. i have tried updating the file name from {vf} to {hpi} and there was no change. filebot -script fn:duplicates "f:\Movies\31 (2016) tt3835080 ...