From 7690905503c7ef793362ef6ee085375e5a005dd4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 6 Oct 2020 18:59:27 +0200 Subject: [PATCH] doc/user.rst: remove "Question" prefix from "Common Problems" --- doc/user.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/user.rst b/doc/user.rst index 5fc07f123..72e708ac3 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -1099,31 +1099,31 @@ Common Problems Database """""""" -Question: I can't see my music in the MPD database! -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +I can't see my music in the MPD database +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Check your :code:`music_directory` setting. * Does the MPD user have read permission on all music files, and read+execute permission on all music directories (and all of their parent directories)? * Did you update the database? (mpc update) * Did you enable all relevant decoder plugins at compile time? :command:`mpd --version` will tell you. -Question: MPD doesn't read ID3 tags! -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +MPD doesn't read ID3 tags! +~~~~~~~~~~~~~~~~~~~~~~~~~~ * You probably compiled :program:`MPD` without libid3tag. :command:`mpd --version` will tell you. Playback """""""" -Question: I can't hear music on my client! -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +I can't hear music on my client +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * That problem usually follows a misunderstanding of the nature of :program:`MPD`. :program:`MPD` is a remote-controlled music player, not a music distribution system. Usually, the speakers are connected to the box where :program:`MPD` runs, and the :program:`MPD` client only sends control commands, but the client does not actually play your music. :program:`MPD` has output plugins which allow hearing music on a remote host (such as httpd), but that is not :program:`MPD`'s primary design goal. -Question: "Device or resource busy" -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Error "Device or resource busy" +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * This ALSA error means that another program uses your sound hardware exclusively. You can stop that program to allow :program:`MPD` to use it.