|
2009-11-30
, 08:59
|
Posts: 26 |
Thanked: 80 times |
Joined on Feb 2009
@ UK
|
#22
|
I want to create a playlist using a selection of songs from various albums. I either end up with a playlist of a single album or of all songs. I can make a playlist of certain albums, but can't seem to select individual tracks.
|
2009-11-30
, 17:29
|
|
Posts: 2,173 |
Thanked: 2,678 times |
Joined on Oct 2009
@ Cornwall, UK
|
#23
|
|
2009-12-01
, 16:55
|
Posts: 9 |
Thanked: 4 times |
Joined on Nov 2009
|
#24
|
The media player will load m3u playlists. As i have all my media organised in separate directories I have found the best way to generate these on the device is to fire up the xterm and use find.
All it takes is a regex to get the music i want into a playlist. The playlist can then be loaded from the media player UI (Music->Menu->Playlists). All in all this is a long winded way to say that the playlist management in the media player sucks so badly I don't use it.Code:find / -name "*.mp3" > playlist.m3u
Putting aside the media player in theory the mafw layer provides a very rich tool set for third party applications to access the media library and create playlists. It will be interesting to see if anyone decides to try and hook into these and actually create a good playlist tool.
|
2009-12-02
, 10:47
|
Posts: 26 |
Thanked: 80 times |
Joined on Feb 2009
@ UK
|
#25
|
LES if you don't mind, could you post an example of a line from your playlist? I've been playing around with my m3u files using various syntax and path structure, but can't get the Media player to recognize/find the songs I'm listing.
|
2009-12-02
, 18:48
|
Posts: 9 |
Thanked: 4 times |
Joined on Nov 2009
|
#26
|
Sure thing, i have generated a playlist for the default tracks on the device and attached it to this post (i hope). It has a .txt extension to get around the limits of this forum, just drop that and copy it over to your device.
There is no magic it is just, one line, to one absolute path to a media file. If you are copying playlists over it seems to work with relative paths provided they are from the playlist location.
|
2009-12-02
, 18:51
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#27
|
|
2009-12-02
, 18:57
|
Posts: 9 |
Thanked: 4 times |
Joined on Nov 2009
|
#28
|
|
2009-12-14
, 19:41
|
Posts: 11 |
Thanked: 0 times |
Joined on Nov 2009
@ Portsmouth, England
|
#29
|
|
2009-12-16
, 01:56
|
Posts: 20 |
Thanked: 7 times |
Joined on Dec 2009
|
#30
|
The Following User Says Thank You to pankajsays For This Useful Post: | ||
I have tried the instructions in the manual - and they aren't any better. Please can someone help this bear of very little brain with a walk-thru? I am getting very frustrated with my stupidity.
Thanks
Hi! I'm Kathy and I'm a Maemo Greeter! Welcome.
Useful links for newcomers: New members say hello , New users start here, Community subforum, Beginners' wiki page, Maemo5 101, Frequently Asked Questions (FAQ)
Did you know Meego.com has forums too?
Last edited by RevdKathy; 2009-11-29 at 10:03.