just found a small bug with imdb script. I don't use decimals, just integers. When a movie is imported, rating is floored (e.g. 3,8 becomes 3) and it should be rounded. I looked into a script, but there is only call of procedure
Code: Select all
SetField(fieldRating, TextBetween(Value, '<b>', '/'));

Elman