diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-12 00:45:24 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-12 00:45:24 +0200 |
commit | 9275747ef7633418c238b9d6ad2cc8966908676c (patch) | |
tree | c36e583f3835cd226359b866239d47f0510da4c3 /.config/mpd/mpd.conf | |
parent | update (diff) | |
download | dotfiles-bsd-9275747ef7633418c238b9d6ad2cc8966908676c.tar.gz dotfiles-bsd-9275747ef7633418c238b9d6ad2cc8966908676c.tar.bz2 dotfiles-bsd-9275747ef7633418c238b9d6ad2cc8966908676c.tar.xz dotfiles-bsd-9275747ef7633418c238b9d6ad2cc8966908676c.tar.zst dotfiles-bsd-9275747ef7633418c238b9d6ad2cc8966908676c.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/mpd/mpd.conf | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index ffc3e13..cd684e6 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -80,11 +80,12 @@ group "jozan" # systemd socket activiation is in use. # # For network -#bind_to_address "any" -bind_to_address "localhost" +# bind_to_address "any" +# bind_to_address "localhost" +bind_to_address "192.168.1.79" # # And for Unix Socket -# bind_to_address "/usr/home/jozan/.local/share/mpd/socket" +bind_to_address "/usr/home/jozan/.local/share/mpd/socket" # # This setting is the TCP port that is desired for the daemon to get assigned # to. @@ -111,7 +112,7 @@ port "6600" # This setting defines a list of tag types that will be extracted during the # audio file discovery process. The complete list of possible values can be # found in the user manual. -#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" +metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc" # # This example just enables the "comment" tag without disabling all # the other supported tags: @@ -120,12 +121,12 @@ port "6600" # This setting enables automatic update of MPD's database when files in # music_directory are changed. # -#auto_update "yes" +auto_update "yes" # # Limit the depth of the directories being watched, 0 means only watch # the music directory itself. There is no limit by default. # -#auto_update_depth "3" +auto_update_depth "5" # ############################################################################### |