I've just started using FileBot and have been reading through docs/scripts to find it is quiet a powerful program!
There is one feature I can not work out, when using -rename at the cli I would like to exclude the renaming of .nfo files.
Example:
Code: Select all
[TEST] Rename [E:\test\A popular movie\a.popular.movie.2015.1080p.bluray.x264-group.nfo] to [\A popular movie (2015)\A popular movie 2015 1080p.nfo]
My command is as follows:
Code: Select all
filebot -rename "E:\test" --format "\{n} ({y})\{n} {y} {vf}" --db TheMovieDB -r -non-strict --action test --log all --log-file "F:\filebot\logs\log.txt"