2 <page xmlns=
"http://projectmallard.org/1.0/" type=
"topic" id=
"ProblemSolving">
3 <title>Solving Problems
</title>
6 <title>GMPC tells me that MPD playlists are not working, how to fix this
</title>
8 Check if the following things are correctly configured for MPD:
12 <p>Is
<code>playlist_directory
</code> specified in MPD's configuration file?
</p>
15 <p>Does the
<code>playlist_directory
</code> exist?
</p>
18 <p>Is the
<code>playlist_directory
</code> readable by MPD?
</p>
21 <p>Can MPD read and write the playlists?
</p>
26 <title>There are not files in the database
</title>
30 Check if MPD is allowed to read the music files in the directory.
35 Check if MPD has support for the used music format.
36 Run:
<cmd> mpd --version
</cmd> to get a list.
41 Please check the MPD
<link href=
"http://musicpd.org">website
</link> for more information.