If you are not familiar with the command line then use the method described here: http://talk.maemo.org/showpost.php?p...1&postcount=22 If you want to learn how to use the command line, here are some explanations: find is a program that finds files in the file system. / is the root directory (complete file system). -name is a filter for file names. The command line searches all mp3 files in the file system and writes the names into the file playlist.m3u. You can modify the playlist.m3u with a text editor and remove file names. Then you can load the playlist.m3u in the Media Player.