Skip to content

Instantly share code, notes, and snippets.

@adamcik
Created March 18, 2013 23:33
Show Gist options
  • Save adamcik/5191999 to your computer and use it in GitHub Desktop.
Save adamcik/5191999 to your computer and use it in GitHub Desktop.
Suggested format for mopidy config.
[logging]
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
debug_thread = false
[audio]
mixer = autoaudiomixer
mixer_track =
output = autoaudiosink
[local]
enabled = true
music_path = $XDG_MUSIC_DIR
playlist_path = $XDG_DATA_DIR/mopidy/playlists
tag_cache_file = $XDG_DATA_DIR/mopidy/tag_cache
[spotify]
enabled = true
username =
password =
bitrate = 160
timeout = 10
cache_path = $XDG_CACHE_DIR/mopidy/spotify
proxy_host =
proxy_username =
proxy_password =
[stream]
enabled = true
protocols = http, https, mms, rtmp, rtmps, rtsp
[mpd]
enabled = true
hostname = 127.0.0.1
port = 6600
password =
max_connections = 20
connection_timeout = 60
[lastfm]
enabled = true
username =
password =
[mpris]
enabled = true
desktop_file = /usr/share/applications/mopidy.desktop
[http]
enabled = true
hostname = 127.0.0.1
port = 6680
static_dir =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment