add-ons / plugin.video.vrt.nu

Kodi add-on to watch content from VRT MAX
https://www.facebook.com/groups/kodivlaanderen
GNU General Public License v3.0
110 stars 20 forks source link

Adding PG and PP related information #505

Closed dagwieers closed 5 years ago

dagwieers commented 5 years ago

Describe the feature

I noticed that the VRT NU website now also shows PG and PP information, so with some luck this information is available somewhere.

This makes it possible to select what kind of content is desirable for the add-on, i.e. so that the children's profile does not see content for e.g. 12+ or 16+. Or PP (product placement) if you like.

dagwieers commented 5 years ago

I couldn't find where this information is coming from.

mediaminister commented 5 years ago

I only found this info in the html file, I doubt there is a public API:

        <li class="guidelines">

            <span data-icon-single="product-placement">
                Product Placement
            </span>

        </li>
        <li class="guidelines">

            <span data-icon-single="kijkwijzer16+">
                Kijkwijzer 16+
            </span>

        </li>
        <li class="guidelines">

            <span data-icon-single="kijkwijzer12+">
                Kijkwijzer 12+
            </span>

        </li>

Logos for product-placement, kijkwijzerAL, kijkwijzer12+ and kijkwijzer16+ are available as encoded SVG/XML data in the css file: https://www.vrt.be/etc.clientlibs/vrtvideo/clientlibs/site.min.css

dagwieers commented 5 years ago

Bummer, let's close it and revisit in the future. Maybe even reach out to VRT at some point?

mediaminister commented 5 years ago

I noticed that PG/PP info is not available in the VRT NU Android app. At some point in the future VRT will add this also on Android and I think they will have to move this info to an API.