diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-08-12 10:41:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-08-12 10:41:01 +0200 |
| commit | b0f7dec7357ee87f1ae0cbd115629aaaffd47ce0 (patch) | |
| tree | 3fc8d6f58ea314e59d151d82900c5a3caa07705d /config/mpd | |
| parent | 1547965f57c4c74afd6225157a550eb13b7e1187 (diff) | |
Update aerc and wechat confidential, + mpd ext
Diffstat (limited to 'config/mpd')
| -rw-r--r-- | config/mpd/mpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" |