srakaparty.blogg.se

Setup up default audio player mac
Setup up default audio player mac




setup up default audio player mac

We will assume here $XDG_CONFIG_HOME equals the default of ~/.config. In user mode, the configuration is read from $XDG_CONFIG_HOME/mpd/mpd.conf. Avoiding unforeseen directory and file permission errors.Ĭonfigure the location of files and directories.Regrouping into one single directory ~/.config/mpd/ (or any other directory under $HOME) all the MPD configuration files.Running it as a normal user has the benefits of: music_directory - The folder that MPD scans for music.playlist_directory - The folder where playlists are saved into.

setup up default audio player mac

state_file - MPD's current state is noted here.pid_file - The file where MPD stores its process ID.These are some of the most commonly used configuration options: /etc/mpd.conf in system-wide configuration.~/.config/mpd/mpd.conf in per-user configuration mode, this is the first location searched,.In short, the two common locations used are: MPD is configured in the file mpd.conf(5) which can be located in various paths depending on the setup chosen (system-wide or per-user). The #Audio configuration section thereafter describes the parameters needed for ALSA, PulseAudio or PipeWire. In order for MPD to be able to playback audio, ALSA, optionally with PulseAudio or PipeWire, must be set up and working.

setup up default audio player mac

The system-wide setup might be better suited for a always-on audio server with multiple users but a shared MPD instance. The way of setting up MPD depends on the way it is intended to be used: a local per-user configuration is easier to set up and may prove more adapted on a desktop system. Also it is possible to run multiple instances of MPD in a #Multi-MPD setup. MPD is able to run in #Per-user configuration or #System-wide configuration mode (settings apply to all users).

Setup up default audio player mac install#

Install the mpd package, or mpd-git AUR for the development version. 2.1.1 Configure the location of files and directories.






Setup up default audio player mac