View Full Version : How do u make your playlists work?
chitown23
10-31-2008, 06:15 PM
i made a folder called playlists on my sd card and just wanted to know how to make it work? should i open the folder and make a new one and name it like rap music and put all the rap music in it? cause i wanna make 3 different ones.
ren857
10-31-2008, 06:28 PM
From page 109 in the user guide...
"Load your own playlists
You can create your own playlists then load them on your SD card for access through the Music
Player. The playlist formats supported are M3U, WPL, and PLS.
To create a M3U playlist, do the following:
1 On your computer, open a simple text file for editing.
2 On separate lines, list all the music file names you want included in your playlist.
Note: The names you list in the file should be the names that appear when you view the contents
of your SD card through your computer’s file system, not the names that appear in the list of
songs on your phone. Your phone will simplify the names and not include track numbers or file
extensions, like .mp3.
3 Your M3U playlist could look something like this:
All Is Quiet.mp3
01 Amazing Grace.mp3
04 Angel Food.mp3
Artist’s Life (new).mp3
4 Save the text file, using .m3u as the file name extension (e.g., MySongs.m3u).
5 Follow the instructions in “Load music onto your SD card” on page105 to copy the file to your
SD card. You don’t have to, but it’s advisable to copy the playlist to a “Playlist” folder in your
“Music” folder."
happyandyv
10-31-2008, 07:49 PM
I give them a shovel and tell them that "I need a freakin pool ya bums!"
achillies
11-16-2009, 10:13 PM
^^^^ What he said
LMB222
01-13-2012, 07:51 AM
For the file, as this is an old thread: this single line in bash will create your playlist from the mp3 files in the current directory, with the directory name as the playlist name:
ls | sort | grep mp3 > "$(basename "$(pwd)")".m3u
Enjoy!
oldhippie
02-15-2012, 07:27 PM
I made a folder called various and want it for a playlist. So I have to physically type in the names of each song? My desk top has 150g of mp3s. When I create a play list, it probably is gonna have 50 - 100 files in it and I am not interest in typing all night.
It this ls | sort | grep mp3 > "$(basename "$(pwd)")".m3u gonna make a text file playlist for every mp3 in the folder?
Thanks
Powered by vBulletin® Version 4.1.12 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.