![]() |
How to add PVR add-on in repository with multi platform - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: How to add PVR add-on in repository with multi platform (/showthread.php?tid=356544) |
How to add PVR add-on in repository with multi platform - botallen - 2020-08-19 Is there any other format for PVR add-on to install in different devices ? I tried same as https://mirrors.kodi.tv/addons/leia/ Code: <add-on_id>+<platfrom>-<arch>/<add-on_id>-<version>.zip Here is link of my repo structure https://github.com/botallen/repository.botallen/tree/beta RE: How to add PVR add-on in repository with multi platform - botallen - 2020-08-20 Hey @phunkyfish Can you help ? I am the guy who talked about pvr demo add-on in golang. I'm kinda stuck at this. I want to release the pvr addon in my repo but i don't know how kodi is treating cross platform zip download process via repo. RE: How to add PVR add-on in repository with multi platform - phunkyfish - 2020-08-20 @alwinus should know I think. RE: How to add PVR add-on in repository with multi platform - tmm1 - 2021-09-29 @botallen Did you figure out the correct format? |