dotfiles/conf/mopidy.conf

88 lines
1.6 KiB
Plaintext
Raw Normal View History

2018-07-05 13:06:00 +00:00
# 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]
2021-03-04 18:46:00 +00:00
cache_dir = $XDG_CACHE_DIR/mopidy
2020-04-15 11:15:10 +00:00
config_dir = $XDG_CONFIG_DIR/mopidy
2021-03-04 18:46:00 +00:00
data_dir = $XDG_DATA_DIR/mopidy
2018-07-05 13:06:00 +00:00
[logging]
2021-03-04 18:46:00 +00:00
color = true
2020-04-15 11:15:10 +00:00
console_format = %(levelname)-8s %(message)s
2018-07-05 13:06:00 +00:00
[audio]
2020-04-15 11:15:10 +00:00
output = autoaudiosink
2018-07-05 13:06:00 +00:00
[mpd]
2021-03-04 18:46:00 +00:00
enabled = true
hostname = ::
2021-03-04 20:22:16 +00:00
port = 6600
2021-03-04 18:46:00 +00:00
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
2018-07-13 09:48:41 +00:00
default_playlist_scheme = m3u
2018-07-05 13:06:00 +00:00
[http]
2021-03-04 18:46:00 +00:00
enabled = false
2018-07-05 13:06:00 +00:00
[stream]
2021-03-04 18:46:00 +00:00
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
timeout = 5000
metadata_blacklist =
2018-07-05 13:06:00 +00:00
[m3u]
enabled = true
2021-03-04 18:46:00 +00:00
base_dir = $XDG_MUSIC_DIR
2018-07-05 13:06:00 +00:00
default_encoding = latin-1
default_extension = .m3u8
2021-03-04 18:46:00 +00:00
playlists_dir = $XDG_MUSIC_DIR/playlists
2018-07-05 13:06:00 +00:00
[softwaremixer]
enabled = true
[file]
2021-03-04 18:46:00 +00:00
enabled = true
2018-07-05 13:06:00 +00:00
media_dirs =
2021-03-04 18:46:00 +00:00
$XDG_MUSIC_DIR|Musique
$HOME|Home
2018-07-05 13:06:00 +00:00
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.png
.txt
.m3u
.lyrics
.cue
2021-03-04 18:46:00 +00:00
# [beets]
# hostname = 127.0.0.1
# port = 8337