lpat2001 / movie-renamer

Automatically exported from code.google.com/p/movie-renamer
0 stars 0 forks source link

Incorrect actor selected #25

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run a file called 'A Knights Tale'
2. Run a file called 'The Pursuit of Happyness'
3.

What scrapper are you using ? (only version >= 2.0)
'SCRAPER' (one 'P') is imdb.com

What is the expected output? What do you see instead?
Format: <t> (<y>) (<a1>)

Expected: A Knight's Tale (2001) (Heath Ledger).avi
Result: A Knight'S Tale (2001) (Rufus Sewell).avi

Expected: The Pursuit of Happyness (2006) (Will Smith).avi
Result: The Pursuit of Happyness (2006) (Jaden Smith).avi

What version of Movie Renamer are you using? On what operating system?
1.3.6 Alpha on Windows Server 2003 32bit

Please provide any additional information below.
Format: <t> (<y>) (<a1>) <a2> <a3>
Result: The Pursuit of Happyness (2006) (Jaden Smith) Jaden Smith Jaden 
Smith.avi

The first actor on imdb.com is Will Smith, the second is Jaden, and the third 
is Thandie.

I do not know how many of my movies have been incorrectly labelled because of 
this, I am trying to use this method to sort my movies by actor/actress.

Original issue reported on code.google.com by sran...@gmail.com on 18 Dec 2012 at 11:49

GoogleCodeExporter commented 8 years ago
The first actor started with "0" instead of "1" (same issue for all X values 
(genre,director,...)).

And all "<an>" tags was replaced by the first actor (same issue for ll X values 
(genre,director,...)).

I just fix the problem, and a new version (1.3.7) will be online in few minutes 
(depending on other issue).

Original comment by nico.ma...@gmail.com on 19 Dec 2012 at 12:55

GoogleCodeExporter commented 8 years ago
When I tried <a0> it produced no value, if I chose other values (as above) a1 
would be repeated.
Looking forward to the new version!

Original comment by sran...@gmail.com on 19 Dec 2012 at 1:37