how to use filebot to return matched movies list in console

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

how to use filebot to return matched movies list in console

Post by silentweed »

Hi, how do I use filebot to run a movie database search on a movie in command line and return the matching movie list in command line console?

Say I have a movie called Assassin.mkv and I want filebot to return in the commanline the marching movies it found from themoviedb as Assassin (2012), Assassin (1992), etc...

Any ideas?

Thanks
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: how to use filebot to return matched movies list in cons

Post by rednoah »

You can do that via FileBot/Groovy scripting. See the amc and artwork.tmdb script for reference.

Code: Select all

detectMovie(File, Boolean)
:idea: Please read the FAQ and How to Request Help.
Post Reply