Ignoring unknown config section: mpd. Gmusic

I’m having some trouble getting gmusic to work with mopidy. I don’t see any explicit errors when I run mopidy -v, but shouldn’t mpd server start up on localhost? Logs say I am authenticated to google, but I’m just not sure how to get the server up. I noticed that the logs say 'Ignoring unknown config section: mpd. Does this mean that it doesn’t recognize mpd extension? I thought mpd was bundled into mopidy by default?

Here is output of mopidy -v:

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
INFO 2015-12-09 12:26:51,644 [23483:MainThread] mopidy.main
Starting Mopidy 1.1.1
DEBUG 2015-12-09 12:26:51,652 [23483:MainThread] mopidy.ext
Loading entry point: gmusic = mopidy_gmusic:GMusicExtension
DEBUG 2015-12-09 12:26:51,653 [23483:MainThread] mopidy.ext
Loaded extension: Mopidy-GMusic 1.0.0
DEBUG 2015-12-09 12:26:51,656 [23483:MainThread] mopidy.ext
Discovered extensions: gmusic
DEBUG 2015-12-09 12:26:51,657 [23483:MainThread] mopidy.config.keyring
Fetching passwords from your keyring failed. Any passwords stored in the keyring will not be available. (dbus not installed)
INFO 2015-12-09 12:26:51,657 [23483:MainThread] mopidy.config
Loading config from builtin defaults
DEBUG 2015-12-09 12:26:51,658 [23483:MainThread] mopidy.config
Loading config from /etc/xdg/mopidy/mopidy.conf failed; it does not exist
INFO 2015-12-09 12:26:51,658 [23483:MainThread] mopidy.config
Loading config from /Users/liam.hendricks/.config/mopidy/mopidy.conf
INFO 2015-12-09 12:26:51,658 [23483:MainThread] mopidy.config
Loading config from command line options
DEBUG 2015-12-09 12:26:51,659 [23483:MainThread] mopidy.config
Ignoring unknown config section: mpd
DEBUG 2015-12-09 12:26:51,660 [23483:MainThread] mopidy.ext
Validating extension: gmusic
INFO 2015-12-09 12:26:51,679 [23483:MainThread] mopidy.main
Enabled extensions: gmusic
INFO 2015-12-09 12:26:51,679 [23483:MainThread] mopidy.main
Disabled extensions: none
DEBUG 2015-12-09 12:26:51,826 [23483:MainThread] mopidy.commands
Available Mopidy mixers: none
DEBUG 2015-12-09 12:26:51,826 [23483:MainThread] mopidy.commands
Mixer disabled
INFO 2015-12-09 12:26:51,826 [23483:MainThread] mopidy.commands
Starting Mopidy audio
INFO 2015-12-09 12:26:51,827 [23483:MainThread] mopidy.commands
Starting Mopidy backends: GMusicBackend
INFO 2015-12-09 12:26:51,841 [23483:Audio-1] mopidy.audio.actor
Audio output set to "autoaudiosink"
INFO 2015-12-09 12:26:52,927 [23483:GMusicBackend-2] mopidy_gmusic.session
Logged in to Google Music
INFO 2015-12-09 12:26:52,928 [23483:Thread-3] mopidy_gmusic.actor
Start refreshing Google Music library
DEBUG 2015-12-09 12:26:52,929 [23483:Thread-4] mopidy_gmusic.actor
Skip refresh playlist: library refresh is running.
INFO 2015-12-09 12:26:52,944 [23483:MainThread] mopidy.commands
Starting Mopidy core
INFO 2015-12-09 12:26:52,959 [23483:MainThread] mopidy.commands
Starting Mopidy frontends: GMusicScrobblerFrontend
INFO 2015-12-09 12:27:00,155 [23483:Thread-3] mopidy_gmusic.playlists
Loaded 3 playlists from Google Music
INFO 2015-12-09 12:27:00,155 [23483:Thread-3] mopidy_gmusic.actor
Finished refreshing Google Music content in 7s
DEBUG 2015-12-09 12:27:00,156 [23483:MainThread] mopidy.listener
Sending playlists_loaded to BackendListener: {}
DEBUG 2015-12-09 12:27:00,156 [23483:MainThread] mopidy.listener
Sending playlists_loaded to CoreListener: {}

Here is my .mopidy.conf:

[mpd]
hostname = ::
zeroconf = $hostname

