Need help with the command line.

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Rick7C2
Posts: 12
Joined: 22 Nov 2013, 23:04

Need help with the command line.

Post by Rick7C2 »

I'm trying to rename all tv shows currently managed by sickrage.

They are in folders like so,...

/TV Shows
/TV Shows/Family Guy
/TV Shows/Family Guy/Season 01
/TV Shows/Family Guy/Season 01/Family Guy S01E01.mkv


Obviously there is more than just the family guy show. This is just an example of the folder structure.

I would like to have filebot load the /TV Shows dir and recursively load all episodes within and rename with this format...

{n} - {s00e00} - {t} ({vf} {any{source}{'Unknown'}})

I would like to do it via terminal but it doesn't do anything when I run...

filebot -rename /TV Shows -format "{n} - {s00e00} - {t} ({vf} {any{source}{'Unknown'}})"

What am I doing wrong?
Post Reply