LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Mobile (https://www.linuxquestions.org/questions/linux-mobile-81/)
-   -   How to create a .3mu playlist? (https://www.linuxquestions.org/questions/linux-mobile-81/how-to-create-a-3mu-playlist-887434/)

mike11 06-20-2011 11:02 PM

How to create a .3mu playlist?
 
Hi,

Is it possible to create on linux a .3mu playlist of my favourite songs which I can then transfer to the mobile?.

I'd rather use a GUI app which lets you select the mp3 files to include, press a button & presto, the .3mu file is ready. Not too keen on fiddling with text files.

To make it clear, the mp3 files are on the mobile, so I'll the app to read them from there.

TIA.

David the H. 06-22-2011 08:51 AM

Many of the major music players have the ability to export playlists of some kind, and many tagging programs like easytag, audiotagtool, and kid3 also have playlist creation ability.

Here's a dedicated playlist generator that came up when I did a quick package search, but it's not gui.
http://royale.zerezo.com/fapg/

Probably one of your biggest considerations though is to be careful about the file paths it uses. I'm guessing that you'll want to use relative paths of some sort, while many tools will export absolute paths, or at least the paths will be based on the file/directory structure of the local tree, and not necessarily relate to the structure that exists on the mobile.

Really though, there's nothing special about an m3u playlist. It's just a simple text file with one file path per line, and a bit of optional metadata. You can just as easily pipe your filelist directly into a text file, insert an "#EXTM3U" line at the top (or not, even that's usually unneeded), and you're done.

mike11 06-22-2011 07:43 PM

Thanks.


All times are GMT -5. The time now is 01:42 PM.