Skip to content

Instantly share code, notes, and snippets.

@raphapr
Created May 5, 2016 18:03
Show Gist options
  • Save raphapr/5be0d4dca8e0c9af591f77d45c46ee1f to your computer and use it in GitHub Desktop.
Save raphapr/5be0d4dca8e0c9af591f77d45c46ee1f to your computer and use it in GitHub Desktop.
# For further information about options in this file see:
# http://docs.mopidy.com/
#
# The initial commented out values reflect the defaults as of:
# Mopidy 0.18.3
# Mopidy-HTTP 0.18.3
# Mopidy-Local 0.18.3
# Mopidy-MPD 0.18.3
# Mopidy-Stream 0.18.3
#
# 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.
#
# encoding: utf-8
[spotify]
username = raphapr
password = pwd
[scrobbler]
username = raphatta
password = pwd
[logging]
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = /home/raphael/.config/mopidy/logs/mopidy.log
config_file =
[audio]
#mixer = software
#mixer_track =
#mixer_volume =
#output = alsasink
output = autoaudiosink
#visualizer =
[proxy]
#scheme =
#hostname =
#port =
#username =
#password =
[local]
enabled = true
library = json
media_dir = /home/raphael/Media/Musica
data_dir = $XDG_DATA_DIR/mopidy/local
playlists_dir = $XDG_DATA_DIR/mopidy/local/playlists
scan_timeout = 1000
scan_flush_threshold = 1000
excluded_file_extensions =
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
[mpd]
enabled = true
#hostname = 0.0.0.0
#port = 6600
#password = pwd
#max_connections = 20
#connection_timeout = 60
#zeroconf = Mopidy MPD server on $hostname
[http]
#enabled = true
#hostname = 127.0.0.1
#port = 6680
#static_dir =
#zeroconf = Mopidy HTTP server on $hostname
[stream]
#enabled = true
#protocols =
# file
# http
# https
# mms
# rtmp
# rtmps
# rtsp
#timeout = 5000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment