Movie Lookup problem

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Movie Lookup problem

Post by kim »

From CLI (AMC) with no nfo's:

The Movie "xXx (2002)" cant get the right movie
http://www.imdb.com/title/tt0295701
https://www.themoviedb.org/movie/7451-xxx

I gets this one "2002 (2001)"... because it will only lookup/search "2002" NOT "xXx"
http://www.imdb.com/title/tt0294251/

Will you look into this ?

I guess its something to do with an internal adult filter, but there most be a way to get the right movie without using --filter/query?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Lookup problem

Post by rednoah »

Yep, XXX is specifically excluded:
http://app.filebot.net/data/query-blacklist.txt

I'll look into that... normally I'd just remove XXX from the blacklist, but in this case it seems that it would do more harm (movies in XXX folders identified as "xXx (2002)") than good (fix one specific match). :D
:idea: Please read the FAQ and How to Request Help.
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Movie Lookup problem

Post by kim »

any news ?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Movie Lookup problem

Post by rednoah »

Fixed:

Code: Select all

Rename movies using [TheMovieDB]
Auto-detect movie from context: [xXx (2002).mp4]
[TEST] Rename [xXx (2002).mp4] to [Movies/xXx (2002)/xXx (2002).mp4]
Only upper-case XXX is excluded now.
:idea: Please read the FAQ and How to Request Help.
Post Reply