I have been using Filebot with a scheduled task on my Synology for a long time now. Recently, for some reason, the files I am downloading are coming down without any suffix, i.e. they no longer have .mkv on the end for instance.
When the scheduled task runs, these files are being ignored; is there any way I can get filebot to process them anyway, or is there someway I can automatically rename them to have the correct suffix?
Ignoring files with no suffix
Re: Ignoring files with no suffix
Console Output: Select all
$ filebot -rename -r /path/to/input --file-filter "none{ ext } && cf" --db file --format "{fn}.{cf}" --action TEST
[TEST] from [a] to [a.mkv]