Thanks Thanks:  0
Ergebnis 1 bis 1 von 1
  1. #1
    Senior Mitglied Avatar von s3n0
    Registriert seit
    02.01.2017
    Ort
    Slovakia
    Beiträge
    1.460
    Thanks (gegeben)
    91
    Thanks (bekommen)
    418
    Total Downloaded
    323,0 KB
    Total Downloaded
    323,0 KB
    ReceiverDanke
    Box 1:
    Vu+ Zero 4K
     
     
    Box 2:
    Vu+ Solo SE V2
     
     
    Box 3:
    Formuer F4-TURBO
     
     

    question for oATV developers - BackupSuite plugin - getBoxType

    Hi.

    I want to ask OpenaATV developers where the truth is ... in the case of the BackupSuite plugin. The BackupSuite code uses the getBoxType imported from the enigma module, but the OpenATV code does not work because the OpenATV code uses the boxbranding module for this purpose only.

    So where is the problem? What is the truth?

    Should this be completely rewritten in the OpenATV code for the enigma module? Or is only the boxbranding module permanently? Or will it be used for compatibility, both enigma and boxbranding - in the future in OpenATV? Is it a BackupSuite error or is it an OpenATV code error?

    If it remains old in OpenATV, then you need to request a modification of the plugin code (I can do so). The import code, also working for OpenATV, will change:

    - from :
    Code:
    from enigma import getDesktop, getBoxType
    - to :
    Code:
    from enigma import getDesktop
    try:
        from enigma import getBoxType           # OpenPLi
    except ImportError:
        from boxbranding import getBoxType      # OpenATV
    Search * getBoxType * GitHub - OpenATV uses the boxbranding module

    BackupSuite/plugin.py at 4e2b98d212edf97826bcf1e36845bd84cfd1b6cf * OpenVisionE2/BackupSuite * GitHub - OpenPLi and OpenVisionE2 uses the enigma module
    BackupSuite/plugin.py at 45e0374468324d74552cf25326ce8188d735d6b7 * OpenVisionE2/BackupSuite * GitHub - after update of the BackupSuite plugin source code in the OpenVisionE2 image



    Some other plugins are also at risk. So which module is correct to use ?

    Why are not all Enigma teams / developers associated with the OE-Alliance Group ? Grrrrr ...

    •   Alt Advertising

       


Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:29 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,88%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com