I'm using filebot-watcher and it fails to clean up .NFO and Trailers in certain cases.

Based on my analysis I think the following happens:
- JDownloader Evenscripter moves extracted files and folders instantly to "/volume1/Downloads/FILEBOT", as soon as they are completly extracted
- filebot-watcher then starts to process the new files after 10 seconds and tries to clean up afterwards
- In the meantime, JDownloader Evenscripter moves even more extracted files and folders to "/volume1/Downloads/FILEBOT"
- filebot-watcher refuses to clean up trailers and .NFO files because in the meantime new files appeared (I don't understand why he refuses to clean up trailers and NFOs)
Code: Select all
Keep /volume1/Downloads/FILEBOT/xyz.s01e01.german.dl.1080p.bluray.x264-excited.nfo (parent folder contains media files)
- filebot-watcher never cleans up the files, even when no "real" media files are present anymore except trailers and NFO files
Log output:
filebot-watcher is running with the following parameters:
Code: Select all
docker run -it \
--restart always \
--name=filebot-watcher \
-v /share/CACHEDEV1_DATA/Plex:/volume1 \
-v /share/CACHEDEV2_DATA/Container/filebot-watcher:/data \
--env SETTLE_DOWN_TIME=10 \
rednoah/filebot:watcher /volume1/Downloads/FILEBOT \
--output /volume1/Mediathek \
--action move \
-non-strict \
--order Airdate \
--def clean=y \
--conflict auto \
--lang German \
--log all \
--log-file amc.log \
--def skipExtract=n \
--def deleteAfterExtract=y \
--def music=n \
--def seriesFormat={plex} \
--def animeFormat={plex} \
--def movieFormat={plex} \
--def movieDB=TheMovieDB \
--def animeDB=TheMovieDB::TV \
--def seriesDB=TheMovieDB::TV \
--def artwork=y \
--def plex=192.168.178.101:***** \
--def excludeList=exclude.txt \