[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: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

right, there is a problem.
I'll put that on my to-do list ;)
Bonus
Posts: 10
Joined: 2005-06-15 12:22:25

Post by Bonus »

Hello all,

First I want to say great program :grinking:
I used The Movie Collector before, but now I found this nice program AMC..

First what I saw was the nice script for www.moviemeter.nl , its fine if you are a dutch guy :hihi:

Now I tried a nice template viewtopic.php?t=813 , but to bad they dont match together..

Could anyone fix this one so I can use this script with viewtopic.php?t=813 ?

Thx in advance!
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

What do you mean by "they don't match" :??:
Guest

Post by Guest »

antp wrote:What do you mean by "they don't match" :??:
Just tryed it again to show, but now its working :grinking:
Bonus
Posts: 10
Joined: 2005-06-15 12:22:25

Post by Bonus »

Anonymous wrote:
antp wrote:What do you mean by "they don't match" :??:
Just tryed it again to show, but now its working :grinking:
Forgot to login :)
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Re: Categorie sometimes contains incorrect info (moviemeter.

Post by antp »

Dirk wrote: With movie 'falling down' --> not OK
Problem fixed:
www.antp.be/temp/scripts/MovieMeter%20(NL).ifs
Ju!es
Posts: 3
Joined: 2005-07-09 13:44:09

Post by Ju!es »

When I run the moviemeter-script, my result is allways the same..... 'No movies found'

When I change the script using the latest link from the admin, I'll get an error, maybe a mistake in the script or in my settings.....

Image
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You have a too old version of StringUtils1.pas, download the new version from http://www.antp.be/temp/scripts/StringUtils1.pas

I'll add this in the first post of the topic.
Guest

Post by Guest »

Thank you very much.. :grinking: Now it works.
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

Anybody know by any chance how i can change Norton Internet Security to not block this script ?
Everytime I want to fetch data i have to disable NIS. I have no idea where to add this as a safe site.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You cannot add rules to exclude a program (rather than a site) from being blocked?
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

Most of the scripts work, except the ones that need fixing.
But with moviemeter, it just fetches no data. Only when i disable it it will grab me the info.

I added www.moviemeter.nl to NIS -> Privacy control -> Configure -> advanced -> ADD site -> I entered www.moviemeter.nl and turned all settings to permit.
In Program control Ant Movie Catalog has 'permit all' status.
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Try to also add "moviemeter.nl" without the "www" or modify the search URL in the end of the script to add the "www"
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

Adding moviemeter.nl seemed to have done the trick.
Antp for president :grinking:
patrick
Posts: 1
Joined: 2005-08-28 17:23:02

Re: little change

Post by patrick »

Marcel wrote:after a couple of random tests with my adjustment, I found out that It wasn't good, because there came rubbish at the begining of categorie.

So these are the final adustments.
Value := TextBetween(PageText, '<div id="film_info" style="height: 465px">', '<br />');
if Value = '' then
begin
Value := TextBetween(PageText, '<div id="film_info" style="height: 490px">', '<br />');
end;
Line := RemainingText;
I found there to be another little 'bug' in this script.
I changed the script a little bit.
The above code is changed to:

Code: Select all

  Value := TextBetween(PageText, '<div id="film_info" style="height: 465px">', '<br />');
  if Value = '' then
    Value := TextBetween(PageText, '<div id="film_info" style="height: 490px">', '<br />');
  if Value = '' then
    Value := TextBetween(PageText, '<div id="film_info" style="height: 446px">', '<br />');
  Line := RemainingText;
As an example: search for -> Exorcist: The Beginning

Regards,
Patrick
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

In latest version of the script it has been modified like this to not rely on the size of the "div":

Code: Select all

  Value := TextBetween(PageText, '<div id="film_info" style="height: ', '<br />');
  Line := RemainingText;
  Value := TextAfter(Value, '>');
Freak
Posts: 7
Joined: 2005-10-07 07:11:31
Location: The Netherlands
Contact:

Post by Freak »

Script is not working properly anymore :S (since yesterday)


If I search for Land of the Dead it works, and Phantom of the Opera comes up with nothing (for example)...

Falling Down = nothing
Gosford Park = works
Love Liza = nothing
King Arthur = Nothing
Nirgendwo in Afrika = works
The Polar Express = works

/edit
I've found out what the problem is:

If I search on moviemeter.nl for this movies, the ones wich work (like gosford park and nirgendwo in afrika) go straight to the movie, and don't show popular results.

When popular results are shown, (king arthur ie), then this script doesn't work anymore.

Can somebody help me?
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I'll check this when I've few time ;)
Caveman
Posts: 7
Joined: 2005-03-14 08:38:06

Post by Caveman »

Freak wrote:Script is not working properly anymore :S (since yesterday)
Ow great, thought i was the only one again with a problem. The problem is exactly the same with me......
Teebee
Posts: 111
Joined: 2005-06-04 10:46:56

Post by Teebee »

Anyone got it to work yet ?

/me cant make head or tails of it.

This is the line with the results:
<a name="results"></a><div class="actions" id="list_actions" style="display: none;"><b>acties</b>: <a href="http://www.moviemeter.nl/csv">maak CSV-export</a> | <a href="http://www.moviemeter.nl/votingtable">genereer stemtabel</a> | <a href="http://www.moviemeter.nl/my_mm/my_movies">naar Mijn Films</a> | <a href="http://www.moviemeter.nl/my_mm/to_updates">naar Mijn Updates</a></div><script type="text/javascript">document.getElementById('list_actions').style.display = 'block';</script><div class="form_horizontal_divider"><p> </p></div><div class="filmresults_row1"><a href="http://www.moviemeter.nl/film/17298" >Active Stealth</a> (1999) </div><div class="form_horizontal_divider"><p> </p></div><div class="filmresults_row2"><a href="http://www.moviemeter.nl/film/27633" >Stealth</a> (2005) </div><div class="form_horizontal_divider"><p> </p></div><div class="filmresults_row1"><a href="http://www.moviemeter.nl/film/13375" >Stealth Fighter</a> (2000) </div><div class="form_horizontal_divider"><p> </p></div><p>Om van de uitgebreide zoekmogelijkheden gebruik te maken moet je ingeschreven en ingelogd zijn op de site.</p> </div>
Post Reply