Page 1 of 1

Using --format variables in --output

Posted: 28 Jan 2014, 03:39
by josh.moore
Hello, can someone look at the below and tell me if it's possible? I can't get it to work. The problem is that the variables are not being used in the --output option. If this isn't the best way to accomplish this then please advise.

Thanks!

Code: Select all

filebot -rename /mnt/media/torrents-tv -r --output "/mnt/media/media/TV/{n}/{s}" --db thetvdb -non-strict --format "{n} - {s00e00} - {t}"

Re: Using --format variables in --output

Posted: 28 Jan 2014, 04:04
by rednoah
--output absolute path (no variables)
--format path expression (if relative it'll be resolved against --output)