Kodi Community Forum
MPAA rating nl kijkwijzer - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon Tajo (https://forum.kodi.tv/forumdisplay.php?fid=296)
+---- Thread: MPAA rating nl kijkwijzer (/showthread.php?tid=370174)

Pages: 1 2


RE: MPAA rating nl kijkwijzer - manfeed - 2022-10-27

(2022-10-27, 00:42)WaynEKV Wrote: @manfeed would it be a big hussle to add the Dutch kijkwijzer age ratings? I'm a big fan of your skin, I've been using it for the last couple of years but now that my kids are getting older I want to make sure they understand which movies they can see in an easy way.
I noticed the dutch kijkwijzer icons are already in the media/flags/mpaa folder, is below code sufficient?
xml:
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:AL)">$VAR[mediaicons_path]mpaa/nl-al.png</value>
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:6)">$VAR[mediaicons_path]mpaa/nl-6.png</value>
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:9)">$VAR[mediaicons_path]mpaa/nl-9.png</value>
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:12)">$VAR[mediaicons_path]mpaa/nl-12.png</value>
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:16)">$VAR[mediaicons_path]mpaa/nl-16.png</value>
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:18)">$VAR[mediaicons_path]mpaa/nl-18.png</value>
        <value condition="String.Contains(VideoPlayer.mpaa,Netherlands:mg6)">$VAR[mediaicons_path]mpaa/nl-mg6.png</value>
Yes, that's ok. It'll be included in the next version, thanks!


RE: MPAA rating nl kijkwijzer - WaynEKV - 2022-10-27

Great, thanks a lot, just out of curiosity, what are the 2 different mpaa folders with icons used for, is it colored and white studio icons?


RE: MPAA rating nl kijkwijzer - manfeed - 2022-10-28

(2022-10-27, 23:54)WaynEKV Wrote: Great, thanks a lot, just out of curiosity, what are the 2 different mpaa folders with icons used for, is it colored and white studio icons?
Yes, I have already made a white version of the Dutch icons so in the next skin version they’ll also be available.


RE: MPAA rating nl kijkwijzer - Karellen - 2022-10-28

FYI...

There is a proposal to make Certifications easier to apply... https://forum.kodi.tv/showthread.php?tid=365698
Unfortunately it requires core changes and no core developer has shown interest in making the changes.