Moviemeter.nl problem
Hi Raoul,
I've tried somethings and if you change this line (157):
Value := TextBetween(PageText, 'gemiddelde <b>', '</b>'); // Thanks wvd
for this line:
Value := TextBetween(PageText, 'gemiddelde <b itemprop="ratingValue">', '</b>'); // Thanks wvd
It will work again,
I don't know HTML, but by trying i've got the problem solved, I think.
Funny that I did this the last time for the Rating too.
I see now that my name is at the end of the line
Greetings
Wim
I've tried somethings and if you change this line (157):
Value := TextBetween(PageText, 'gemiddelde <b>', '</b>'); // Thanks wvd
for this line:
Value := TextBetween(PageText, 'gemiddelde <b itemprop="ratingValue">', '</b>'); // Thanks wvd
It will work again,
I don't know HTML, but by trying i've got the problem solved, I think.
Funny that I did this the last time for the Rating too.
I see now that my name is at the end of the line
Greetings
Wim
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi wvd,
I'm confused.
1 -> Yes in Comments Field
The default setting is 0 -> No.
Tell me, if we are clear on the stemmen-gemiddelde think. If so, i will send a new version of the script to Antoine with your Rating correction.
I'm confused.
For me, "Number of votes" (stemmen) works. It appears in comments field in AMC, only if you have set the option "Number of votes" to :wvd wrote:It works , only the one you noticed "Number of votes" does not work allready.
1 -> Yes in Comments Field
The default setting is 0 -> No.
gemiddelde is for rating and not for number of votes (stemmen) ... so, you solved the rating problem, that i didn't see, for the second timewvd wrote:I've tried somethings and if you change this line (157):
Value := TextBetween(PageText, 'gemiddelde <b>', '</b>'); // Thanks wvd
for this line:
Value := TextBetween(PageText, 'gemiddelde <b itemprop="ratingValue">', '</b>'); // Thanks wvd
It will work again,
I don't know HTML, but by trying i've got the problem solved, I think.
Funny that I did this the last time for the Rating too.
wvd wrote:I see now that my name is at the end of the line
Tell me, if we are clear on the stemmen-gemiddelde think. If so, i will send a new version of the script to Antoine with your Rating correction.
Sorry Raoul,
Your right that was not the "number of votes"problem. Haha
And yes it was the rating problem.
But it's fixed when you change the line, you can send it to Antoine.
But I got another problem that I can't fix, its a problem only for me because I use the field size to get the agelimit of a movie, it worked untill now. They changed something but now I don't know what to change to get the number imported.
This is the script I used:
// Size
Value := TextBetween(PageText, '<div id="rating_icons"><IMG alt="', ' jaar"');
SetField(fieldSize, Value);
I hope you can help me on the way.
Greetings
Wim
Your right that was not the "number of votes"problem. Haha
And yes it was the rating problem.
But it's fixed when you change the line, you can send it to Antoine.
But I got another problem that I can't fix, its a problem only for me because I use the field size to get the agelimit of a movie, it worked untill now. They changed something but now I don't know what to change to get the number imported.
This is the script I used:
// Size
Value := TextBetween(PageText, '<div id="rating_icons"><IMG alt="', ' jaar"');
SetField(fieldSize, Value);
I hope you can help me on the way.
Greetings
Wim
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Hi,
I'm going to send to Antoine a new version of the script with your Rating correction and a new "Certification" feature with 2 options :
0 -> No
1 -> Store in Certification field (Need at least 4.2.0 AMC version), Otherwise store in FileSize field.*
* Beware, because imdb link is already store in filesize field so it will replace the link.
The new 4.2.0 beta version of AMC provided by soulsnake included new fields as "Certification" one ... and many other things ... more infos about beta version of AMC here
Meanwhile you can fix your script with this :
I'm going to send to Antoine a new version of the script with your Rating correction and a new "Certification" feature with 2 options :
0 -> No
1 -> Store in Certification field (Need at least 4.2.0 AMC version), Otherwise store in FileSize field.*
* Beware, because imdb link is already store in filesize field so it will replace the link.
The new 4.2.0 beta version of AMC provided by soulsnake included new fields as "Certification" one ... and many other things ... more infos about beta version of AMC here
Meanwhile you can fix your script with this :
Code: Select all
// Size
Value := TextBetween(PageText, '<div id="rating"><img alt="', ' jaar"');
SetField(fieldSize, Value);
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Update Moviemeter 2.8.17
Hi,
The Moviemeter.nl script in 2.8.17 version is available on antp's server.
Thanks again to Antoine
Changelog :
- [Fix] Rating (Thanks to wvd)
- [Add] "Certification" option with 2 choices :
0 -> No
1 -> Store in Certification field (Need at least 4.2.0 AMC version), Otherwise store in FileSize field.*
* Beware, because the imdb link, according to what imdb link option you use, may already be stored in file size field so it will replace the link.
The Moviemeter.nl script in 2.8.17 version is available on antp's server.
Thanks again to Antoine
Changelog :
- [Fix] Rating (Thanks to wvd)
- [Add] "Certification" option with 2 choices :
0 -> No
1 -> Store in Certification field (Need at least 4.2.0 AMC version), Otherwise store in FileSize field.*
* Beware, because the imdb link, according to what imdb link option you use, may already be stored in file size field so it will replace the link.
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Update MovieMeter 2.8.18
Hi,
The Moviemeter.nl script in 2.8.18 version is available on antp's server.
Changelog :
- [Fix] Picked the good "movie/link" in the list. (Thanks to Teebee for noticing)
- [Fix] Gets the large image.
- [Fix] User comments are back !! presented as follow :
User_Name | User_Note | Message_Date
Review
etc ..
The Moviemeter.nl script in 2.8.18 version is available on antp's server.
Changelog :
- [Fix] Picked the good "movie/link" in the list. (Thanks to Teebee for noticing)
- [Fix] Gets the large image.
- [Fix] User comments are back !! presented as follow :
User_Name | User_Note | Message_Date
Review
etc ..
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
Update MovieMeter 2.8.19
Hi guys ... and happy new year.
The Moviemeter.nl script in 2.8.19 version is available on antp's server.
You can find this update here : http://update.antp.be/amc/scripts/
Or You can use the [UPDATE_SCRIPTS] script to ... update your scripts !!
Changelog :
- [Fix] Country
- [Fix] Translated Title
- [Fix] Description
- [Fix] Rating
- [Fix] Number of votes (Stemmen)
- [Fix] Picture
- [Fix] Comments
- [Fix][Mod] Certification *
* The certification now include all age type (alle leeftijden) and follow the Kijkwijzer system describe here :
The Moviemeter.nl script in 2.8.19 version is available on antp's server.
You can find this update here : http://update.antp.be/amc/scripts/
Or You can use the [UPDATE_SCRIPTS] script to ... update your scripts !!
Changelog :
- [Fix] Country
- [Fix] Translated Title
- [Fix] Description
- [Fix] Rating
- [Fix] Number of votes (Stemmen)
- [Fix] Picture
- [Fix] Comments
- [Fix][Mod] Certification *
* The certification now include all age type (alle leeftijden) and follow the Kijkwijzer system describe here :
- AL
6
9
12
16
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
-
- Posts: 863
- Joined: 2006-08-31 23:58:18
... hum ... look at thiswvd wrote:... I don't know who add it to the script but,
also thanks for adding the Certification, I didn't saw it before. ...
A little tired ? ...