# MPD in mopidy: mpc connects but does not show playing track

**URL:** https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348
**Category:** Misc
**Created:** [September 17, 2016, 12:45pm UTC](https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348 "2016-09-17T12:45:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![vrs01](https://avatars.discourse-cdn.com/v4/letter/v/71e660/32.png) [@vrs01](https://discourse.mopidy.com/u/vrs01)
#### Post date: [September 17, 2016, 12:45pm UTC](https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348/1 "2016-09-17T12:45:39Z")

</div>

Hi!

When I run ‘mpc’, I only get the line:

`volume: 98% repeat: on random: off single: off consume: off`

even when a song is playing. So mpc is connecting to the mpd server but not getting the full information.

I found that I have a service ‘mpd’ running which is even running when I stop the service ‘mopidy’. When I stop ‘mpd’ and have ‘mopidy’ running, mpc is not connecting anymore. Is this extra ‘mpd’ service part of the mopidy installation?

What’s going wrong with my mpd server?

I run mopidy 2.0.1 on Raspbian Jessie.  
Here is my config: [http://pastebin.com/WzZKTdyQ](http://pastebin.com/WzZKTdyQ)

---

<div class="post-metadata">

### Author: ![kingosticks](https://avatars.discourse-cdn.com/v4/letter/k/858c86/32.png) [@kingosticks](https://discourse.mopidy.com/u/kingosticks)
#### Post date: [September 17, 2016, 2:16pm UTC](https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348/2 "2016-09-17T14:16:59Z")

</div>

> [@vrs01](#):
>
> Is this extra ‘mpd’ service part of the mopidy installation?

No, that sounds like you also have the [`mpd`](https://www.musicpd.org/) program installed and running. Mopidy’s MPD compatible server runs within the `mopidy` service.

Your config looks fine so I would guess that Mopidy’s MPD server was not able to start because [`mpd`](https://www.musicpd.org/) 's server had already started on port 6600 (only one process can bind to a particular port at a time). You should have seen an error message reporting this in Mopidy’s log. Have you tried leaving `mpd` disabled/stopped and restarting `mopidy`?

---

<div class="post-metadata">

### Author: ![vrs01](https://avatars.discourse-cdn.com/v4/letter/v/71e660/32.png) [@vrs01](https://discourse.mopidy.com/u/vrs01)
#### Post date: [September 17, 2016, 3:27pm UTC](https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348/3 "2016-09-17T15:27:47Z")

</div>

Just stopping `mpd` and restarting `mopidy` was not enough but removing the `mpd` package worked. Thanks!

---

<div class="post-metadata">

### Author: ![kingosticks](https://avatars.discourse-cdn.com/v4/letter/k/858c86/32.png) [@kingosticks](https://discourse.mopidy.com/u/kingosticks)
#### Post date: [September 17, 2016, 3:41pm UTC](https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348/4 "2016-09-17T15:41:43Z")

</div>

Hmm, not sure I understand why but glad it’s working.

---

<div class="post-metadata">

### Author: ![vrs01](https://avatars.discourse-cdn.com/v4/letter/v/71e660/32.png) [@vrs01](https://discourse.mopidy.com/u/vrs01)
#### Post date: [September 18, 2016, 8:02am UTC](https://discourse.mopidy.com/t/mpd-in-mopidy-mpc-connects-but-does-not-show-playing-track/1348/5 "2016-09-18T08:02:35Z")

</div>

I am using snapcast and this extra mpd server seems to be part of that, since snapcast is not running without it. But changing the port of mopidy-mpd to something else lets me access it with mpc.
