Android Community
Results 1 to 6 of 6

Thread: How do u make your playlists work?

  1. #1
    Join Date
    Oct 2008
    Posts
    38

    Question How do u make your playlists work?


    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.

  2. #2
    Join Date
    Sep 2008
    Location
    Duuuuuuval (Jax, FL)
    Posts
    766

    Default Re: How do u make your playlists work?

    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."

  3. #3
    Join Date
    Oct 2008
    Location
    Sacramento, Ca
    Posts
    930

    Default Re: How do u make your playlists work?

    I give them a shovel and tell them that "I need a freakin pool ya bums!"

  4. #4
    Join Date
    Aug 2009
    Posts
    1

    Default Re: How do u make your playlists work?

    ^^^^ What he said

  5. #5
    Join Date
    Jan 2012
    Posts
    1

    Default Re: How do u make your playlists work?

    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:

    Code:
    ls | sort | grep mp3 > "$(basename "$(pwd)")".m3u
    Enjoy!

  6. #6
    Join Date
    Feb 2012
    Posts
    1

    Default Re: How do u make your playlists work?


    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

Similar Threads

  1. Tutorial: Syncing Music & Playlists
    By GreenLeaf in forum General HTC Chat
    Replies: 23
    Last Post: 08-12-2010, 12:50 AM
  2. How Do I Make Playlists?
    By legaleye3000 in forum General Phone Chat
    Replies: 10
    Last Post: 04-04-2009, 09:45 PM
  3. Sync iTunes Playlists in Mac?
    By legaleye3000 in forum General Phone Chat
    Replies: 2
    Last Post: 11-11-2008, 09:07 AM
  4. How to Create Playlists with Computer?
    By legaleye3000 in forum General Phone Chat
    Replies: 0
    Last Post: 10-22-2008, 12:22 AM
  5. Playlists
    By dookieshoo in forum General Phone Chat
    Replies: 0
    Last Post: 10-21-2008, 04:59 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •