diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-09-07 18:07:29 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-09-07 18:07:29 +0000 |
commit | 361546dfb7b5eefd393bec0ff2af103cc13f04b9 (patch) | |
tree | d4ce6eb13e4cdd0241adad7477d09acf9085a664 /docs/FAQ | |
parent | 25f0b3b777016f552205c56278f41a5a9693b0e1 (diff) |
Adjusted playlist generation info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2227 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'docs/FAQ')
-rw-r--r-- | docs/FAQ | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -412,9 +412,10 @@ Q51: How can I make playlists on my PC? A51: There are many programs that can create .m3u playlists. WinAmp is one. Another simple method, that requires no extra software, is to use dir: - cd f:\jukebox - dir /b /s > allfiles.m3u - dir /b /s \Pop > pop.m3u + dir /b /s X:\ > X:\allfiles.m3u + dir /b /s X:\Pop > X:\pop.m3u + + ...where X: is your archos drive. Linux users can use the 'find' command: |