T O P I C R E V I E W |
sadako |
Posted - 19 Feb 2010 : 09:18:48 Hello, everything seemed to be working fine till yesterday. Today I tried to import a few movies and I noticed that it only imported 3-4 actors (NOT the MAIN starring actors). I tried with an older version of the script (the one I originally used was dated 9th of February)but it didn't work either. Is it just me? Or has imdb changed and so the script has to change too? |
14 L A T E S T R E P L I E S (Newest First) |
Prinz |
Posted - 21 Feb 2010 : 01:09:22 I send the changes to Alessio.
When i have the time i will take a look at the moviegoods script (never used it) and i will look if it's not to complicated to add plot to the amazon.com script. |
fege |
Posted - 21 Feb 2010 : 00:16:03 I tested new modification with several movies and everything went without problems. Excellent Job.
Now I am trying whats wrong with moviegoods script. For some reason script doesn't find movies: 17 Again, The Soloist and many more.
Also, I tried to add Plot to amazon.com scrpt, but without success
|
Prinz |
Posted - 20 Feb 2010 : 18:49:37 All problems that i found until now i fixed.
http://www.mediafire.com/download.php?2lfnmnrn4ey |
Prinz |
Posted - 20 Feb 2010 : 17:41:54 Here is the fix for two scripts:
IMDB.COM (Actors) IMDB.COM (Complete)
Bugs with Date of Birth/Death fixed and goofs, trivia fixed for the IMDB.COM (Complete) Script.
*Link removed* there is still a bug , sorry |
Prinz |
Posted - 20 Feb 2010 : 15:29:23 quote: Originally posted by fege When I try to add movie The Mask of Zorro http://akas.imdb.com/title/tt0120746/, IMDB complete script doesn't import all actors. The last imported actor is Raúl Martínez.
Found the problem, is with the date of death. There is bug, i try to correct it and take a look at the other problems to.
Found the problem with goofs and trivia. It's also with the new menu-system. Forgot about them. |
fege |
Posted - 20 Feb 2010 : 14:47:39 Thank you very much for fast reply and most importantly for the modifications of IMDB scripts.
I notice 1 thing. When I try to add movie The Mask of Zorro http://akas.imdb.com/title/tt0120746/, IMDB complete script doesn't import all actors. The last imported actor is Raúl Martínez. Beside problems with actors, goofs, trivia aren't imported too.
The same problem is with The Soloist. Actor import stops on Albert Olson and there is no Goofs and Trivia |
Prinz |
Posted - 20 Feb 2010 : 14:21:05 Here are the corrected scripts:
http://www.mediafire.com/download.php?znznmrylenz |
fege |
Posted - 20 Feb 2010 : 14:11:25 Hi Prinz,
Can you upload corrected IMDB (Complete) script to mediafire |
Prinz |
Posted - 20 Feb 2010 : 13:04:35 Send a correction with additional changes (there was more broken/data missing, because of a menu-system change on the imdb.com website) to Alessio.
IMDB.COM (Complete) IMDB.COM (Fastest) IMDB.COM (TVSeries) For Rel.7 |
sadako |
Posted - 20 Feb 2010 : 08:43:14 Yeap, that did the trick. Thank you very much..
One comment though (although it propably doesn't have to do with the script, rather than with the application). I used the script with a new movie I imported and it worked fine. Imported all the actors, with images etc. BUT, when I tried to update a movie that was ALREADY in my database (and had used the previous script that had imported 3-4 NON-STARRING actors with no pics), it didn't change the actor list. Anyone knows why it acts this way? |
Prinz |
Posted - 20 Feb 2010 : 02:09:55 Try this one:
http://www.mediafire.com/download.php?u2zj4nmmymn |
sadako |
Posted - 19 Feb 2010 : 20:14:24 I Guess we're gonna have to wait for a script update.. |
sadako |
Posted - 19 Feb 2010 : 14:45:08 Hmmm.. For some reason neither this workaround works for me. Instead, with this extra line, I get NO actors at all!! |
DontPanic |
Posted - 19 Feb 2010 : 12:08:28 I encountered the same problem. There seems to be a modification in the web page layout of imdb, so that the script doesn't find the actor name in section ACTORSFROMMAINWEBPAGE by searching ">" because now there are several ">" before the actor name.
I modified the code for searching the actor name in section ACTORSFROMMAINWEBPAGE by adding the red marked line:
//Actor NAME #FIND#=/castlist#11# #ONERROR#=*OK* #FIND#=>#11# #ONERROR#=*OK* #FIND#=<#12# #ONERROR#=*OK* #TAKEWORD#=#13#,#11#,#12# #CHECKVARIABLE#=#13# #STARTDELETETAGS# #STARTSUBSTITUTETAGS# #CLEARTAGS#
With this modification of the script the first actors appear in the list (tested with movie Ghostbusters).
|