mpd/doc
iconoclasthero 15f419e1cb
Update user.rst
NB: Check the sysconfdir setting to determine where mpd will look for mpd.conf; if you expect mpd to look for /etc/mpd.conf the sysconfdir must be '/etc' (i.e., not 'etc' which will result in mpd looking for /usr/local/etc/mpd.conf):
 
.. code-block:: none
 
 meson configure output/release |grep sysconfdir

If this is not /etc (or another path you wish to specify):

.. code-block:: none

 $ meson configure output/release -Dsysconfdir='/etc' ; meson configure output/release |grep syscon
  sysconfdir              /etc                                               Sysconf data directory
2021-09-06 12:41:41 -04:00
..
client.rst Merge branch 'timeout_in_second' of git://github.com/mxjeff/MPD 2021-02-20 20:11:38 +01:00
conf.py increment version number to 0.22.11 2021-08-17 10:55:10 +02:00
developer.rst doc/developer.rst: update branch names 2021-02-15 13:41:46 +01:00
doxygen.conf.in doc/doxygen.conf: enable HAVE_DOT and INTERACTIVE_SVG 2016-03-30 13:47:53 +02:00
index.rst doc/client.rst: new chapter about client development 2021-02-15 13:26:25 +01:00
meson.build Merge branch 'v0.22.x' 2021-05-17 19:33:15 +02:00
mpd.1.rst doc/mpd.1.rst: Update config file documentation. 2020-11-10 15:58:34 +01:00
mpd.conf.5.rst doc/mpd.conf.5.rst: updated ReplayGain website links 2021-01-20 14:58:35 +01:00
mpdconf.example doc/mpd.conf.5.rst: updated ReplayGain website links 2021-01-20 14:58:35 +01:00
plugins.rst output/pipewire: add config option "remote" 2021-08-10 11:28:29 +02:00
protocol.rst Add tags relevant to classical music. 2021-03-10 21:24:25 +01:00
user.rst Update user.rst 2021-09-06 12:41:41 -04:00