[UPD] [NL] MovieMeter.nl

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Thanks
WooK
Posts: 3
Joined: 2006-08-26 15:09:22

Post by WooK »

Thnx, this works great.
Joopbraakhekke
Posts: 4
Joined: 2006-08-31 20:02:33

Post 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 !
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Thanks, I'll check that
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I fixed it, now rating is correctly imported for this kind of movies.
Sorry for the delay.
J.P.
Posts: 64
Joined: 2006-09-20 09:55:52

Post 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?
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

stringutils1.pas goes in the same folder (map) as moviemeter(nl).ifs ;)
J.P.
Posts: 64
Joined: 2006-09-20 09:55:52

Post 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...
J.P.
Posts: 64
Joined: 2006-09-20 09:55:52

Post by J.P. »

moviemeter doesn't work anymore.
Have more persons problem with it today?
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.
Freak
Posts: 7
Joined: 2005-10-07 07:11:31
Location: The Netherlands
Contact:

Post 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..
J.P.
Posts: 64
Joined: 2006-09-20 09:55:52

Post by J.P. »

Yes it's works, thank for it... :)
With me it was on line 138...
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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.
Post Reply