AMC with clean turn on, not getting rid of all junk files.

All your suggestions, requests and ideas for future development
Post Reply
MadMan
Posts: 8
Joined: 06 Jul 2015, 12:09

AMC with clean turn on, not getting rid of all junk files.

Post by MadMan »

Here is all the files in the folder; http://imgur.com/rTHaH4y,8ri8fYC,FreRYyL#1 if I run the filebot amc script with these settings

filebot -script fn:amc --output "/home/user/downloads/Sync/" -rename -non-strict "/home/user/downloads/Sync/Movies/" --log-file amc.log --def excludeList=amc.txt clean=y unsorted=y

These files never get "cleaned" http://imgur.com/rTHaH4y,8ri8fYC,FreRYyL#0 and just stay in the folder. I have tried this on a linux computer at the root level and on a windows pc at the admin level.

I would guess out of 1000 runs of filebot these are the only files I have never seen it "clean", and having that success rate is good enough for me :), but still wondering why it will not delete those files? As a side note, folder named "Screens" that is getting deleted has like six screen shots in it, all .png files. I wonder if there is a limit on the number of files it will "clean".

This is my log, and you can see it excludes all junk files from being renamed, but it never tries to delete them. http://pastebin.com/AWcnAYzS
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC with clean turn on, not getting rid of all junk file

Post by rednoah »

There's an *.mkv file in the folder. The cleaner script will not touch any folder or any file where there's a video file around.
:idea: Please read the FAQ and How to Request Help.
MadMan
Posts: 8
Joined: 06 Jul 2015, 12:09

Re: AMC with clean turn on, not getting rid of all junk file

Post by MadMan »

That makes sense. Do you have any suggestions how to get it to automatically get rid of those other files?
User avatar
rednoah
The Source
Posts: 23931
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC with clean turn on, not getting rid of all junk file

Post by rednoah »

Write a shell script that removes *.mkv files that are less than 50 MB.
:idea: Please read the FAQ and How to Request Help.
Post Reply