diff options
author | Rasmus Steinke <rasi@xssn.at> | 2018-07-20 23:47:39 +0200 |
---|---|---|
committer | Rasmus Steinke <rasi@xssn.at> | 2018-07-20 23:47:39 +0200 |
commit | c91db14cef48116217ef97785643dfbdd4e99ddf (patch) | |
tree | 36f88491b56a44d908866bc769c86d7173acb783 /doc/user.rst | |
parent | 10b925e7ac09437d41462bd1584a5479a8878b21 (diff) |
add missing formatting
Diffstat (limited to 'doc/user.rst')
-rw-r--r-- | doc/user.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user.rst b/doc/user.rst index f0c6b42fd..8fd1acd60 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -836,10 +836,10 @@ Common Problems Question: I can't see my music in the MPD database! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -* Check your music_directory setting. +* 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? mpd --version will tell you. +* Did you enable all relevant decoder plugins at compile time? :command:`mpd --version` will tell you. Question: MPD doesn't read ID3 tags! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |