Support for Windows 10 users and the Microsoft Store package
-
vballrican
- Donor
- Posts: 58
- Joined: 21 Dec 2014, 01:29
Post
by vballrican » 10 Nov 2018, 16:51
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.
-
rednoah
- The Source
- Posts: 16942
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah » 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.
-
vballrican
- Donor
- Posts: 58
- Joined: 21 Dec 2014, 01:29
Post
by vballrican » 13 Nov 2018, 20:06
Ok, I'll try that. Thanks.
-
vballrican
- Donor
- Posts: 58
- Joined: 21 Dec 2014, 01:29
Post
by vballrican » 13 Nov 2018, 22:06
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...

-
rednoah
- The Source
- Posts: 16942
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah » 14 Nov 2018, 04:44
What command did you execute? What did the console output say?