Hi,
I encounted to missing information in volumio documentation. I want create special configuration to my xiaomi IR remote controll. When you look into current IR configurations (volumio.github.io/docs/Good_to_ … lient.html). Few examples:
(Apple Remote A1156 lircrc)
button = KEY_PLAY
config = /usr/local/bin/volumio toggle
button = KEY_MENU
config = /usr/local/bin/volumio random
(Apple Remote A1294 lircrc)
button = KEY_ENTER
config = /usr/local/bin/volumio volume toggle
(JustBoom IR Remote lircrc)
button = Back
config = /usr/local/bin/volumio repeat
button = Home
config = /usr/local/bin/volumio clear
(this command is perfect example. What is “clear” doing???)
(Arcam ir-DAC-II Remote lircrc)
button = KEY_STOP
config = /usr/local/bin/volumio stop
What is needed?
- Improve documentation on web
- Improve documentation in volumio binary. Result of the command “volumio --help” does not match web documentation nor functionality
- Please If you can, move section Good to Knows->Command_Line_Client into section API->Command_Line_Client. I try read documentation before ask, but place of “Command_Line_Client” is confusing for me. I want control volumio, I search in “API” not in “Good to Knows”.
- It is possible update ir_controller plugin for more remote controlls? I see in GIT IR controllers like Apple Remote A1294, Arcam ir-DAC-II Remote, Denon Remote RC-1204, Samsung AA59-00431A, Samsung_BN59-006XXA, XBox One Remote, Yamaha RAV363
Thanks