My biggest annoyance with the skin is that it doesn't display the correct Australian MPAA equivalent rating logo for films rated 'M' here in Australia.
For example:
I've played around a little bit with nfo files to see what happens, and if a film is rated 'MPAA: PG-13', the certification label will be displayed as the Australian 'M' logo, but if I change the rating to 'AU:M' in the nfo, nothing is displayed, but all the other ratings (G, PG, MA 15+ and R18+) work fine.
I've dug into the settings in the skin, but with my lack of xml skills (I'm just an enthusiastic hack, with no experience in xml
) I'm getting nowhere fast. I believe it's something to do with what is in the IncludesVariables.xml file under the "UsrMPAACountry" and "RatingMPAA" headings, but nothing I do seems to make it work.
If I add in a line like:
Code:
<value condition="substring(listitem.mpaa, M )">$INFO[Skin.String(MPAACertificate)]/m</value>
I get all the other AU MPAA logos displaying, but nothing for the 'M' rating.
I'd really like to be able to get this MPAA logo displaying correctly, then I'd be happy. It was working nicely in the Gotham version of the skin, but there has been a big change in the way the code has been written when it was updated to Helix, and it's made it almost impossible for a numpty like me to get it working correctly.