Hi...
I Use the Filmaffinity 2.39 script and I can't get the rating of the movies...
any help?
thanks...
Filmaffinity 2.39 Rating miss...
You can try adding StringReplace(Item, '.', ',');
before SetField(fieldRating, Item);
I was having that kind of problem with Filmweb (PL) script. Filmaffinity is using 8.1 rating format and AMC 8,1 format (with "," not "."). It is working under XP but from some reason under W7 not. Now I can't get that bug even under W7, but I know that it could be problem.
Maybe its different problem.
before SetField(fieldRating, Item);
I was having that kind of problem with Filmweb (PL) script. Filmaffinity is using 8.1 rating format and AMC 8,1 format (with "," not "."). It is working under XP but from some reason under W7 not. Now I can't get that bug even under W7, but I know that it could be problem.
Maybe its different problem.