2015-09-13, 08:59
Nice work Helly1206
I found the same slight annoyance with this skin, that I had with CCM for Helix. Namely the MPAA ratings for Australia don't show correctly for the 'M' rating. The solution I came up with is pretty simple, just wondering if you could include it in future releases?
All that is required is the following line added in to the IncludesVariable.xml file, around line 2575
This allows the correct MPAA rating flag for 'M' in Australia show up, if movies/tv shows have their .nfo set up for Australia correctly.
I found the same slight annoyance with this skin, that I had with CCM for Helix. Namely the MPAA ratings for Australia don't show correctly for the 'M' rating. The solution I came up with is pretty simple, just wondering if you could include it in future releases?
All that is required is the following line added in to the IncludesVariable.xml file, around line 2575
Code:
<value condition="substring(listitem.mpaa, M )">$INFO[Skin.String(MPAACertificate)]/13</value>
This allows the correct MPAA rating flag for 'M' in Australia show up, if movies/tv shows have their .nfo set up for Australia correctly.