It may help to increase this for users that are experiencing buffering before track changes. Workaround for #1409.
26 lines
477 B
Plaintext
26 lines
477 B
Plaintext
[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 = autoaudiosink
|
|
buffer_time =
|
|
|
|
[proxy]
|
|
scheme =
|
|
hostname =
|
|
port =
|
|
username =
|
|
password =
|