Moviemeter.nl problem
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi,
I can't find a way to reach the search page anymore.
Last time it was already tricky but now ... I don't know what to do
You can still use the script for now, but in another way.
Do your search on the moviemeter site, then copy the url of the movie and paste it in the url field of a new movie in AMC. Then run the script with "BatchMode" option set to 1.
It should work for a while. But if no one found a genius idea, I fear this is the end.
I can't find a way to reach the search page anymore.
Last time it was already tricky but now ... I don't know what to do
You can still use the script for now, but in another way.
Do your search on the moviemeter site, then copy the url of the movie and paste it in the url field of a new movie in AMC. Then run the script with "BatchMode" option set to 1.
It should work for a while. But if no one found a genius idea, I fear this is the end.
It seems it is simply http://www.moviemeter.nl/film/search/movietitle where "movietitle" is the movie title.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Well ... ... it's not what happens for myself ...
For the interesting part of the html code, I get this with Firefox and this url
http://www.moviemeter.nl/film/search/domino
And with AMC I get this with
GetPage('http://www.moviemeter.nl/film/search/domino');
For the interesting part of the html code, I get this with Firefox and this url
http://www.moviemeter.nl/film/search/domino
Code: Select all
<p>Resultaten voor de zoekopdracht <b>domino</b>:</p><h2>Films</h2><div id="row_51566" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/51566" >Devil's Dominoes, The</a> (2007) </div><div id="row_25627" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/25627" >Domino</a> (1988) </div><div id="row_28411" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/28411" >Domino</a> (2005) </div><div id="row_49843" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/49843" >Domino</a> (1943) </div><div id="row_64976" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/64976" >Domino Effect, The</a> (2012) </div><div id="row_58364" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/58364" >Domino Kid</a> (1957) </div><div id="row_49941" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/49941" >Domino One</a> (2005) </div><div id="row_11833" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/11833" >Domino Principle, The</a> (1977) </div><div id="row_59460" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/59460" >Domino Vert, Le</a> (1935) <br /><span class="subtext">Alternatieve titel: The Green Domino</span></div><div id="row_103059" class="film_row"><a class="tooltip" href="http://www.moviemeter.nl/film/103059" >Efekt Domina</a> (2014) <br /><span class="subtext">Alternatieve titel: Domino Effect</span></div><h2>Forumtopics</h2><div id="row_9826" class="film_row"><a href="http://www.moviemeter.nl/forum/12/9826/0#2425628" title="naar laatste bericht"><div class="icon"><div class="icon_message_read"></div></div></a><a href="http://www.moviemeter.nl/forum/" >Overigen</a> > <a href="http://www.moviemeter.nl/forum/12" >Televisie</a> > <a href="http://www.moviemeter.nl/forum/12/9826/" alt="Domino Day" title="Domino Day">Domino Day</a><div class="last_message"><a href="http://www.moviemeter.nl/forum/12/9826/0#2425628" alt="Domino Day" title="Domino Day">laatste bericht</a>: 17 november 2009, door <a class="tooltip" href="http://www.moviemeter.nl/user/78758" >Bart Simpson</a></span></div></div><h2>Gebruikers</h2><div class="user_row"><a class="tooltip" href="http://www.moviemeter.nl/user/34716">Domino</a></div><div class="user_row"><a class="tooltip" href="http://www.moviemeter.nl/user/39877">domino0110</a></div><div class="user_row"><a class="tooltip" href="http://www.moviemeter.nl/user/131335">domino102</a></div><div class="user_row"><a class="tooltip" href="http://www.moviemeter.nl/user/137685">Domino83</a></div><div class="user_row"><a class="tooltip" href="http://www.moviemeter.nl/user/126078">Dominootje</a></div><h2>Uitgebreid zoeken</h2> <script type="text/javascript">
$(function () {
GetPage('http://www.moviemeter.nl/film/search/domino');
Code: Select all
<p>Er zijn geen films gevonden die aan je zoekopdracht voldoen.</p>
<script type="text/javascript">
$(function () {
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
I don't understand what it's happening ...
I have all the major versions of AMC and I get the same result. It's not the user agent, we use the same. It's not a firewall, proxy or whatever. May be the site rejects my ip with AMC, because I connected myself too much ... or a conspiracy against me ...
Next time I can, I'll try to connect myself with another provider and another computer.
However, I can try to fix the script using a fixed string. Not very convenient, but i can try.
I have all the major versions of AMC and I get the same result. It's not the user agent, we use the same. It's not a firewall, proxy or whatever. May be the site rejects my ip with AMC, because I connected myself too much ... or a conspiracy against me ...
Next time I can, I'll try to connect myself with another provider and another computer.
However, I can try to fix the script using a fixed string. Not very convenient, but i can try.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
I fixed it very quickly but I think it should work. If someone want to try.
link below
link below
Last edited by Raoul_Volfoni on 2015-02-02 16:54:08, edited 1 time in total.
I think It work better changing:
by
Code: Select all
Page.Text := GetPage('http://www.moviemeter.nl/film/search/'+Address);
Code: Select all
Page.Text := GetPage('http://www.moviemeter.nl/film/search/'+UrlEncode(Address));
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Yes for sure thanks Arturo
Not easy to fix a script, without the ability to testing it ...
MovieMeter (NL).ifs 2.8.24 version
Not easy to fix a script, without the ability to testing it ...
MovieMeter (NL).ifs 2.8.24 version
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi,pele wrote:Hi,
Moviemeter script is not adding the description anymore in MC.
Something changed i think.
Is it also possible to add the text after the description and line on moviemeter (most of the time the movie theater date) to add it in the extra information field in MC.
Kind regards,
Bianca
I still have a problem with Moviemeter ... so it's not easy for me to fix it. (If you don't understand what i'm talking about, check posts above);)
The description problem seems to be caused by an another problem with actors.
I'm going to check that.
For the rest of your request, could you provide me an Moviemeter URL example and tell me precisely what you want to retrieve. And where you want to put it ... what is for you the extra information field
Hi,
A moviemeter link http://www.moviemeter.nl/film/100612
As you can see after the description you see a line. Below that line there is the text : "Vanaf 19 februari in de bioscoop"
That information i want to retrieve in AMC in the EXTRA'S field. The field between the description and filepath
A moviemeter link http://www.moviemeter.nl/film/100612
As you can see after the description you see a line. Below that line there is the text : "Vanaf 19 februari in de bioscoop"
That information i want to retrieve in AMC in the EXTRA'S field. The field between the description and filepath
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Ok ... i didn't try to load the Dutch languagepele wrote:That information i want to retrieve in AMC in the EXTRA'S field. The field between the description and filepath
The name of this field in english is "Comments".
I don't speak Dutch, but "Extra" seems not to be a good Dutch translation for "comments" ? Am i wrong ?
Google translate "comment" by commentaar and "comments" by reacties.
Whatever. I'm going to look at
[edit]
I am certainly going to add an option to retrieve this information or not. How can i name it ? Film date ?
Hi,
Well in AMC the field is translated in "extra's" and yes "commentaar" is also good. It's just what the translater wants.
the comment below the line in moviemeter can be different:
http://www.moviemeter.nl/film/100612===> hier you can see the dutch "Vanaf 19 februari te zien in 38 bioscopen" => "release cinema date"
Similar is on IMDB:
http://www.imdb.com/title/tt1020072/?ref_=fn_al_tt_1
you see in the 3rd row : 19 February 2015 (Netherlands)
and here you see nothing no line and no comment :
http://www.moviemeter.nl/film/92485
Here are 2 comments:
http://www.moviemeter.nl/film/99733
momenteel te zien in 6 bioscopen ==> currently showing in six cinemas
Vanaf 4 maart te koop op dvd == > From March 4 for sale on DVD.
Basically what i want is that i can retrieve with the moviemeterscript the info below the line (if there is ) and put it in the extra (comment) field.
And yes i would be very fancy if there is a extra field in AMC let's say
if it is a cinema move: date cinema
and in case of a dvd movie : date sale
and that the script retrieve the info. no manual actions.
I think that would be a lot of work.
Thanks,
Bianca
Well in AMC the field is translated in "extra's" and yes "commentaar" is also good. It's just what the translater wants.
the comment below the line in moviemeter can be different:
http://www.moviemeter.nl/film/100612===> hier you can see the dutch "Vanaf 19 februari te zien in 38 bioscopen" => "release cinema date"
Similar is on IMDB:
http://www.imdb.com/title/tt1020072/?ref_=fn_al_tt_1
you see in the 3rd row : 19 February 2015 (Netherlands)
and here you see nothing no line and no comment :
http://www.moviemeter.nl/film/92485
Here are 2 comments:
http://www.moviemeter.nl/film/99733
momenteel te zien in 6 bioscopen ==> currently showing in six cinemas
Vanaf 4 maart te koop op dvd == > From March 4 for sale on DVD.
Basically what i want is that i can retrieve with the moviemeterscript the info below the line (if there is ) and put it in the extra (comment) field.
And yes i would be very fancy if there is a extra field in AMC let's say
if it is a cinema move: date cinema
and in case of a dvd movie : date sale
and that the script retrieve the info. no manual actions.
I think that would be a lot of work.
Thanks,
Bianca
Bianca,
To get the description in the right field again, you have to change line 98 after line 97 "// Actors" from the script:
Value := TextBetween(Line, 'met <span itemprop="actor">', '</span>');
To:
Value := TextBetween(Line, 'met <span itemprop="actor">', '</span></p>');
Than it works again.
Kind regards
Wim
To get the description in the right field again, you have to change line 98 after line 97 "// Actors" from the script:
Value := TextBetween(Line, 'met <span itemprop="actor">', '</span>');
To:
Value := TextBetween(Line, 'met <span itemprop="actor">', '</span></p>');
Than it works again.
Kind regards
Wim