diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-08-12 10:41:01 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 12:23:30 +0200 |
| commit | f731fc7ea079462f9dad57826c71b8c5713a4157 (patch) | |
| tree | 8ffc473614edbfa8d10967b4d20cef5eb0547ea6 /config/mpd | |
| parent | e693073a407b19c07c35288b3a6ae69d25134697 (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" |