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