Page 1 of 1

Help in movies Format

Posted: 21 Feb 2015, 18:36
by chocorem
Hello,

I'm using Filebot for the Series for a while now and it is working perfecly. I using the standard rename function in an amc script.

I wanted to use it for movies, I get filebot renaming my movies but not using the format

when I 'm typing this

Code: Select all

filebot -rename "the Game Stands Tall (2014)2.mkv" -non-strict --db TheMovieDB --action test
or this

Code: Select all

filebot -rename "the Game Stands Tall (2014)2.mkv" -non-strict --db TheMovieDB --action test "movieFormat={n}{vf}"
I'm getting the same output

Code: Select all

Rename movies using [TheMovieDB]
Auto-detect movie from context: [/media/nas/videos/the Game Stands Tall (2014)2.mkv]
[TEST] Rename [/media/nas/videos/the Game Stands Tall (2014)2.mkv] to [When the Game Stands Tall (2014).mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
the movie format is not taken into consideration .... What am I doing wrong ?

Re: Help in movies Format

Posted: 21 Feb 2015, 18:48
by chocorem
So sometimes .... too dumb !

I found the solution myself ....

the correct syntax was :

Code: Select all

filebot -rename "the Game Stands Tall (2014)2.mkv" -non-strict --db TheMovieDB --format "{n} - {vf}"