# 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.0.1
#   Mopidy-File 2.0.1
#   Mopidy-HTTP 2.0.1
#   Mopidy-Local 2.0.1
#   Mopidy-M3U 2.0.1
#   Mopidy-MPD 2.0.1
#   Mopidy-SoftwareMixer 2.0.1
#   Mopidy-Stream 2.0.1
#
# 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.

[core]
cache_dir  = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir   = $XDG_DATA_DIR/mopidy

[logging]
color          = true
console_format = %(levelname)-8s %(message)s

[audio]
output = autoaudiosink

[mpd]
enabled                 = true
hostname                = ::
port                    = 6600
max_connections         = 20
connection_timeout      = 60
zeroconf                = Mopidy MPD server on $hostname
default_playlist_scheme = m3u

[http]
enabled = false 

[stream]
enabled = true
protocols =
    http
    https
    mms
    rtmp
    rtmps
    rtsp
timeout = 5000
metadata_blacklist =

[m3u]
enabled = true
base_dir = $XDG_MUSIC_DIR 
default_encoding = latin-1
default_extension = .m3u8
playlists_dir = $XDG_MUSIC_DIR/playlists

[softwaremixer]
enabled = true

[file]
enabled = true
media_dirs = 
  $XDG_MUSIC_DIR|Musique
  $HOME|Home
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
excluded_file_extensions =
  .directory
  .html
  .jpeg
  .jpg
  .log
  .nfo
  .png
  .txt
  .m3u
  .lyrics
  .cue

# [beets]
# hostname = 127.0.0.1
# port = 8337