Hi,this tutorial simple just follow my step on below ?
# For Ubuntu/Debian/Fedora/Archlinux Follow Me To Install And Other can read each wiki !
Command for install ncmpcpp?
Ubuntu/Debian
$ sudo apt-get install mpd mpc ncmpcpp
Fedora
$ sudo yum install mpd mpc ncmpcpp
Arch Linux
$ sudo pacman -S mpd mpc ncmpcpp
You need to create a /home/username/.mpd folder first
$ mkdir .mpd
Then Create Playlist Folder
$ mkdir -p ~/.mpd/playlists
Then create the required files that you will need to include in the mpd config file
$ touch ~/.mpd/{mpd.db,mpd.log,mpd.pid,mpdstate}
Next, you need to create the config file for mpd, use whatever text editor you prefer to create it. I will use gedit here:
Run command $ sudo gedit .mpdconf | copy my config at here : http://goo.gl/SFkamT then paste to .mpdconf
Run This Command $ sudo gedit /etc/mpd.conf | copy my config at here : http://goo.gl/aHBdLh then paste to /etc/mpd.conf
Your can get ncmpcpp config at here :http://goo.gl/wG7Zpa
-Done Installed -
0 comments:
Post a Comment