Filebot extracts non complete archives

Support for Windows users
Post Reply
gattonero
Posts: 3
Joined: 17 Aug 2025, 06:27

Filebot extracts non complete archives

Post by gattonero »

https://pastebin.com/7fshKUFU

Hallo,
First THANKS!!! Your tool is working really great and helps me a lot!

Only thing i cant find is an option to stop it from extracting anything.
It keeps extracting unfinished archives and creates "half" files while running.
Any way to completely stop it from doing that?

My cmd look like this right now:

batch: Select all

@echo off
filebot -script fn:amc -non-strict ^
  --output "D:\2watch" ^
  --action symlink ^
  --conflict auto ^
  --lang de ^
  --def ^
    unsorted=y ^
    excludeList="amc.txt" ^
    movieFormat="{kodi.id}" ^
    seriesFormat="{kodi.id}" ^
    animeFormat="{kodi.id}" ^
"D:\DOWNLOADS\finished"
Thanks a lot!
User avatar
rednoah
The Source
Posts: 24169
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot extracts non complete archives

Post by rednoah »

e.g. ignore archives and do not extract them:

Shell: Select all

--def skipExtract=y
See Automated Media Center › Options for details.
:idea: Please read the FAQ and How to Request Help.
Post Reply