Recent content by hiuman

  1. H

    HowTo Vu+ Multiboot in OpenBh 5.2

    Hello. Replacing the file from post 1 (Multiboot.py) to the OpenAtv 6.4 image causes the image not to boot. It stops at the OpenAtv 6.4 bootlogo. Some solution?
  2. H

    Request.

    Now it works great. Thank you for your help.
  3. H

    Request.

    I changed it and now pixmap and widgets are gone from my skins. from Components.Renderer import Renderer from enigma import ePixmap class GREG_renderer(Renderer): def __init__(self): Renderer.__init__(self) GUI_WIDGET = ePixmap def postWidgetCreate(self, instance)...
  4. H

    Request.

    Can you tell me what it should look like? Please. https://drive.google.com/file/d/19kXDQmpeeL78EBw4c5B06T0HJESPH0JQ/view?usp=sharing
  5. H

    Request.

    Refers to Greg_renderer. I added it but there is still an error. GREG_renderer.py : # Embedded file name: /usr/lib/enigma2/python/Components/Renderer/GREG_renderer.py from Renderer import Renderer from enigma import ePixmap class GREG_renderer(Renderer): def __init__(self)...
  6. H

    Request.

    Success. It is working now. Only it doesn't show me the flag in the skin, but it is in /tmp, so it downloads it. Thank you for your help.
  7. H

    Request.

    Ok
  8. H

    Request.

    Doesn't work. I turned on debugging and now I have logs: <333194.7789> [Skin] Processing screen 'Screensaver', position=(0, 0), size=(1920 x 1080) for module 'Screensaver'. <333194.7885> [Skin] Processing screen 'SecondInfoBar', position=(0, 0), size=(1920 x 1080) for module 'SecondInfoBar'...
  9. H

    Request.

    I don't have such a 'process.py' file
  10. H

    Request.

    You're right. I have zero knowledge of Python, which is why I wrote this post. I know where the logs are, but it doesn't throw any errors, so I don't know how to check what's wrong with this converter. As I wrote earlier, this file worked under py2, but not under py3. This code was written by...
  11. H

    Request.

    I have it inserted in the skin. This is the text in skin.xml: <widget source="session.CurrentService" render="GREG_renderer" position="380,1035" size="42,34" zPosition="6" alphatest="blend"> <convert type="GREG_converter">flag</convert> </widget> <widget...
  12. H

    Request.

    Doesn't work. Does not show external IP. The original version on OpenATV 6.4 py2 worked very well.
  13. H

    Request.

    Thank you very much. In the evening I will check if it will work and show me the external IP on the skin. I'll write in the evening.
  14. H

    Request.

    Hello. Can someone convert a py2 file to a py3 file under OpenBH? https://drive.google.com/file/d/19lWpu37SYh2Y73drqAR86BubRI7GdQsx/view?usp=sharing
Top