2022-10-27, 23:09
(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.Yes, that's ok. It'll be included in the next version, thanks!
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>