Filebot -script fn:artwork.tmdb not working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
silentweed
Posts: 4
Joined: 21 Jun 2014, 01:50

Filebot -script fn:artwork.tmdb not working

Post 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
silentweed
Posts: 4
Joined: 21 Jun 2014, 01:50

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

Post by silentweed »

bump. anyone willing to help?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
silentweed
Posts: 4
Joined: 21 Jun 2014, 01:50

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

Post by silentweed »

Thanks rednoah. that works great.
Post Reply