Page 1 of 1

Desperately Need help w/ MPAA

Posted: 2007-05-05 09:26:24
by zxao
So I've got a pretty large movie collection and i REALLY need mpaa ratings tagged to these. I've tried everything that i have read using the imdb script and i cant get it to get that info.

I have no problem getting all the rest of the info. its only the mpaa info thats giving me such a hard time. I know i must be doing something wrong so if someone would please tell me how to get the ratings i would really be grateful.

Posted: 2007-05-05 20:05:40
by antp
Do you use the latest IMDB script? It has an option called "MPAA", what value did you select for that option?
What is the problem exactly, as I do not really see how I can solve a problem like what you described...

Posted: 2007-05-06 16:03:31
by zxao
i d/l the version of the imdb script from the script page (would that one be the newest?) and i set the mpaa the tag in the media type field but it has never worked. the field is always blank.

Posted: 2007-05-06 16:34:48
by antp
Indeed there is a bug, it is my fault :D
I only tested with the MPAA rating in Comments field, which should work.
For the media field, I made a typo in the code.
Find the line
SetField(fieldMediaType, TextBetween(Value, 'Rater ', ' '))
and replace "Rater" by "Rated".
Or download the script from my server again, as I updated it.