m0ngr31 / kanzi

Alexa skill for controlling Kodi
https://lexigr.am
MIT License
427 stars 149 forks source link

Add AudioPassthrough and StereoscopicMode Intents. #218

Closed jingai closed 7 years ago

jingai commented 7 years ago

Pretty self-explanatory: adds commands to toggle digital audio passthrough and stereoscopic (3D) mode.

Addresses Issue #217.

Requires changes to Kodi-Voice that have been pushed up, but not yet released. Awaiting confirmation of resolution for https://github.com/m0ngr31/kodi-voice/issues/18

mcl22 commented 7 years ago

Here are the translations:

StereoscopicMode schalte auf 3D (/Modus) (/um) StereoscopicMode aktiviere 3D (/Modus) AudioPassthrough schalte (/Audioausgabe) auf (passthrough/digital) (/um) AudioPassthrough schalte Audioausgabe um AudioPassthrough schalte (passthrough/digital) (/um) AudioPassthrough aktiviere (passthrough/digital)

toggle_audio_passthrough: "Schalte Audio Passthrough um" toggle_stereoscopic_mode: "Schalte 3D Modus um"

jingai commented 7 years ago

Thanks @mcl22!