aboutsummaryrefslogtreecommitdiff
path: root/config/ncmpcpp/config.org
blob: 18a2a0ec19b1bf0fe3eeebef3e742e2426e3aeb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#+title: =ncmpcpp= Configuration
Set the =ncmpcpp= directory to =~/.config/ncmpcpp/=.
#+begin_src conf :tangle config
ncmpcpp_directory = "~/.ncmpcpp"
#+end_src

Set the host/port pair to find the music player daemon at.
#+begin_src conf :tangle config
mpd_host = "localhost"
mpd_port = "6600"
#+end_src

Specify the location of the Music directory to be =~/Music=.
#+begin_src conf :tangle config
mpd_music_dir = "~/Music"
#+end_src