[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir = $XDG_DATA_DIR/mopidy
max_tracklist_length = 10000

[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = mopidy.log
config_file =

[audio]
mixer = none
mixer_volume =
output = autoaudiosink

[gmusic]
username = liamh.blogg@gmail.com
password = ***********
deviceid = ac:bc:32:80:5c:6b
all_access = true

You should use the command mopidy config to output the config that Mopidy will use. This also has the benefit of automatically hiding sensitive information such as passwords (I’ve edited your post).

Yes, the mpd extension is bundled with Mopidy. Your log shows that only the gmusic extension was discovered and none of the bundled extensions are found. How did you install Mopidy?

Thank you for the edit >.<

I installed with homebrew. I had some trouble with dependencies, but eventually was able to get everything working with the latest mac os installation docs.

Here is the output from mopidy deps:

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Executable: /usr/local/bin/mopidy
Platform: Darwin-14.5.0-x86_64-i386-64bit
Python: CPython 2.7.11 from /usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7
Mopidy: 1.1.1 from /usr/local/lib/python2.7/site-packages
Mopidy-GMusic: 1.0.0 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.7.0 from /usr/local/lib/python2.7/site-packages
setuptools: 18.7.1 from /usr/local/lib/python2.7/site-packages
Pykka>=1.1: 1.2.1 from /usr/local/lib/python2.7/site-packages
Mopidy>=1.0: 1.1.1 from /usr/local/lib/python2.7/site-packages
gmusicapi>=6.0: 7.0.0 from /usr/local/lib/python2.7/site-packages
python-dateutil!=2.0,>=1.3: 2.4.2 from /usr/local/lib/python2.7/site-packages
six>=1.5: 1.10.0 from /usr/local/lib/python2.7/site-packages
pyopenssl: 0.15.1 from /usr/local/lib/python2.7/site-packages
six>=1.5.2: 1.10.0 from /usr/local/lib/python2.7/site-packages
cryptography>=0.7: 1.1.1 from /usr/local/lib/python2.7/site-packages
setuptools: 18.7.1 from /usr/local/lib/python2.7/site-packages
enum34: 1.1.1 from /usr/local/lib/python2.7/site-packages
ipaddress: 1.0.15 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.8: 0.1.9 from /usr/local/lib/python2.7/site-packages
six>=1.4.1: 1.10.0 from /usr/local/lib/python2.7/site-packages
idna>=2.0: 2.0 from /usr/local/lib/python2.7/site-packages
cffi>=1.1.0: 1.3.1 from /usr/local/lib/python2.7/site-packages
pycparser: 2.14 from /usr/local/lib/python2.7/site-packages
pyasn1: 0.1.9 from /usr/local/lib/python2.7/site-packages
mutagen>=1.18: 1.31 from /usr/local/lib/python2.7/site-packages
gpsoauth==0.0.4: 0.0.4 from /usr/local/lib/python2.7/site-packages
pycrypto: 2.6.1 from /usr/local/lib/python2.7/site-packages
pyopenssl: 0.15.1 from /usr/local/lib/python2.7/site-packages
six>=1.5.2: 1.10.0 from /usr/local/lib/python2.7/site-packages
cryptography>=0.7: 1.1.1 from /usr/local/lib/python2.7/site-packages
setuptools: 18.7.1 from /usr/local/lib/python2.7/site-packages
enum34: 1.1.1 from /usr/local/lib/python2.7/site-packages
ipaddress: 1.0.15 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.8: 0.1.9 from /usr/local/lib/python2.7/site-packages
six>=1.4.1: 1.10.0 from /usr/local/lib/python2.7/site-packages
idna>=2.0: 2.0 from /usr/local/lib/python2.7/site-packages
cffi>=1.1.0: 1.3.1 from /usr/local/lib/python2.7/site-packages
pycparser: 2.14 from /usr/local/lib/python2.7/site-packages
requests: 2.7.0 from /usr/local/lib/python2.7/site-packages
ndg-httpsclient: 0.4.0 from /usr/local/lib/python2.7/site-packages
PyOpenSSL: 0.15.1 from /usr/local/lib/python2.7/site-packages
six>=1.5.2: 1.10.0 from /usr/local/lib/python2.7/site-packages
cryptography>=0.7: 1.1.1 from /usr/local/lib/python2.7/site-packages
setuptools: 18.7.1 from /usr/local/lib/python2.7/site-packages
enum34: 1.1.1 from /usr/local/lib/python2.7/site-packages
ipaddress: 1.0.15 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.8: 0.1.9 from /usr/local/lib/python2.7/site-packages
six>=1.4.1: 1.10.0 from /usr/local/lib/python2.7/site-packages
idna>=2.0: 2.0 from /usr/local/lib/python2.7/site-packages
cffi>=1.1.0: 1.3.1 from /usr/local/lib/python2.7/site-packages
pycparser: 2.14 from /usr/local/lib/python2.7/site-packages
pyasn1: 0.1.9 from /usr/local/lib/python2.7/site-packages
mock>=0.7.0: 1.3.0 from /usr/local/lib/python2.7/site-packages
funcsigs: 0.4 from /usr/local/lib/python2.7/site-packages
pbr>=0.11: 1.8.1 from /usr/local/lib/python2.7/site-packages
six>=1.7: 1.10.0 from /usr/local/lib/python2.7/site-packages
proboscis>=1.2.5.1: 1.2.6.0 from /usr/local/lib/python2.7/site-packages
ndg-httpsclient: 0.4.0 from /usr/local/lib/python2.7/site-packages
PyOpenSSL: 0.15.1 from /usr/local/lib/python2.7/site-packages
six>=1.5.2: 1.10.0 from /usr/local/lib/python2.7/site-packages
cryptography>=0.7: 1.1.1 from /usr/local/lib/python2.7/site-packages
setuptools: 18.7.1 from /usr/local/lib/python2.7/site-packages
enum34: 1.1.1 from /usr/local/lib/python2.7/site-packages
ipaddress: 1.0.15 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.8: 0.1.9 from /usr/local/lib/python2.7/site-packages
six>=1.4.1: 1.10.0 from /usr/local/lib/python2.7/site-packages
idna>=2.0: 2.0 from /usr/local/lib/python2.7/site-packages
cffi>=1.1.0: 1.3.1 from /usr/local/lib/python2.7/site-packages
pycparser: 2.14 from /usr/local/lib/python2.7/site-packages
oauth2client>=1.1: 1.5.2 from /usr/local/lib/python2.7/site-packages
six>=1.6.1: 1.10.0 from /usr/local/lib/python2.7/site-packages
pyasn1-modules>=0.0.5: 0.0.8 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.8: 0.1.9 from /usr/local/lib/python2.7/site-packages
rsa>=3.1.4: 3.2.3 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.3: 0.1.9 from /usr/local/lib/python2.7/site-packages
pyasn1>=0.1.7: 0.1.9 from /usr/local/lib/python2.7/site-packages
httplib2>=0.9.1: 0.9.2 from /usr/local/lib/python2.7/site-packages
appdirs>=1.1.0: 1.4.0 from /usr/local/lib/python2.7/site-packages
MechanicalSoup: 0.4.0 from /usr/local/lib/python2.7/site-packages
requests>=2.0: 2.7.0 from /usr/local/lib/python2.7/site-packages
beautifulsoup4: 4.4.1 from /usr/local/lib/python2.7/site-packages
six>=1.4: 1.10.0 from /usr/local/lib/python2.7/site-packages
validictory!=0.9.2,>=0.8.0: 1.0.1 from /usr/local/lib/python2.7/site-packages
requests!=1.2.0,!=2.2.1,>=1.1.0: 2.7.0 from /usr/local/lib/python2.7/site-packages
protobuf>=2.4.1: 2.6.1 from /usr/local/lib/python2.7/site-packages
setuptools: 18.7.1 from /usr/local/lib/python2.7/site-packages
decorator>=3.3.1: 4.0.5 from /usr/local/lib/python2.7/site-packages
GStreamer: 0.10.36.0 from /usr/local/Cellar/gst-python010/0.10.22/lib/python2.7/site-packages/gst-0.10/gst
Detailed information:
Python wrapper: gst-python 0.10.22.0
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
oss4sink
id3demux
id3v2mux
lame
mad
mp3parse
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
alsasink
osssink
pulsesink
flump3dec

Here is mopidy config:

** Message: pygobject_register_sinkfunc is deprecated (GstObject)
[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir = $XDG_DATA_DIR/mopidy
max_tracklist_length = 10000

[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = mopidy.log
config_file =

[audio]
mixer = none
mixer_volume =
output = autoaudiosink

[proxy]
scheme =
hostname =
port =
username =
password =

[gmusic]
enabled = true
username = liamh.blogg@gmail.com
password = ********
bitrate = 160
deviceid = ac:bc:32:80:5c:6b
all_access = true
refresh_library = 1440
refresh_playlists = 60
radio_stations_in_browse = true
radio_stations_as_playlists = false
radio_stations_count =
radio_tracks_count = 25

@kingosticks I figured out the problem. I had dependency confusion with pip. I ran pip uninstall mopidy which fixed my problems. Thanks for the help.