dotfiles/config/ncmpcpp/config.org
2024-08-07 14:58:48 -05:00

434 B

ncmpcpp Configuration

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

ncmpcpp_directory = "~/.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"