Page 7 of 15
Posted: 2015-01-30 20:28:04
by wvd
Hello,
Unfortunally the import from moviemeter doesn't work anymore.
"No results" when you want to import a movie
They must have changed something on the moviemeter site
Hopefully someone can fix it.
Greetings
Wim
Posted: 2015-01-31 01:45:01
by Raoul_Volfoni
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.
Posted: 2015-01-31 17:26:49
by antp
It seems it is simply
http://www.moviemeter.nl/film/search/movietitle where "movietitle" is the movie title.
Posted: 2015-01-31 19:37:44
by Raoul_Volfoni
If only it were that simple
But the fact is that i have already try that but it only works with a browser not with AMC.
Still searching but no hope.
Posted: 2015-02-01 13:13:43
by wvd
Raoul,
Thanks for the workaround!!
I hope it can be fixed by one of you geniuses,
you have fixed it so many time in the past
Posted: 2015-02-01 13:41:44
by antp
Raoul_Volfoni wrote:
But the fact is that i have already try that but it only works with a browser not with AMC
in AMC if I do a GetPage of that URL I get the same kind of results page as in the browser
Posted: 2015-02-01 17:42:56
by Raoul_Volfoni
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
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 () {
And with AMC I get this with
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 () {
Posted: 2015-02-01 23:25:44
by antp
Strange, if I just copy that line of code it returns well the full results
edit: I use the 4.2.1 beta
Posted: 2015-02-02 01:11:44
by J
Strange, if I just copy that line of code it returns well the full results
for me as well with 4.2.0.2
hm, seems Raoul has a kind of content firewall
Posted: 2015-02-02 11:41:20
by Raoul_Volfoni
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.
Posted: 2015-02-02 12:42:17
by Raoul_Volfoni
I fixed it very quickly but I think it should work. If someone want to try.
link below
Posted: 2015-02-02 16:37:18
by Arturo
I think It work better changing:
Code: Select all
Page.Text := GetPage('http://www.moviemeter.nl/film/search/'+Address);
by
Code: Select all
Page.Text := GetPage('http://www.moviemeter.nl/film/search/'+UrlEncode(Address));
Posted: 2015-02-02 16:53:20
by Raoul_Volfoni
Yes for sure
thanks Arturo
Not easy to fix a script, without the ability to testing it ...
MovieMeter (NL).ifs 2.8.24 version
Posted: 2015-02-02 20:25:55
by wvd
Thanks!!
Raoul, Antoine and Arturo for fixing the problem again
See you next time
Wim
Posted: 2015-02-02 21:06:56
by antp
Thanks for this quick fix
Posted: 2015-02-18 21:11:15
by Raoul_Volfoni
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
Hi,
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
Posted: 2015-02-18 22:25:41
by pele
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
Posted: 2015-02-18 23:33:37
by Raoul_Volfoni
pele wrote:That information i want to retrieve in AMC in the EXTRA'S field. The field between the description and filepath
Ok ... i didn't try to load the Dutch language
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 ?
Posted: 2015-02-19 15:19:44
by pele
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
Posted: 2015-02-19 18:36:57
by wvd
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