Using --format variables in --output

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
josh.moore
Posts: 11
Joined: 28 Jan 2014, 03:36

Using --format variables in --output

Post 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}"
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Using --format variables in --output

Post by rednoah »

--output absolute path (no variables)
--format path expression (if relative it'll be resolved against --output)
:idea: Please read the FAQ and How to Request Help.
Post Reply