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 | e2c9ffe977a22f7ab8957d9c2fb2c96e4b296b13 (patch) | |
tree | 1b79277e13b50fcdf14a260c4f1583a3d10225e9 | |
parent | b19ee47a13ae6bc689e6e4bbbe405d366bb7b78a (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" |