View Single Post
Posts: 45 | Thanked: 45 times | Joined on Jul 2010 @ Berlin
#7
Originally Posted by s33 View Post
thanx man...

but what does "find / -name "*.mp3" > playlist.m3u" do?

will it create a play list by the name "playlist" in the media player?
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.