• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android Playlist Help :: Created on PC :: Moved To Internal Storage

I've created a couple of playlists on my PC, but I can't get them to work on my Android Tablet. I moved the M3U playlist files directly to my internal storage under the Music folder which contains several subfolders.

Here's the contents of one of my M3U files:

Code:
Linkin Park\Linkin Park Meteora\01-linkin_park_-_foreword-mp3.mp3
Linkin Park\Linkin Park Meteora\02-linkin_park_-_dont_stay-mp3.mp3

I've tried it like this as well:

Code:
\Linkin Park\Linkin Park Meteora\01-linkin_park_-_foreword-mp3.mp3
\Linkin Park\Linkin Park Meteora\02-linkin_park_-_dont_stay-mp3.mp3

This works if the songs and the playlist file are in the same directory, but this doesn't work with my folder structure on my android for my other more extensive playlists that span several albums.

Code:
01-linkin_park_-_foreword-mp3.mp3
02-linkin_park_-_dont_stay-mp3.mp3

How do I get my playlists to work? What's the directory structure for android, and how do I add entries in my play list that link to other files within folders under the music directory?

Any help is appreciated.
 
There are probably easier ways, but this is the folder structure Android uses if that helps:

note the / instead of the \

Code:
/mnt/sdcard/yourfolder/yourfile.mp3
 
There are probably easier ways, but this is the folder structure Android uses if that helps:

note the / instead of the \

Code:
/mnt/sdcard/yourfolder/yourfile.mp3

Thanks for the info. What about if the songs are stored on the internal storage? I'm not playing songs off of an SD card.

Would I just use something like this:

/artist/song.mp3?
 
internal storage is usualled named "sdcard" in that context for the sake of backwards compatability. So it might still work fine if you have an internal storage only device
 
I'm using /mnt/storage/Music/Folder/Song.mp3 in the m3u now, and it's still not working.

/mnt/sdcard/ doesn't work either.

Androzip shows the path to my music folder as ./mnt/storage/Music --- Yet ./mnt/sdcard/Music shows the same thing.

I downloaded a few apps that are supposed to make play lists. One of them creates a playlist file that I can access (but it too doesn't work). The other creates a playlist on the device somewhere (works fine), but I can't find it.

Any other ideas?
 
What tablet do you have btw?

Can you post an example playlist of one that isn't working?

Also, the ones that arent working, they dont show in the music player? Sometimes it might take a few minutes when you have added a lot of new data for the MediaScanner to read all the new stuff.

Otherwise I'm a bit short on ideas but will try and help if I can :)
 
What tablet do you have btw?

Can you post an example playlist of one that isn't working?

Also, the ones that arent working, they dont show in the music player? Sometimes it might take a few minutes when you have added a lot of new data for the MediaScanner to read all the new stuff.

Otherwise I'm a bit short on ideas but will try and help if I can :)


I have an Archos 43 Internet Tablet. The playlists show up in the music player, but the playlists have no songs in them even though I've added like 20 songs to them manually and fixed the paths.
 
Here's what's in a couple of m3u playlist files:

Code:
/mnt/sdcard/Music/Mandy Moore/10 - Mandy Moore - Candy (Wade Robson remix).mp3
/mnt/sdcard/Music/Mandy Moore/Mandy Moore - Candy (M Dee J 2oo6 Cluby Remix).mp3
/mnt/sdcard/Music/Mandy Moore/Mandy Moore So Real/01 So Real.mp3
/mnt/sdcard/Music/Mandy Moore/Mandy Moore So Real/11 I Like It.mp3
/mnt/sdcard/Music/Mandy Moore/Mandy Moore So Real/02 Candy.mp3

Also, he's the same thing for the internal storage:

Code:
/mnt/storage/Music/Mandy Moore/10 - Mandy Moore - Candy (Wade Robson remix).mp3
/mnt/storage/Music/Mandy Moore/Mandy Moore - Candy (M Dee J 2oo6 Cluby Remix).mp3
/mnt/storage/Music/Mandy Moore/Mandy Moore So Real/01 So Real.mp3
/mnt/storage/Music/Mandy Moore/Mandy Moore So Real/11 I Like It.mp3
/mnt/storage/Music/Mandy Moore/Mandy Moore So Real/02 Candy.mp3

None of these work. I haven't tried an SD Card.... running off of the internal storage.
 
Back
Top Bottom