summaryrefslogtreecommitdiff
path: root/www/manual/rec-dir.t
diff options
context:
space:
mode:
Diffstat (limited to 'www/manual/rec-dir.t')
-rw-r--r--www/manual/rec-dir.t31
1 files changed, 26 insertions, 5 deletions
diff --git a/www/manual/rec-dir.t b/www/manual/rec-dir.t
index c233c18b77..666d0308bc 100644
--- a/www/manual/rec-dir.t
+++ b/www/manual/rec-dir.t
@@ -5,12 +5,33 @@
5In the dir browser, you will see the files and directories that are put in the 5In the dir browser, you will see the files and directories that are put in the
6directory you are currently browsing. You will see tiny symbols on the left 6directory you are currently browsing. You will see tiny symbols on the left
7side of each entry that shows what kind of entry it is. 7side of each entry that shows what kind of entry it is.
8
8<p> 9<p>
9[screen dump] 10<table>
10<p> 11<tr valign=top><td>
11[ ] = mp3 file 12<img src="rec-dir.png" width=120 height=70 alt="Dir browser">
12<p> 13
13[ ] = m3u file 14</td>
15<td>
16
17<table>
18
19<tr>
20 <td> <img src="rec-mp3.png" width=32 height=40 alt="mp3 icon"></td>
21 <td>mp3 file </td>
22</tr>
23<tr>
24 <td> <img src="rec-m3u.png" width=35 height=45 alt="m3u icon"></td>
25 <td>m3u file</td>
26</tr>
27<tr>
28 <td> <img src="rec-folder.png" width=33 height=42 alt="folder icon"></td>
29 <td>folder</td>
30</tr>
31</table>
32
33</td></tr></table>
34
14<p> 35<p>
15If you have enabled 'mp3/m3u filter' in the global settings, only files ending 36If you have enabled 'mp3/m3u filter' in the global settings, only files ending
16with .mp3 or .m3u will be displayed in the browser. 37with .mp3 or .m3u will be displayed in the browser.