summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-07 18:07:29 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-07 18:07:29 +0000
commit361546dfb7b5eefd393bec0ff2af103cc13f04b9 (patch)
treed4ce6eb13e4cdd0241adad7477d09acf9085a664
parent25f0b3b777016f552205c56278f41a5a9693b0e1 (diff)
downloadrockbox-361546dfb7b5eefd393bec0ff2af103cc13f04b9.tar.gz
rockbox-361546dfb7b5eefd393bec0ff2af103cc13f04b9.zip
Adjusted playlist generation info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2227 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--docs/FAQ7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/FAQ b/docs/FAQ
index dc0e28b408..318f905637 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -412,9 +412,10 @@ Q51: How can I make playlists on my PC?
412A51: There are many programs that can create .m3u playlists. WinAmp is one. 412A51: There are many programs that can create .m3u playlists. WinAmp is one.
413 Another simple method, that requires no extra software, is to use dir: 413 Another simple method, that requires no extra software, is to use dir:
414 414
415 cd f:\jukebox 415 dir /b /s X:\ > X:\allfiles.m3u
416 dir /b /s > allfiles.m3u 416 dir /b /s X:\Pop > X:\pop.m3u
417 dir /b /s \Pop > pop.m3u 417
418 ...where X: is your archos drive.
418 419
419 Linux users can use the 'find' command: 420 Linux users can use the 'find' command:
420 421