Way to edit skin in Kodi (openelec on raspberry pi)

554 views Asked by At

I just downloaded a new skin for openelec and decompressed it from zip file. Customized it and compressed it into a zip, then when I'm trying to install it in Kodi (openelec on raspberry pi), it shows an error

"addon does not have correct structure"

Please help if anyone has knowledge on this issue.

2

There are 2 answers

4
Jaysheel Utekar On

Just try zipping the addon from terminal by using and than try installing it.

zip -r skin.myskin.zip skin.myskin/

You might be using Mac OS for development purpose which leave a file called .DS_Store inside the zip creating this problem. In this case you need to pack your addons and skins using the 'zip' comand

2
Razze On

You likely have just the skin folder on the top zip level. Kodi needs the content to be in the top most folder.