How To: Modify AMC's IMDB script to put Certification in the custom Certification field (1 Viewer)

doveman

Portal Pro
February 12, 2008
2,326
178
Home Country
United Kingdom United Kingdom
For anyone like myself who uses both MyFilms/AMCU and AMC at different times and would like AMC's IMDB script to put the Certification in the custom Certification field (to match AMCU), it's a very simple modification to the script.

Look for the section
Code:
        if GetOption('Classification') = 1 then
SetField(fieldMediaType, Value)

and change the second line to
Code:
SetCustomField('Certification', Value)

Note that you need to set the Classification option to 1 for it to use this.
 

Users who are viewing this thread

Top Bottom