kavinaidoo / pmap

PMAP is a battery-powered portable audio player built around the "pHAT" form factor.
3 stars 2 forks source link

Checks for shairport-sync / nqptp / librespot running #8

Open kavinaidoo opened 9 months ago

kavinaidoo commented 9 months ago

On startup, pmap.py assumes that shairport-sync / nqptp are already running. Green icon (AirPlay on) and red icon (AirPlay off) are based on sending os commands to run/kill. Colors should be based on whether shairport-sync / nqptp are actually running or not.

kavinaidoo commented 8 months ago

Now, with spotify support added, this should extend to librespot as well. It also is assumed to be not running / running by sending pkill / run commands