openAtv 7.4 devel Images

There are 738 replies in this Thread which was already clicked 112,324 times. The last Post () by urie.

  • Hello everyone, I wasn't too keen on Python 3, still having problems with the plugins, but now I have to say that I just installed Openatv 7.4 in devel and really good, well done captain, very good job the team, can you see about the Streamlink plugin and if some have tested, how Kodi 20 which is in it behaves, thank you and good luck....

  • use other skin , many skin on the feed or in this forum

    I use hd glass 17, good for me.

    Good for you,but not so good for the image,it begins with wrong ipk name and ends that this Skin it not 100% compactibel with a actualy ATV Image.

    Dall'inizio del 2024 chiudo la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen beenden.

  • What does the very name of an IPK file with a skin or plugin have to do with its quality?

    I'll say it politely. You try to talk about things you don't know enough about, but you want to be the center of attention for a few seconds.

    Nosce te ipsum.

  • What does the very name of an IPK file with a skin or plugin have to do with its quality?

    I'll say it politely. You try to talk about things you don't know enough about, but you want to be the center of attention for a few seconds.

    ok, you're right, but it still doesn't do much good to install a skin and if you want to uninstall it, it's only possible via telnet because the ipk for OE-A images had a wrong name. If the skin is also for OE -A Images is offered, the ipk name should also be correct. Hope you understand my point and sorry for my bad English.

    Dall'inizio del 2024 chiudo la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen beenden.

  • Update DEVEL


    * Graphics (#3048)


    [eWindowStyle]

    * add getColor


    [eRectangle]

    * remove border properties because they are now in parent class


    [ePixmap]

    * add new separate drawing lib

    * remove drawGradient

    * add new drawRectangle

    * add corner radius for pixmaps

    * add new transparent flag


    [eWidget]

    * enable corner radius and gradient paint

    * add border properties

    * add setBorderWidth, setBorderColor for compatibility reasons

    * add setWidgetBorderWidth, setWidgetBorderColor

    * add setCornerRadius

    * auto correction of wrong radius values


    [MultiContentEntryRectangle]

    * add corner attributes


    [eWindow]

    * add setCornerRadius


    [eWidgetDesktop]

    * improve clip for corners

    * improve background if gradient set


    [gPainter]

    * remove drawGradient

    * add new drawRectangle including setGradient, setRadius and setBorder

    * improve alphablend


    [eListboxcontent]

    * replace drawGradient with drawRectangle

    * add radius feature for RECT type

    * add RT_BLEND flag for each text if gradient set


    [eListbox]

    * improve corner radius and gradient for the items

    * add default corner radius

    * add scrollbar gradient and radius


    [epng/picload]

    * detect transparency from png, set transparency to false for jpg and bmp

    * fix possible memory leak


    [grc]

    * respect new transparent flag and disable blend if not transparent


    [TemplatedMultiContent]

    * add radius edges constants


    [eListboxPythonStringContent, eListboxPythonConfigContent]

    * add corner radius

    * fix gradient


    [eListboxPythonMultiContent]

    * add radius and gradient for progress

    * add radius for pixmap progress

    * add corner radius for TEXT_TYPE


    [blit]

    * improve alphablend


    [font]

    * fix alphablend especially for gradient backgrounds


    [multicontent]

    * add radius to gradient


    [eLabel]

    * add RT_BLEND flag if gradient set


    [eSlider]

    * add radius and gradient


    [skin]

    * add cornerRadius, itemCornerRadius, widgetBorderColor, widgetBorderWidth attibutes

    * add new scrollbar attributes

  • Here is the SKIN for the TEST Skin to show you how easy it is now


    skin = """

    <screen name="Test" position="0,0" size="1280,720" resolution="1280,720" title="Test" flags="wfNoBorder" backgroundColor="black">

    <eLabel text="GFX Test" position="10,10" size="300,20"/>


    <eRectangle backgroundGradient="blue,red,horizontal" position="10,30" size="100,100"/>

    <eRectangle backgroundGradient="blue,red,vertical" position="120,30" size="100,100"/>

    <eRectangle backgroundGradient="blue,red,horizontal" cornerRadius="50" position="230,30" size="100,100"/>

    <eLabel backgroundGradient="blue,red,vertical" cornerRadius="10" position="340,30" size="100,100"/>


    <widget name="boxinfo" position="900,10" size="300,50"/>

    <widget name="info" position="900,60" size="300,650"/>


    <widget source="vlist" backgroundGradient="yellow,red,horizontal" selectionZoomSize="174,125" borderWidth="0" borderColor="green" scrollbarLength="auto" itemGradientSelected="red,blue,horizontal" itemGradient="blue,green,vertical" itemCornerRadius="10" itemAlignment="center" cornerRadius="10" spacingColor="yellow" itemSpacing="10,10" render="Listbox" position="10,140" size="840,491" scrollbarOffset="0" scrollbarMode="showAlways" listOrientation="grid" scrollbarForegroundColor="blue">

    <convert type="TemplatedMultiContent">

    {

    "template": [

    MultiContentEntryPixmapAlphaBlend(pos=(27, 10), size=(100, 40), png=2, flags=BT_SCALE),

    MultiContentEntryText(pos=(1, 54), size=(152, 45), font=0, flags=RT_VALIGN_CENTER | RT_HALIGN_CENTER | RT_WRAP, text=0)

    ],

    "fonts": [gFont("Regular", 18),gFont("Regular", 14)],

    "itemWidth" : 152,

    "itemHeight" : 105

    }

    </convert>

    </widget>

    <widget source="key_red" render="Label" position="10,e-50" size="180,40" backgroundColor="key_red" conditional="key_red" font="Regular;20" foregroundColor="key_text" halign="center" valign="center">

    <convert type="ConditionalShowHide" />

    </widget>

    <widget source="key_green" render="Label" position="200,e-50" size="180,40" backgroundColor="key_green" conditional="key_green" font="Regular;20" foregroundColor="key_text" halign="center" valign="center">

    <convert type="ConditionalShowHide" />

    </widget>

    <widget source="key_yellow" render="Label" position="390,e-50" size="180,40" backgroundColor="key_yellow" conditional="key_yellow" font="Regular;20" foregroundColor="key_text" halign="center" valign="center">

    <convert type="ConditionalShowHide" />

    </widget>

    <widget source="key_blue" render="Label" position="580,e-50" size="180,40" backgroundColor="key_blue" conditional="key_blue" font="Regular;20" foregroundColor="key_text" halign="center" valign="center">

    <convert type="ConditionalShowHide" />

    </widget>

    </screen>"""

  • Please don´t forget,the Devel Image is only a test Image for ATV 7.3 and with some changes is possible that there comes problems,so is better for Users who don´t will test this to take the ATV 7.3 Image.

    Dall'inizio del 2024 chiudo la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen beenden.

OpenATV Team Images Support Forum ~ based on OE-Alliance

OpenATV Supported Models ~ Airdigital, Amiko, Anadol, Atemio, Atto, AX Technology, Axas, Beyonwiz, Dinobot, Dreambox, Edision, EVO, Ferguson, Formuler, Galaxy Innovations, Gigablue, Golden Interstar, HDBox, Hitube, James Donkey, IQON, Izibox, Jepssen, Maxdigital, Medialink, MaXytec, MediaArt, Megaset, Miraclebox, MK-Digital, Mut@nt, Novaler, Octagon, Odin, Optibox, Protek, PULSe, Qviart, Red-Eagle, Relook, Roxxs, SAB, Sezam, Sogno, Space, Spycat, Technomate, Telestar, Tiviar, T-Rex, Uclan, Venton Unibox, Vimastec, VisionNet, VU+, VUplus, World Vision, Vizyon, WWio, Xsarius, and Xtrend.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!