![]() |
2010-08-09
, 09:03
|
Posts: 142 |
Thanked: 8 times |
Joined on Jul 2010
|
#2
|
![]() |
2010-08-09
, 09:06
|
Posts: 54 |
Thanked: 104 times |
Joined on Jan 2010
@ Serbia
|
#3
|
![]() |
2010-08-09
, 09:11
|
Posts: 142 |
Thanked: 8 times |
Joined on Jul 2010
|
#4
|
Stay tuned, I had the same problem, so I created a simple playlist-based audio player that I am about to release, probably this week.
![]() |
2010-08-09
, 09:34
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#5
|
![]() |
2010-08-09
, 09:45
|
Posts: 142 |
Thanked: 8 times |
Joined on Jul 2010
|
#6
|
use powersearch
http://talk.maemo.org/showpost.php?p...1&postcount=22
http://talk.maemo.org/showpost.php?p...4&postcount=62
http://talk.maemo.org/showpost.php?p...4&postcount=10
http://pankajsays.blogspot.com/2009/...ia-player.html
![]() |
2010-08-09
, 22:05
|
Posts: 45 |
Thanked: 45 times |
Joined on Jul 2010
@ Berlin
|
#7
|
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?
![]() |
2010-08-09
, 22:14
|
Posts: 1,179 |
Thanked: 770 times |
Joined on Nov 2009
|
#8
|
![]() |
2010-08-10
, 02:21
|
Posts: 142 |
Thanked: 8 times |
Joined on Jul 2010
|
#9
|
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.
![]() |
2010-08-10
, 02:24
|
Posts: 142 |
Thanked: 8 times |
Joined on Jul 2010
|
#10
|
If I recall correctly you have to add songs to now playing list. Then when in the list and playing just select save playlist from the menu at the top.
i tried in youtube....
but i can not find clear current playlist option in the "now playing window"
Can any one tell me the steps 4 creating a playlist.....