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
how to use filebot to return matched movies list in console
-
- Posts: 4
- Joined: 21 Jun 2014, 01:50
Re: how to use filebot to return matched movies list in cons
You can do that via FileBot/Groovy scripting. See the amc and artwork.tmdb script for reference.
Code: Select all
detectMovie(File, Boolean)