Small build fix.
[gmpc.git] / doc / Mallard / C / ProblemSolving.page
blobbfdb9c350bc3f7cdb6685759daac40b21e9c5a4b
1 <?xml version="1.0"?>
2 <page xmlns="http://projectmallard.org/1.0/" type="topic" id="ProblemSolving">
3 <title>Solving Problems</title>
4 <terms>
5 <item>
6 <title>GMPC tells me that MPD playlists are not working, how to fix this</title>
7 <p>
8 Check if the following things are correctly configured for MPD:
9 </p>
10 <list>
11 <item>
12 <p>Is <code>playlist_directory</code> specified in MPD's configuration file?</p>
13 </item>
14 <item>
15 <p>Does the <code>playlist_directory</code> exist?</p>
16 </item>
17 <item>
18 <p>Is the <code>playlist_directory</code> readable by MPD?</p>
19 </item>
20 <item>
21 <p>Can MPD read and write the playlists?</p>
22 </item>
23 </list>
24 </item>
25 <item>
26 <title>There are not files in the database</title>
27 <list>
28 <item>
29 <p>
30 Check if MPD is allowed to read the music files in the directory.
31 </p>
32 </item>
33 <item>
34 <p>
35 Check if MPD has support for the used music format.
36 Run: <cmd> mpd --version</cmd> to get a list.
37 </p>
38 </item>
39 </list>
40 <p>
41 Please check the MPD <link href="http://musicpd.org">website</link> for more information.
42 </p>
43 </item>
44 </terms>
45 </page>