Help in movies Format

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
chocorem
Posts: 31
Joined: 21 Feb 2015, 18:31

Help in movies Format

Post 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 ?
chocorem
Posts: 31
Joined: 21 Feb 2015, 18:31

Re: Help in movies Format

Post 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}"
Post Reply