Add Movie Ratings/MPAA image to moviesheet

HeyMoustache wrote:

I’d like to know how do I modify that code so that I can have the movies MPAA picked up and the correct MPAA image  .

MPAA Code: 2 examples … the first one picks the MPAA rating from the “Certification” field in Thumbgen eg.  R

<ImageElement Name=“certcode” X=“67” Y=“292” Width=“96” Height=“23” Source=“File” Offset=“0” MultiPageIndex=“-1” SourceData=“%PATH%\certifications%CERTIFICATIONCOUNTRYCODE%_certifications%CERTIFICATION%.png&quot;” NullImageUrl=“%PATH%\certifications%CERTIFICATION%.png”>

This code give the FULL MPAA rating (from the Thumbgen “MPAA” field:  eg. Rated R for language

<ImageElement Name=“certcode” X=“84” Y=“365” Width=“120” Height=“29” Source=“File” Offset=“0” MultiPageIndex=“-1” SourceData=“%PATH%\certifications%MPAA%_certifications%MPAA%.png&quot;” NullImageUrl=“%PATH%\certifications%MPAA%.png”>

for more Thumbgen Tokens see here: http://wiki.wdlxtv.com/TG_Templates_Support_Documentation

1 Like