Page 1 of 1

Re: Search query based on show/movie id

Posted: 31 May 2013, 09:03
by rednoah
--q is for specifying a query if auto-detection doesn't work.

--filter is used to tell filebot exactly what episode data should be taken into consideration.

e.g.

Code: Select all

--filter "n =~ /US/"

Re: Search query based on show/movie id

Posted: 01 Jun 2013, 16:28
by rednoah
Filebot doesn't treat aliases as multiple shows. One show is one show (with unique TheTVDB id). Send me logs of what's not working.


--filter allows you to filter valid episode data. It's exactly the naming format, n name, s season, e episode, etc

Re: Search query based on show/movie id

Posted: 02 Jun 2013, 09:26
by rednoah
Having imdb id in the filename definitely will help filebot and other programs.

With just xattr metadata that would work but only for filebot.

PS: I think movie-mode ignores the --filter argument, it's only to tvshows. For movies it's best to keep the name + year and there shouldn't be any problems.