dotfiles/.config/ncmpcpp/config.org
2024-08-08 17:07:35 -05:00

531 B

ncmpcpp Configuration

Set the ncmpcpp directory to ~/.config/ncmpcpp/.

ncmpcpp_directory = "~/.config/ncmpcpp"

Set the host/port pair to find the music player daemon at.

mpd_host = "localhost"
mpd_port = "6600"

Specify the location of the Music directory to be ~/Music.

mpd_music_dir = "~/Music"