Skip to content

Multiple MPD continuous running #1438

Answered by owl770
shinkhell asked this question in Q&A
Discussion options

You must be logged in to vote

To interrogate different MPD instances, use the --port and/or --host options of mpc.

e.g. mpc --port 6600 will report on the instance of MPD listening on port 6600 (the default)
mpc --host myPi --port 6601 will report on the instance of MPD listening on port 6601 on the host myPi

Using mpc status you can determine if MPD is playing or not.

To further investigate why MPD stops playing, you will need to 1) make sure you are running the latest version (0.23.5) and 2) produce a verbose log (either via the mpd.conf file or the command line when you start MPD) to see what MPD complains about.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by shinkhell
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants