How to use JSON to call Audio delay Control
#1
Can I use JSON command to call Audio delay Control. Like press Keyboard "A".

Thanks
Reply
#2
If there is an action for it you can trigger it with Input.ExecuteAction.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#3
delete
Reply
#4
Input.SendText only works to provide a text for an input control.

Look into your keyboard.xml keymap and you should see that the key "A" is mapped to the action "AudioDelay" in the "VideoMenu" context. So try sending the "audiodelay" action using Input.ExecuteAction.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#5
Since a little related I hijack this post for a user feature request.

But subs delay (and a little audio) are a lot asked and having a settings interface for players like settings would allow fine remote control over those Smile
Reply

Logout Mark Read Team Forum Stats Members Help
How to use JSON to call Audio delay Control0