Trying to exclude a source subfolder filters out everything
Posted: 03 Sep 2024, 16:17
Files are downloaded on my Synology NAS in the home folder (\\NAS\home\) and Filebot has been installed using the Microsoft Store.
The home folder contains the fixed folders "Photos" and "WWW". Other folders are created dynamicaly after downloading files (e.g. TVShow1 and TVShow2, which each contain the corresponding tv show movie file):
I want to exclude (at least) the "Photos" folder from the Filebot proces. After reading up on several forum posts I thought it would be best to use the file-filter option and altered the command line call to this:
When I run Filebot, it indicates that there are no input files though there are two more subfolders that do not meet the criteria and should therefor be processed (because of the -r option for recursive search):
I'm obviously doing something wrong, but I don't see what it is. Any suggestions?
The home folder contains the fixed folders "Photos" and "WWW". Other folders are created dynamicaly after downloading files (e.g. TVShow1 and TVShow2, which each contain the corresponding tv show movie file):
- Photos
- WWW
- TVShow1
- TVShow2
Shell: Select all
filebot -rename -r \\NAS\home\ --db TheTVDB --format "F:/Series/{n.replace('Hawai\'i':'Hawaii',':':'')}/{'Season '+s}/{n.replace('Hawai\'i':'Hawaii',':':'')} {s00e00}" --action move --mode interactive
Shell: Select all
filebot -rename -r \\NAS\home\ --db TheTVDB --format "F:/Series/{n.replace('Hawai\'i':'Hawaii',':':'')}/{'Season '+s}/{n.replace('Hawai\'i':'Hawaii',':':'')} {s00e00}" --action move --mode interactive --file-filter "fn =~ /Photos/"
Console Output: Select all
Current application revision (r10380) does not match cache revision (r10362)
Initialize new disk cache: C:\Users\Gebruiker\AppData\Roaming\FileBot\cache\0
No input files: [\\NAS\home\]
* Consider using --file-filter "true" to select all files
No input files
Failure (×_×)??
I'm obviously doing something wrong, but I don't see what it is. Any suggestions?