Hi,
I'm sure there is a simple answer to this, but how do I use -rename and --action=move to only move movies containing certain genre (i.e. Horror), leaving all others untouched?
Move only genre
Re: Move only genre
Assuming that you have already processed all your files previously with FileBot, then you can do --db xattr --filter "genres =~ /Horror/" to process only xattr tagged files where genres contains Horror.
@see viewtopic.php?f=4&t=4788
@see viewtopic.php?f=4&t=4788
-
- Posts: 18
- Joined: 15 Mar 2017, 20:02
Re: Move only genre
The genre is only known once FileBot has identified the file, so you at that point might as well process all files because all the work has been done already. Make sure to enable xattr this time around, so all the metadata is stored for next time you might need it.
-
- Posts: 18
- Joined: 15 Mar 2017, 20:02
Re: Move only genre
I had issues with xattr on ubuntu and google-drive-ocamlfuse, I don't think xattr works with a fuse mount?rednoah wrote: ↑10 Nov 2017, 11:28 The genre is only known once FileBot has identified the file, so you at that point might as well process all files because all the work has been done already. Make sure to enable xattr this time around, so all the metadata is stored for next time you might need it.
Is there any way to process everything, but do nothing to files that doesn't have genre Horror?
Re: Move only genre
No, that's not possible.
Unless you somehow have "Horror" somewhere in the file path so you can select/unselect files that way (since xattr metadata is not an option).
