I am running mopidy as a service on Ubuntu and from what I understand, I am supposed to use the /etc/mopidy/mopidy.conf as my configuration file. The problem is, that when I enter settings into this config file for gmusic or tunein or any other backend extension, mopidy doesn’t recognize the changes when checking “mopidy config” and the extensions will not appear my phone app or in my browser as available sources. Even though I have edited /etc/mopidy/mopidy.conf with my settings, “mopidy config” doesn’t show that I have.
$ mopidy config
[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = /etc/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 = software
mixer_volume =
output = autoaudiosink
[proxy]
scheme =
hostname =
port =
username =
password =
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
[http]
enabled = true
hostname = 127.0.0.1
port = 6680
static_dir =
zeroconf = Mopidy HTTP server on $hostname
[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000
[m3u]
enabled = true
playlists_dir =
[softwaremixer]
enabled = true
[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
[local]
enabled = true
library = json
media_dir = $XDG_MUSIC_DIR
data_dir = $XDG_DATA_DIR/mopidy/local
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
[pandora]
enabled = false ; Extension disabled due to config errors.
api_host = tuner.pandora.com/services/json/
partner_encryption_key = ; Must be set.
partner_decryption_key = ; Must be set.
partner_username = iphone
partner_password = ; Must be set.
partner_device = IP01
username = ; Must be set.
password = ; Must be set.
preferred_audio_quality = highQuality
sort_order = date
auto_set_repeat = true
event_support_enabled = false
double_click_interval = 2.00
on_pause_resume_click = thumbs_up
on_pause_next_click = thumbs_down
on_pause_previous_click = sleep
[mobile]
enabled = true
title = Mopidy Mobile on $hostname
ws_url =
[alsamixer]
enabled = true
card = 0
control = Master
[grooveshark]
enabled = true
[local-images]
enabled = true
library = json
base_uri = /images/
image_dir =
album_art_files =
*.jpg
*.jpeg
*.png
[gmusic]
enabled = false ; Extension disabled due to config errors.
username = ; Must be set.
password = ; Must be set.
bitrate = 160
deviceid =
all_access = false
refresh_library = 1440
refresh_playlists = 60
radio_stations_in_browse = true
radio_stations_as_playlists = false
radio_stations_count =
radio_tracks_count = 25
[musicbox_webclient]
enabled = true
musicbox = false
[tunein]
enabled = true
timeout = 5000
[mopify]
enabled = true
debug = false