Posts by dsayers

    enigma2-plugin-systemplugins-autobouquetsmaker_3.3+git965+bd0c9e6-r1_mips32el.



    I'm posting this for the benefit of those who want latest ABM but do not want to upgrade image owing to adverse kernel changes etc.



    For py2 images only not py3


    Transfer the ipk to the /tmp directory


    You can then install by


    Openvix

    Blue > Vix > Install local extension



    OpenATV

    Blue > Plugins > IPK installer >select /tmp > Highlight ipk > OK




    Or use command (make sure there are no other ipk files in the /tmp directory)


    opkg install /tmp/*.ipk




    mips32el.ipk

    For receivers like Technomate 3T combo, Xtrend 8000, Vu Solo2 etc


    enigma2-plugin-systemplugins-autobouquetsmaker_3.3+git965+bd0c9e6-r1_mips32el.zip

    When the internet connection drops, the channel freezes but when the connection returns the channel doesn't restart, to make it work I have to change the channel; Is there anything I can do to make it restart automatically?

    Have a look at Quarter pounder plugin. It restarts the streams for you


    enigma2/plugins/quarterpounder at master · oottppxx/enigma2
    Enigma2 plugins and related scripts. Contribute to oottppxx/enigma2 development by creating an account on GitHub.
    github.com


    To install


    Code
    opkg install https://github.com/oottppxx/enigma2/blob/master/plugins/quarterpounder/enigma2-plugin-extensions-quarterpounder-6.2.0u.ipk?raw=true

    On the guide post to it might be best to update ATV7.0 7.1 is End of life. Feeds are still active but they will no longer receive updates



    We will stop updating the 7.0 images on December 31, 2022



    we then move testing to the 7.2 image and the 7.1 becomes the stable image.


    The image download as well as the FEED will remain online after December 31, 2022, but

    there will then no longer be any new updates.


    An update from 7.0 to 7.1 should work for you without any problems, please use

    Flash Online, you can use your settings during the update,




    We will stop updating the 7.1 ARM images on January 28th, 2023


    The image download as well as the FEED will remain online after January 28th, 2023, but

    there will then no longer be any new updates.


    An update from 7.1 to 7.2 should work for you without any problems, please use

    Flash Online, you can use your settings during the update,





    We will stop updating the 7.1 Mipsel images on January 19th, 2023


    The image download as well as the FEED will remain online after January 19th, 2023, but

    there will then no longer be any new updates.

    An update from 7.1 to 7.2 should work for you without any problems, please use

    Flash Online, you can use your settings during the update,

    I've been tinkering with skins the last few days and managed to change button code on V-Skin 1080, V-Skin-Red 1080, Slyk 1080 r19, Slyk Onyx, and SlykQ



    This shows coloured words instead of buttons. I managed to copy some of the button code from Simple 1080 skin


    channel select col.jpg


    epgcool.jpg



    5002_0_19_E32_7ED_2_11A0000_0_0_0_20230219112007.jpg



    Example of the button code

    Attached is


    skin_user_ xml files


    simply sent the xml file to etc/enigma2



    This will work with other skins alough the colour may cause issues ie blue skins I have tried to change the font of Blue button .



    slykbuttons.jpg


    I was thinking of maybe using a generic border button bar.


    Send XML file to etc/enigma2 and restart box

    Tried V5


    I still had to add


    e2Plugins.py

    from . OpenPanel import OpenPanel


    OpenPanel.py

    from . OpenPanelList import OPEntryComponent, OpenPanelList


    The plugin now opens but menus say <not-a-string>


    1_0_19_5230_812_2_11A0000_0_0_0_20230216065450.jpg


    Crash when trying to exit the plugin


    plugin.py seems ok


    I still had to add


    e2Plugins.py

    from . OpenPanel import OpenPanel




    OpenPanel.py

    from . OpenPanelList import OPEntryComponent, OpenPanelList



    For the no module errors.



    I still get a crash when opening the plugin



    plugin.py


    from . OpenPanel import OpenPanel

    from . e2Plugins import e2Plugins


    e2Plugins.py

    from . OpenPanel import OpenPanel


    OpenPanel.py

    from . OpenPanelList import OPEntryComponent, OpenPanelList



    That gets rid of the no module errors but then I get a crash when opening the plugin


    No problem I have had a few issues with it aswel


    Using <panel name="description" /> doesn't seem to work and for button panels I have to use


    <widget source="key_red" render="Label" />

    <widget source="key_green" render="Label" />

    <widget source="key_yellow" render="Label" />

    <widget source="key_blue" render="Label" />


    Without this the skin wouldn't load


    No rush for it though as they work as they are just vskins red button text doesn't fit at the top

    ViX are looking at adding multiboot on VU+ could you possibly skin this screen

    Code
    https://github.com/OpenViX/enigma2/blob/Developer/lib/python/Screens/VuplusKexec.py


    I have used this on VSkin 1080


    Code
        <!-- VuplusKexec VU+ Multioboot Manager -->
        
        <screen name="VuplusKexec" position="0,0" size="1920,1080" flags="wfNoBorder" backgroundColor="transparent">
            <panel name="Setup-Default" />
            <!-- <panel name="description" /> -->
            <widget source="description" render="Label" position="1383,428" size="417,653" font="Regular;36" foregroundColor="fg1" backgroundColor="bg-mr" transparent="1" />
        </screen>


    Probably not the best screen to use


    vuinitmultiboot.jpg