Help submitting add-on to Kodi Repository
#1
I've developed an add-on and have run into a problem with the submission process to the Kodi Repository.
My add-on requires the use of the enum34 module which is not included by default in Python version 2.7.
For those not familiar with this module, enum34 is a Python stdlib enum module available in Python 3.4+ that has been backported for previous versions of Python from 2.4 to 3.3.

I've included the enum34 module in a separate lib directory as part of my add-on. The module is only used when the add-on is running under Python 2.7.
The problem I've encountered is that the code check system used by the repository has declared this module "not up to standards" which is keeping my add-on from passing and being accepted. Is there any way to whitelist this module so that my add-on can be accepted?
Reply


Messages In This Thread
Help submitting add-on to Kodi Repository - by jmooremcc - 2019-07-02, 02:45
Logout Mark Read Team Forum Stats Members Help
Help submitting add-on to Kodi Repository0