Limit addon compatability via <platform> tag of addon.xml



Hi there!

Since the appearance of the first binary plugins, it was not intended to install them manually, but through the repositories. And since only Linux has its own package repositories (not app stores), it was neglected as the Kodi’s binary addons were (and still are) installed through the Linux distributions’ repositories, not Kodi’s.

Currently, there is only one tag, that applies to all supported processors and architectures of Linux: <platform>linux</platform>

I want to ask you if there is a way to limit the visibility of a Linux binary addon, uploaded to Kodi repository so that it’s individual variants are available according to the client specifics as:

-Linux armv7
-Linux aarch64
-Linux x86
-Linux x86_64

There are different tags for windows, osx, android… tvos too, but not for Linux. WhyHuh Can we make a pull request to Kodi’s github for adding additional tags for Linux?