Changelog

Changelog

Firmware releases

Version v1.06

Initial release containing an HTML browser.
It makes it possible to control the video player using JavaScript and the control interfaces.

Version v1.08

Control interfaces enhancements.

The following methods have been added:

The following events have been added:

The InputContactEvent has been modified, adding the detail.type property.

This firmware integrates new remote control HTTP API.

ID-AL JavaScript SDK releases

Version 1.0.0

Initial release.
The SDK is very lightweight, only containing IDAL.getControlInterfaces().

Version 1.1.0

This release leverage the remote control feature introduced in firmware version v1.08.

The following methods have been added (requiring firmware v1.08):

Polyfills have been added for following methods added in firmware v1.08:

  • addListener()
  • removeListeners()
  • getSubtitles()
  • selectSubtitle()

It makes it possible to use this API on older firmware releases.
Please note that the subtitle related API can actually work only on firmware v1.08 as the polyfills are offering a stubbed API but not the feature.