Page 1 of 1

Filebot -script fn:artwork.tmdb not working

Posted: 21 Feb 2015, 10:47
by silentweed
Hello.

I am encountering some hiccups in getting the script to work. Some help please.

My filebot is located in c:\Program Files\Filebot directory.

Movie is located in f:\filebot directory. The movie I am testing is "Alien Outpost (2014).mp4". I wanted to use a script to download the coverart from TMDB.

I have downloaded the artwork.tmdb.groovy script file and located this in f:\filebot directory.

My cmd line is as follows:
f:\filebot\filebot -script fn:artwork.tmdb "Alien Outpost (2014).mp4"
I don't think there is any syntax error but the script always does not generate any coverart downloads but end with this message:
Done ? (?????)?

What am I doing wrong here?

Thanks

Re: Filebot -script fn:artwork.tmdb not working

Posted: 22 Feb 2015, 10:17
by silentweed
bump. anyone willing to help?

Re: Filebot -script fn:artwork.tmdb not working

Posted: 23 Feb 2015, 05:58
by rednoah
The artwork script is meant to be called on the root folder of an already organized library, or on a well-named movie folder that contains exactly one movie.

e.g.

Code: Select all

filebot -script fn:artwork.tmdb "/path/to/Movies/Alien Outpost (2014)"
PS: fn:name means that the script is executed online.

Re: Filebot -script fn:artwork.tmdb not working

Posted: 23 Feb 2015, 11:53
by silentweed
Thanks rednoah. that works great.