Page 6 of 6

Posted: 2006-08-08 18:52:49
by antp
Thanks

Posted: 2006-08-27 09:53:32
by WooK
Thnx, this works great.

Posted: 2006-08-31 20:08:13
by Joopbraakhekke
Hi all,

Using this script with pleasure! But I think I found another little bug.

When the script finds a movie with a rating on IMDB (in the top 250 list) the rating is not displaying correctly... The script sets the rating at 0,0. (example of such a movie: http://www.moviemeter.nl/film/500)

When the script finds a movie wich is not in the top 250 list at IMDB everything works fine...

My Movielist:

http://xs2www.xs4all.nl/movies

Grtz !

Posted: 2006-08-31 21:44:13
by antp
Thanks, I'll check that

Posted: 2006-09-23 21:58:05
by antp
I fixed it, now rating is correctly imported for this kind of movies.
Sorry for the delay.

Posted: 2006-10-10 21:11:12
by J.P.
I can't find in this topic how to use the script.
I put MovieMeter (NL).ifs in the map Scripts, but what must i do with StringUtils1.pas.

Maybe can Dutch people explain it to me step by step in Dutch?

Posted: 2006-10-10 22:08:08
by antp
stringutils1.pas goes in the same folder (map) as moviemeter(nl).ifs ;)

Posted: 2006-10-10 22:14:11
by J.P.
Yes i see yet, but the IMDB works ok but the one i wanted moviemeter.nl don't works. :(

I just see that it's a problem with norton, so the file are ok.
Thanks...

Posted: 2006-10-15 19:41:37
by J.P.
moviemeter doesn't work anymore.
Have more persons problem with it today?

Posted: 2006-10-15 20:36:04
by antp
Script has to be fixed I guess.
I'll try to do that when I have few time if nobody fixes it until then.

Posted: 2006-10-17 15:32:22
by Freak
Somewehere on line 118 of the script there's this code:

Code: Select all

Line := TextBetween(Page.Text, '<div class="filmresults_row1">', '<form action="http://www.moviemeter.nl/film/search/"');
Replace that line by this one:

Code: Select all

Line := TextBetween(Page.Text, 'class="filmresults_row1"', '<form action="http://www.moviemeter.nl/film/search/"');
There are some strange results in the result windows (like odd characters and stuff), but at least the script works again. Just needs some fine-tuning, but that's just cosmetics, maybe I'll find some time tonight for that..

Posted: 2006-10-17 16:11:17
by J.P.
Yes it's works, thank for it... :)
With me it was on line 138...

Posted: 2006-10-17 20:07:48
by antp
Thanks for the hint.
I updated the script on my server.
Right now I do not have time, but as soon as possible I will clean that. It is just caused by the Google ad between the results. The script should parse this list in a better way.