Page 1 of 1

Help with simple rename folder command

Posted: 14 Jul 2015, 01:52
by deadman36g
I am just starting to get reacquainted with filebot and am wanting to school myself with cli version

but I am experiancing many growing pains, I am trying to run a command that will look up info from TVDB and then create a directory based on the results and then move the file there. I am wanting to keep the filename original.
example:

C:\Movies\Movie.2015.mkv would become C:\Movies\Movie (2015)\Movie.2015.mkv

the command I am using is filebot -rename --db=TheMovieDB <Movies Location> /{n} {y}/{fn}

So far all I am accomplishing is renaming the file based on {n} {y}.

edit: I was missing the --format parameter