Gamepad (Joystick) support for myMPD #1216
antonionardella
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
You can use curl to call the myMPD api endpoints or use the mpc command line tool. I think you need a script or program that can act with the /dev/input/js0 device. I do not know any. P.S. Nice project! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Had a lot of fun building this personal project! Leaving my notes here for others to follow: https://hackmd.io/@tPxwddC0R3uDaZSGNlIInA/Hy4gZLSoT All the best and thanks a lot for all the hours you put in myMPD @jcorporation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I'd like to share that I've gotten myMPD up and running on my Raspberry Pi 3!
I already installed myGPIOd and can skip songs with a button, which made me curious about more possibilities
Now, the ambitious part: I want to use this controller to control myMPD! ️
I managed to connect my trusty NES controller as a joystick (/dev/input/js0) using the Pi 3's GPIO ports (similar to how it is explained here), and it works perfectly in Linux.
This is what
jstest
shows:I'm envisioning something like this:
But I'm not quite sure how to make this magic happen.
So, my question to the myMPD community:
How can I integrate my NES controller with myMPD to achieve this sweet, music-controlling dream? Any suggestions, tools, or guides would be greatly appreciated!
Thanks in advance!
P.S. If anyone else has tried something similar with myMPD and controllers, please share your wisdom!
Beta Was this translation helpful? Give feedback.
All reactions