unfoldedcircle / integration-androidtv

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

Kodi as Source, German translation #32

Closed Kat-CeDe closed 7 months ago

Kat-CeDe commented 8 months ago

Kodi added as a source to start with a button. Dune HD as an app name source not yet known. German translation in driver.json

zehnm commented 7 months ago

I will check this after PR #34 is merged

zehnm commented 7 months ago

Are you planning to open a new PR, or should I cherry pick your translation & Kodi app?

Kat-CeDe commented 7 months ago

I would prefer cherry picking. I will try to add some commands useful for my Philips TV. I installed you latest release yesterday but could not see how to use SimpleCommands because they are now different.

zehnm commented 7 months ago

Ok, I will pick the changes, and thanks again for the translation. Theres a new doc: https://github.com/unfoldedcircle/integration-androidtv/blob/main/docs/command_mapping.md

For simple commands you can either use the KEYCODE_### name or the numeric keycode as string. The 3rd option is to use any name and then map it to a keycode in command_map. See default profile uses the 1st and 3rd options.