...but that's not what IMDB says!
Posted: 26 Oct 2012, 00:10
I am using Filebot 3.0 x64 on Windows 7 to rename some movies using IMDB and getting some unexpected results.
Here is the movie format syntax I am using:
Looking at the IMDB page for Scent of a Woman (1992), I am epecting the file to be renamed like so:
Scent of a Woman [1992, R, 157 min] [Drama] [Martin Brest] [Al Pacino, Chris O'Donnell, James Rebhorn]
...but instead I am getting:
Scent of a Woman [1992, R, 157 min] [Comedy, Drama] [Martin Brest] [Chris O'Donnell, James Rebhorn, Gabrielle Anwar]
Notice the addition of the Comedy genre. The IMDB page for this movie only lists one genre - Drama. Also notice that Al Pacino is missing. Instead of getting actors #1, 2, and 3, I am getting actors #2, 3, and 4.
I get the same results if I use TMDB. Curiously, the TMDB page for this movie does have the Comedy genre and does not list Al Pacino. It's as if, even though I am selecting IMDB, data is being retrieved from TMDB.
Any idea what's going on here?
Here is the movie format syntax I am using:
Code: Select all
{n} [{y}, {certification}, {info.runtime} min] {genres.take(3)} [{director}] {actors.take(3)}
Scent of a Woman [1992, R, 157 min] [Drama] [Martin Brest] [Al Pacino, Chris O'Donnell, James Rebhorn]
...but instead I am getting:
Scent of a Woman [1992, R, 157 min] [Comedy, Drama] [Martin Brest] [Chris O'Donnell, James Rebhorn, Gabrielle Anwar]
Notice the addition of the Comedy genre. The IMDB page for this movie only lists one genre - Drama. Also notice that Al Pacino is missing. Instead of getting actors #1, 2, and 3, I am getting actors #2, 3, and 4.
I get the same results if I use TMDB. Curiously, the TMDB page for this movie does have the Comedy genre and does not list Al Pacino. It's as if, even though I am selecting IMDB, data is being retrieved from TMDB.
Any idea what's going on here?