Posts by anzonl

    For The Netherlands as region shows the Rakuten website and Android app very different channels in compare with the plugin (OpenATV 8). Channels like Your 60s 70s 80s, TMF, Telegraaf TV, Bright TV are not available in the plugin. Can this be fixed?

    Is there a plugin for Freesat that automatically scans transponders periodically and creates a bouquet based on the EPG list? Something like Cable Scanner, but for Freesat UK.

    We dont have RDS in UK, so no way to test. If my memory serves me correctly I thought I actually removed that RDS screen.
    You would have to show be a screen grab.


    Code
    <screen name="RdsInfoDisplay" position="0,20" size="1920,1080" zPosition="-8" flags="wfNoBorder" backgroundColor="transparent">
    <widget name="RassLogo" pixmap="skin_default/icons/rass_logo.png" position="0,0" size="100,42" alphatest="blend" zPosition="1"/>
    <widget name="RadioText" position="0,0" size="1920,70" font="Raleway-Bold;50" halign="center" valign="center" noWrap="1" backgroundColor="transpBlack" foregroundColor="layer-a-foreground" shadowOffset="-2,-2" shadowColor="black" transparent="0" zPosition="1"/>
    <widget name="RtpText" position="0,960" size="1920,70" font="Raleway-BoldItalic;50" halign="center" valign="center" noWrap="1" backgroundColor="transpBlack" foregroundColor="layer-a-foreground" shadowOffset="-2,-2" shadowColor="black" transparent="0" zPosition="1"/>
    </screen>

    OK, that for test

    send attached file after extract to /usr/share/enigma2/AL_AYAM_FHD/menu

    and add that screens to xml file



    Unfortunately I didn't see any RDS, tested with German ARD radiostations and Dutch Ziggo cable stations.

    It should look something like this in skin.xml


    Code
            <widget source="RdsDecoder" render="Pixmap" alphatest="blend" pixmap="media/mmc/rass_logo.png" position="1091,5" size="50,21" backgroundColor="layer-b-background" zPosition="1">
                <convert type="RdsInfo">RasInteractiveAvailable</convert>
                <convert type="ConditionalShowHide" />
            </widget>
        <screen name="RdsInfoDisplay" position="0,20" size="1920,1080" zPosition="-8" flags="wfNoBorder" backgroundColor="transparent">
            <widget name="RassLogo" pixmap="media/mmc/rass_logo.png" position="0,0" size="100,42" alphatest="blend" zPosition="1"/>
            <widget name="RadioText" position="0,0" size="1920,70" font="Raleway-Bold;50" halign="center" valign="center" noWrap="1" backgroundColor="transpBlack" foregroundColor="layer-a-foreground" shadowOffset="-2,-2" shadowColor="black" transparent="0" zPosition="1"/>
            <widget name="RtpText" position="0,960" size="1920,70" font="Raleway-BoldItalic;50" halign="center" valign="center" noWrap="1" backgroundColor="transpBlack" foregroundColor="layer-a-foreground" shadowOffset="-2,-2" shadowColor="black" transparent="0" zPosition="1"/>
        </screen>