Page 1 of 1

Need help with the command line.

Posted: 25 May 2016, 22:16
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?