View Single Post
  #8   (View Single Post)  
Old 18th October 2019
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,503
Default

audio/mpd Setup
These steps are provided now that ncmpc is the default mpd client. For a quick guide on ncmpc useage;
hit the F1 key. Essentially create a ~/Music directory and populate it with your *mp3's.

The mpd setup is described in this thread:
Music Player Daemon (MPD OpenBSD Howto

In ~/.config/openbox/autostart uncomment #
Code:
# Start local instance of mpd
#(sleep 2.0 && mpd ~/.config/mpd/mpd.conf) &
If you use another mpd client, set the MPD_HOST to
~/.config/mpd/socket and music directory to ~/Music

Last edited by shep; 5th April 2023 at 02:20 PM.
Reply With Quote