Recent Google chrome.deb files for Ubuntu do have two issues in our environment:
1) The ar archive contains illegal file mode 644 instead of 100644. Busybox ar
is refusing this.
2) The xz/lzma compression is using CRC64. Busybox only implements CRC32.
Work around is using Python code to unpack ar archive and tar.xz.
Co-authored-by: CvH <1355173+CvH@users.noreply.github.com>
- don't import expensive 'oe' module for a log function with wrong module name printout.
- fix "WARNING <general>: CPythonInvoker(1, /storage/.kodi/addons/browser.chrome/default.py): the python script "/storage/.kodi/addons/browser.chrome/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE"
Setting "audiooutput.audiodevice" was not found any more because
settings format has be changed to version 2.
Read the setting value via Kodi json RPC.