Page 1 of 1

Still move files if match not found

Posted: 10 Nov 2018, 16:51
by vballrican
Is there a way to still move the files -rename cannot match?

Code: Select all

filebot -rename -r "H:/Download" --output "H:/Complete" --format "{n} [{certification}, {genre}, {y}]/{'Season ' +s}/{n} - {s00e00} - {t}" -non-strict --db TVDB --action move --def subtitles=en
What can i add here to do this?

Thanks.

Re: Still move files if match not found

Posted: 13 Nov 2018, 06:13
by rednoah
After calling filebot -rename --db TheTVDB, the only files that are left behind are files that cannot be matched, and you could deal with those a second filebot -rename --db xattr call.

Re: Still move files if match not found

Posted: 13 Nov 2018, 20:06
by vballrican
Ok, I'll try that. Thanks.

Re: Still move files if match not found

Posted: 13 Nov 2018, 22:06
by vballrican
rednoah wrote: 13 Nov 2018, 06:13 After calling filebot -rename --db TheTVDB, the only files that are left behind are files that cannot be matched, and you could deal with those a second filebot -rename --db xattr call.
Ok, so tried this and it's a mess... every file goes into it's own dir with their filename as the foldername... :( I just want to be able to move to 1 directory all the files that didn't process with my main command above... :|

Re: Still move files if match not found

Posted: 14 Nov 2018, 04:44
by rednoah
What command did you execute? What did the console output say?