The moviemeter script should be changed a little bit.
This is what you should change:
False:
// Rating
Value := TextAfter(TextBetween(PageText, '<span itemprop="ratingValue"', '<'), '>');
Good:
// Rating
Value := TextAfter(TextBetween(PageText, '<span itemprop="average"', '<'), '>');
By the way, I use the "bestandsgrootte" Alias "File Size" field for something else


I use it to display the age picture when I print a list of movies
Greetings,
Wim