diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2024-12-23 02:08:30 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2024-12-23 02:08:30 +0300 |
commit | 453d7efec40f1b59d095ef9cabbc97ad8cd1e9c4 (patch) | |
tree | 1b79277e13b50fcdf14a260c4f1583a3d10225e9 | |
parent | 39f010b98e5f577589ea281a55f80b1e16acc3ed (diff) |
mpd: state_file option
-rw-r--r-- | .config/mpd/mpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index 9e9ff53..66e4278 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -1,5 +1,6 @@ music_directory "~/mus" playlist_directory "~/.local/share/playlists" +state_file "~/.local/share/mpdstate" auto_update "yes" bind_to_address "127.0.0.1" |