Help with simple rename folder command

Any questions? Need some help?
Post Reply
User avatar
deadman36g
Posts: 9
Joined: 28 Jan 2014, 02:56

Help with simple rename folder command

Post 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
Post Reply