OpenVoiceOS / ovos-core

OpenVoiceOS Core, the FOSS Artificial Intelligence platform.
https://openvoiceos.org
Apache License 2.0
157 stars 17 forks source link

Kodi, OpenGamepadUI integration #539

Open puzavac opened 2 months ago

puzavac commented 2 months ago

Kodi is mostly about media and OGUI about games. Would be nice talking to them

builderjer commented 2 months ago

This should be a PHAL plugin?

puzavac commented 2 months ago

Not sure what that is.

mikejgray commented 3 weeks ago

A PHAL (Platform Hardware Abstraction Layer) plugin is used to interact with platforms and hardware. In the Mycroft days all of this was done with skills or directly in the Mycroft code. In OVOS, the design is pluggable, and that led to the creation of PHAL plugins. Mycroft was also moving that direction shortly before they went under.

You could probably accomplish this just as well with a skill - I maintain a couple of PHAL/skill combos and they're largely a hassle to do that way. Either approach is fine though.