Hey all, I’ve decided to learn a new programming language not so long ago and I decided to gain some experience by making a rich presence for MPD (Music Player Daemon, https://musicpd.org). Even after making an initial release, I have so much I want to add to it like enabling customization of the rich presence and perhaps with a configuration file if I have time.
Source:
about 3 years ago
I’m querying a musicpd server (musicpd.org) which outputs data about the player and the current song, the data comes out as multiple lines of key-value but I cook it nicely as json.
Source:
over 3 years ago
Reading some of the other comments on here I’m like what? Ok the simplest way I can put this is you have the audio out so the first choice is do you plumb that through the pi (overkill I don’t think you need to though that will probably mean you might need an amp of some sort). The you have your antenna input. After that you will need to find the SPI (i2C) control commands and which pins for power. Once these are…
Source:
over 3 years ago