unfoldedcircle / integration-androidtv

Android TV integration for Remote Two
https://www.unfoldedcircle.com/
Mozilla Public License 2.0
1 stars 5 forks source link

Invalid driver version reported #17

Closed zehnm closed 10 months ago

zehnm commented 10 months ago

The driver version must be taken from the build information, not from the mostly outdated driver.json. This leads to support issues because of old versions being shown in web-configurator and remote-ui.

See integration library how to set the version with setuptools-scm.

As an alternative we have to make sure that the version information in driver.json corresponds with the git version tag.

zehnm commented 10 months ago

We will check the correct version in driver.json during release builds for now.

The setuptools-scm approach seems to be more for libraries and not apps. Here we need to learn more about Python build systems first :-)