Replies: 1 comment
|
I think I have an answer to my question.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm looking for a simple way to discover the Music Player Daemons that are running on my network so that I can make a client that prints what each of them is currently playing. Is there a discovery mechanism for mpd?
I looked into avahi/zeroconf and found that
avahi-browse _mpd._tcpprints the names, types, and domains of MPDs. It doesn't print the port numbers.My question may be beyond scope for mpd. In that case, I apologize.
All reactions