Excluding NFO files from -rename
Posted: 14 Jan 2016, 04:22
G'day guys,
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:
This NFO file should retain it's original filename.
My command is as follows:
Can anyone advise? Cheers!
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"