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?