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.
Desperately Need help w/ MPAA
Indeed there is a bug, it is my fault
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.
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.