[core] cache_dir = /var/cache/mopidy config_dir = /etc/mopidy data_dir = /var/lib/mopidy [logging] config_file = /etc/mopidy/logging.conf debug_file = /var/log/mopidy/mopidy-debug.log [local] media_dir = /var/lib/mopidy/media [m3u] playlists_dir = /var/lib/mopidy/playlists # For further information about options in this file see: # http://docs.mopidy.com/ # # The initial commented out values reflect the defaults as of: # Mopidy 2.1.0 # Mopidy-File 2.1.0 # Mopidy-GMusic 2.0.0 # Mopidy-HTTP 2.1.0 # Mopidy-Local 2.1.0 # Mopidy-M3U 2.1.0 # Mopidy-MPD 2.1.0 # Mopidy-SoftwareMixer 2.1.0 # Mopidy-Stream 2.1.0 # # Available options and defaults might have changed since then, # run `mopidy config` to see the current effective config and # `mopidy --version` to check the current version. [audio] #mixer = software mixer_volume = 10 #output = autoaudiosink #buffer_time = [proxy] #scheme = #hostname = #port = #username = #password = [gmusic] enabled = true username = [enter your Google play user name] password = [this needs to be thge app password from Google] bitrate = 160 #deviceid = [comment this line out] all_access = true refresh_library = 1440 refresh_playlists = 60 radio_stations_in_browse = true radio_stations_as_playlists = true radio_stations_count = 25 radio_tracks_count = 25 [mpd] enabled = true hostname = [Network IP for the Pi] port = 6600 password = [Wi-Fi Password] max_connections = 20 connection_timeout = 60 zeroconf = Mopidy MPD server on $hostname #command_blacklist = # listall # listallinfo #default_playlist_scheme = m3u [http] enabled = true hostname = [Network IP for the Pi] port = 6680 #static_dir = #zeroconf = Mopidy HTTP server on $hostname [stream] #enabled = true #protocols = # http # https # mms # rtmp # rtmps # rtsp #metadata_blacklist = #timeout = 5000