Still move files if match not found

Support for Windows users
Post Reply
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Still move files if match not found

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Still move files if match not found

Post 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.
:idea: Please read the FAQ and How to Request Help.
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Re: Still move files if match not found

Post by vballrican »

Ok, I'll try that. Thanks.
vballrican
Donor
Posts: 80
Joined: 21 Dec 2014, 01:29

Re: Still move files if match not found

Post 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... :|
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Still move files if match not found

Post by rednoah »

What command did you execute? What did the console output say?
:idea: Please read the FAQ and How to Request Help.
Post Reply