Recent content by Dorik1972

  1. Dorik1972

    EPGImport Dorik1972 MOD

    Can you describe in more detail what is not working for you? I don't see any problems on OBH 5.4.1
  2. Dorik1972

    EPGImport Dorik1972 MOD

    If I understand you correctly, you do not see the plugin in the “plugin browser” on OBH 5.4.1... I'll check and correct it now if I have the same "symptoms".
  3. Dorik1972

    Vu+ Real Multiboot Now Available

    That's exactly what I did... it's not a problem =)... The question was why this situation occurred... I simply updated one of the images installed in Multiboot..
  4. Dorik1972

    Vu+ Real Multiboot Now Available

    Yes ... Any "machinations" with replacing STARTUP do not help... it always starts from Slot0
  5. Dorik1972

    Vu+ Real Multiboot Now Available

    After updating one of the images (OpenPli 9) installed in Multiboot (USB slot), I get an error after rebooting < 753.193665> 05:12:16.4815 Traceback (most recent call last): < 753.193917> 05:12:16.4817 File "/usr/lib/enigma2/python/StartEnigma.py", line 439, in <module> < 753.194870>...
  6. Dorik1972

    Request.

    My fault -) ... that's how it should be from Components.Renderer.Renderer import Renderer
  7. Dorik1972

    Request.

    from Components.Renderer import Renderer
  8. Dorik1972

    Request.

    NO ! It's not correct
  9. Dorik1972

    Request.

    You need to look at how the output of this “picture” is implemented in your skin... The converter downloads it and returns it to you pixmap... so most likely the error is not in it
  10. Dorik1972

    Request.

    Fixed
  11. Dorik1972

    Request.

    That's the problem why it doesn't work for you...This part of the code can be rewritten using eTimer ... I need to see if there is a Poll classin OBH ...
  12. Dorik1972

    Request.

    Check with the option in the post above
  13. Dorik1972

    Request.

    Without the process module and the logic to determine whether samba or openvpn is being used... This piece of code was returning True or False.. now it is gone In this variant converter code supports only what you have in your skin <convert type="GREG_converter">flag</convert> <convert...
  14. Dorik1972

    Request.

    WTF?
  15. Dorik1972

    Request.

    WTF! Now I understand the problem =) ... What are these lines in the code? import process p = process.ProcessList() There is no such module in python3. And I'm not sure that such a module exists in Py2 =) ... Do you have a process.py file? Judging by the logic of the converter code, this...
Back
Top