Skip to content

Instantly share code, notes, and snippets.

@kefkf
Created September 9, 2015 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kefkf/0bf71aa9f6e944bfc587 to your computer and use it in GitHub Desktop.
Save kefkf/0bf71aa9f6e944bfc587 to your computer and use it in GitHub Desktop.
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 = software
mixer_volume =
output = pulsesink
[proxy]
scheme =
hostname =
port =
username =
password =
[spotify_tunigo]
enabled = true
region = all
cache_time = 3600
[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 = $XDG_DATA_DIR/mopidy/m3u
[softwaremixer]
enabled = true
[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
[local]
enabled = false ; Extension disabled due to config errors.
library = json
media_dir = ; Must be set.
data_dir = $XDG_DATA_DIR/mopidy/local
scan_timeout = 1000
scan_flush_threshold = 1000
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
[notifier]
enabled = true
[spotify]
enabled = true
username = username
password = ********
bitrate = 320
volume_normalization = true
private_session = false
timeout = 10
allow_cache = true
allow_network = true
allow_playlists = true
search_album_count = 20
search_artist_count = 10
search_track_count = 50
toplist_countries =
[mopify]
enabled = true
debug = false
[mpris]
enabled = true
desktop_file = /usr/share/applications/mopidy.desktop
bus_type = session
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment