From f731fc7ea079462f9dad57826c71b8c5713a4157 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 12 Aug 2025 10:41:01 +0200 Subject: Update aerc and wechat confidential, + mpd ext --- config/mpd/mpd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/mpd') diff --git a/config/mpd/mpd.conf b/config/mpd/mpd.conf index abe0b2b..3aa6ca6 100644 --- a/config/mpd/mpd.conf +++ b/config/mpd/mpd.conf @@ -2,9 +2,9 @@ bind_to_address "127.0.0.1" bind_to_address "::1" bind_to_address "/run/mpd/socket" -db_file "~/.config/mpd/database" +db_file "~/.config/mpd/ext/mpd.database" state_file "~/.config/mpd/state" -playlist_directory "~/.config/mpd/playlists" +playlist_directory "~/.config/mpd/ext/playlists" sticker_file "~/.config/mpd/sticker.sql" audio_output { @@ -29,7 +29,7 @@ auto_update "no" follow_outside_symlinks "yes" follow_inside_symlinks "yes" -music_directory "~/.config/mpd/music" +music_directory "~/.config/mpd/ext/Music" zeroconf_enabled "yes" zeroconf_name "MPD @ %h" -- cgit