diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-12 09:26:05 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-12 09:26:05 +0200 |
commit | 7efb683512712bf5d1bdbb4baa1e5047acb65700 (patch) | |
tree | 7363cffad1fa325d610a8f7b75bf2ac2410d47ca /.config | |
parent | update (diff) | |
download | dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.gz dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.bz2 dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.xz dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.tar.zst dotfiles-bsd-7efb683512712bf5d1bdbb4baa1e5047acb65700.zip |
mpd rework on localhost
Diffstat (limited to '.config')
-rw-r--r-- | .config/mpd-notification.conf | 1 | ||||
-rw-r--r-- | .config/mpd/mpd.conf | 6 | ||||
-rw-r--r-- | .config/ncmpc/config | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/.config/mpd-notification.conf b/.config/mpd-notification.conf index 3393d24..f3cbc5e 100644 --- a/.config/mpd-notification.conf +++ b/.config/mpd-notification.conf @@ -1,4 +1,5 @@ music-dir = /usr/home/jozan/mu +host = localhost oneline = false scale = 200 timeout = 5 diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index cd684e6..95b844d 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -81,11 +81,11 @@ group "jozan" # # For network # bind_to_address "any" -# bind_to_address "localhost" -bind_to_address "192.168.1.79" +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. diff --git a/.config/ncmpc/config b/.config/ncmpc/config index 34d34b6..9eff2bd 100644 --- a/.config/ncmpc/config +++ b/.config/ncmpc/config @@ -1,3 +1,5 @@ +host = localhost +port = 6600 auto-center = yes visible-bitrate = yes library-page-tags = genre artist album |