diff options
Diffstat (limited to 'dotfiles/system/.config/mopidy/mopidy.conf')
| -rw-r--r-- | dotfiles/system/.config/mopidy/mopidy.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dotfiles/system/.config/mopidy/mopidy.conf b/dotfiles/system/.config/mopidy/mopidy.conf index 973bcf3..a386dbd 100644 --- a/dotfiles/system/.config/mopidy/mopidy.conf +++ b/dotfiles/system/.config/mopidy/mopidy.conf @@ -16,10 +16,10 @@ color = true [audio] mixer = software mixer_volume = -output = autoaudiosink -# Buffer time in milliseconds - increase for smoother streaming -# Default is 1000ms, setting to 15000ms (15 seconds) for radio streams -buffer_time = 15000 +output = pulsesink device=alsa_output.pci-0000_00_1f.3.analog-stereo +# Buffer time in milliseconds - 1000ms works well for local files +# Explicitly using analog output to avoid Bluetooth latency/jumpiness issues +buffer_time = 1000 [proxy] scheme = @@ -61,8 +61,8 @@ default_app = mopidy enabled = true base_dir = /home/cjennings/music default_encoding = latin-1 -default_extension = .m3u8 -playlists_dir = +default_extension = .m3u +playlists_dir = /home/cjennings/music [softwaremixer] enabled = true |
