I'm having a trouble packaging Kodi plugin under MAC. I took as an example a simple video plugin and wanted to start with a simple renaming before doing further development. At this stage, import of plugin constantly fails when I do
Install from Zip in Kodi
I've resolved all issue related to specific MAC zip content, by writing my own python ZIP script, which omits all MAC related files. Thus, now I can unzip and zip a working plugin and successfully import it in Kodi. However, i'm still having Addon does not have correct structure
.
Here is a link to my custom plugin.
What strikes me the most is that simple renaming causes all these issues. You might know any debugging tool for Kodi plugins? I will greatly appreciate any assistance, since I have put already 3 days in it.
Thanks!