Moviemeter.nl problem
-
- Posts: 3
- Joined: 2012-01-16 22:10:38
Moviemeter.nl problem
recently the downloads of moviemeter.nl went bad, giving me
"http/1.1 404 not found" error
i tried IMDB , seems to work fine
i tried to update the script , no luck
i was still 3.5 update to latest, no luck
what is the problem?
how can i fix this?
please need help this is the only dutch language that works
thx to any helpers
luv ANTP
"http/1.1 404 not found" error
i tried IMDB , seems to work fine
i tried to update the script , no luck
i was still 3.5 update to latest, no luck
what is the problem?
how can i fix this?
please need help this is the only dutch language that works
thx to any helpers
luv ANTP
The current script works fine for me... Do you have the version 2.8.03 ? (The script version is shown at the bottom of the script window when you select a script)
Can you give an example of movie title (as I only tested a few).
This kind of problem can be caused by proxy or firewall software which slightly modify the pages. Did you install something recently?
Can you give an example of movie title (as I only tested a few).
This kind of problem can be caused by proxy or firewall software which slightly modify the pages. Did you install something recently?
-
- Posts: 3
- Joined: 2012-01-16 22:10:38
Hey antp
thx for the fast reply
the script is 2.8.0.3
my latest entries are
the speed of thought -->fail
the three musketeers --> ok
blood of heroes (salute to the jugger) -->fail
isabelle --> ok
barabbas --> fail
paladin (dawn of the dagonslayer) --> fail
titanic II --> fail
trust --> ok
weather wars --> ok
the robe -->fail
i noticed that the progressbar show "disconnected"
previous entry at 3/1/1012
i also retried some of the previous entries, some of these also give the error, not all of them
proggs installed since last useof amc
google talk2.6.1.5251 new on my pc
VLC mediaplayer 1.1.11 new on my pc
teamviewer 7.0.12313 update from 6
spotnet1.8.1 update-> sil1.8 update-> gexa3.0.0new
i have Telenet fiber conection, never had to use proxy settings before
thats about all the info i have for now
thx for the fast reply
the script is 2.8.0.3
my latest entries are
the speed of thought -->fail
the three musketeers --> ok
blood of heroes (salute to the jugger) -->fail
isabelle --> ok
barabbas --> fail
paladin (dawn of the dagonslayer) --> fail
titanic II --> fail
trust --> ok
weather wars --> ok
the robe -->fail
i noticed that the progressbar show "disconnected"
previous entry at 3/1/1012
i also retried some of the previous entries, some of these also give the error, not all of them
proggs installed since last useof amc
google talk2.6.1.5251 new on my pc
VLC mediaplayer 1.1.11 new on my pc
teamviewer 7.0.12313 update from 6
spotnet1.8.1 update-> sil1.8 update-> gexa3.0.0new
i have Telenet fiber conection, never had to use proxy settings before
thats about all the info i have for now
That's a lot of info
Well it seems that like previous time it is with the movie titles returning only one result that it failed. The code handling that is not very clean, I quickly fixed it last time, I did that again (and so it could fail again next time they change something in their page).
The script now on the server (v 2.8.04) should work
Well it seems that like previous time it is with the movie titles returning only one result that it failed. The code handling that is not very clean, I quickly fixed it last time, I did that again (and so it could fail again next time they change something in their page).
The script now on the server (v 2.8.04) should work
-
- Posts: 3
- Joined: 2012-01-16 22:10:38
I have another question/request:
on: http://www.moviemeter.nl/film/78173
there is also an IMDB link to the film: http://www.imdb.com/title/tt0948470/
Is it possible to add this link to the export features of the script too?
My English is not very good, so I hope you understand my request.
Gr.
StefMir
on: http://www.moviemeter.nl/film/78173
there is also an IMDB link to the film: http://www.imdb.com/title/tt0948470/
Is it possible to add this link to the export features of the script too?
My English is not very good, so I hope you understand my request.
Gr.
StefMir
Hello,
There's again a problem with the import with the script "moviemeter.nl".
In the field country comes a lot of text what doesn't belong there.
If someone could fix the script that would be awesome.
Thanks a lot.
Greetings Wim
For example, this is what now will be imported in the field "Country" of the movie "I Want to Be a Soldier":
Tweet!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");Spanje / Italië
There's again a problem with the import with the script "moviemeter.nl".
In the field country comes a lot of text what doesn't belong there.
If someone could fix the script that would be awesome.
Thanks a lot.
Greetings Wim
For example, this is what now will be imported in the field "Country" of the movie "I Want to Be a Soldier":
Tweet!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");Spanje / Italië
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
wvd wrote:There's again a problem with the import with the script "moviemeter.nl".
In the field country comes a lot of text what doesn't belong there.
Hi,
If you know how to use the scripting editor include in AMC you just have to change the line number 40 of the last script version.
Change this :
Code: Select all
Value := TextAfter(Value, '</div>');
Code: Select all
Value := TextAfter(Value, '<div id="film_info_icons">');
If you don't know how to do, you can download this (2.8.05) version here
If it's work, let know us and antp should be able to put it on his server.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi,
The script (v 2.8.05) is now available on the antp server.
Thanks for your feedback.wvd wrote:It work's fine
The script (v 2.8.05) is now available on the antp server.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi StefMir,StefMir wrote:yes that would be greatantp wrote:I am not sure to understand:
So you want that the moviemeter script stores somewhere the IMDB link?
Yes it should be possible to add. But where to store it? In the URL field instead of the moviemeter URL ? (I could add an option to chose which link to keep)
I made the change to be able to choose, with an option, which link to put in the url field.
But you should know that you will no longer be able to use the batchmode with the URL as it was your wish in this post.
So are you really sure you want to store the IMDB link in the URL field ?
If so, I could send the modified script to antp very quickly. Otherwise tell me in which field you want to store the imdb link.
another field would be great, "bestandsgrootte" is an url field I never use ...Raoul_Volfoni wrote:Hi StefMir,StefMir wrote:yes that would be greatantp wrote:I am not sure to understand:
So you want that the moviemeter script stores somewhere the IMDB link?
Yes it should be possible to add. But where to store it? In the URL field instead of the moviemeter URL ? (I could add an option to chose which link to keep)
I made the change to be able to choose, with an option, which link to put in the url field.
But you should know that you will no longer be able to use the batchmode with the URL as it was your wish in this post.
So are you really sure you want to store the IMDB link in the URL field ?
If so, I could send the modified script to antp very quickly. Otherwise tell me in which field you want to store the imdb link.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
hi,
"bestandsgrootte" Alias "File Size" field ... ... is not an url field. I mean, it's not like the "URL" field where you can open the link with a left click. It's just a "text" field.
If you use at least an 4.0.0 version of the AMC program, I can simply add a line in the script to copy the IMDB link in a true URL custom field that you will have to create.
A custom field like that for example :
- Tag : IMDBLink
- Name : (as you want, it's the label caption)
- Type : URL
But if you prefer the "file size" field, it's up to you.
"bestandsgrootte" Alias "File Size" field ... ... is not an url field. I mean, it's not like the "URL" field where you can open the link with a left click. It's just a "text" field.
If you use at least an 4.0.0 version of the AMC program, I can simply add a line in the script to copy the IMDB link in a true URL custom field that you will have to create.
A custom field like that for example :
- Tag : IMDBLink
- Name : (as you want, it's the label caption)
- Type : URL
But if you prefer the "file size" field, it's up to you.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi StefMir,
I worked since my last post and your today's answer
So i implemented an option called IMDB Link with three possibilities :
0 -> Do not store IMDB Link
1 -> Store IMDB Link in FileSize field
2 -> Store IMDB Link in Custom field (You need at least 4.0.0 version of AMC and you have to create a custom field with "IMDBLink" for Tag and "URL" for Type)
The option is set by default to 0. So you need to set it to 1 for your own use.
I give you a link to download a beta version of the script ... could you test it for a while and give me a return in order to put it as an official version on antp's server ... or not
>>> Moviemeter.nl (NL) 2.8.06 beta <<<
I worked since my last post and your today's answer
So i implemented an option called IMDB Link with three possibilities :
0 -> Do not store IMDB Link
1 -> Store IMDB Link in FileSize field
2 -> Store IMDB Link in Custom field (You need at least 4.0.0 version of AMC and you have to create a custom field with "IMDBLink" for Tag and "URL" for Type)
The option is set by default to 0. So you need to set it to 1 for your own use.
I give you a link to download a beta version of the script ... could you test it for a while and give me a return in order to put it as an official version on antp's server ... or not
>>> Moviemeter.nl (NL) 2.8.06 beta <<<