Replies: 1 comment 3 replies
-
rAudio playback control responses to:
A cheap USB PC Remote is the easiest to setup, just plug it in and start using. No configurations to set. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have followed this guide to get an IR remote to work with my PiFi Digi+ IR reciever.
https://vaughanharper.com/2020/08/12/configuring-an-infrared-remote-control-to-control-runeaudio-archlinux-without-needing-lirc/
I have gotten to the point where
ir-keytable -t
recognizes the button promts of my remote correctly (i think).
For example, pressing the "next track" button on my remote i get
1435.080082: lirc protocol(nec): scancode = 0xb2c1
1435.080128: event type EV_MSC(0x04): scancode = 0xb2c1
1435.080128: event type EV_KEY(0x01) key_down: KEY_RIGHT(0x006a)
1435.080128: event type EV_SYN(0x00).
1435.130094: lirc protocol(nec): scancode = 0xb2c1 repeat
1435.130124: event type EV_MSC(0x04): scancode = 0xb2c1
1435.130124: event type EV_SYN(0x00).
1435.270044: event type EV_KEY(0x01) key_up: KEY_RIGHT(0x006a)
1435.270044: event type EV_SYN(0x00).
From my understanding
KEY_RIGHT
should instruct MPD to skip to the next track by default.However neither this button nor the ones mapped to KEY_LEFT and KEY_PLAY have any effect in rAudio1
I would appreciate it a lot, if someone could help me getting this to work,
Beta Was this translation helpful? Give feedback.
All reactions