Page 1 of 1

how to use filebot to return matched movies list in console

Posted: 21 Jun 2014, 21:35
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

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

Posted: 22 Jun 2014, 03:59
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)