M3U playlist empty

Thank you for posting a follow-up to this confusing problem.

I decided to try your original filenames on four simple mp3 audio files using my Clip Sport (not the Plus version).

    I discovered that my player would not display the contents of my playlist using the filenames you reported.

    My player would recognize and play the files using MUSIC mode and FOLDER mode.

Then I decided to try a few filenaming variations and I hit upon a solution in my first attempt.

I used  “mp3tag” software to create a working playlist using these slightly modified filenames. 

B2M01101 -> B2M0101

B2M01102 -> B2M0102

B2M01103 -> B2M0103

B2M01104 -> B2M0104

(I think the problem may relate to  using 7 identical characters in a row at the beginning of each filename?)

1 Like

Thanks for taking the time to respond!  I think you may have hit on something. There must be a llimit on how many identical characters you can have at the start of a filename, and six seems that magic number. Thats why your renaming scheme worked and that’s why Sandisk’s support team solution worked with Track 1, Track 2, Track 3, etc.

I was concerned that without knowing why my filenames didn’t work (even though I had a workaround), I could run into problems again in the future, but I think your broke the code. Thanks again!

1 Like

One final follow up here for Clip Sport Plus owners, the playlist must be located in the same folder as the .mp3 files in the device’s Music folder, not in the device’s Playlist folder.  

For example, if you have an album of music that you’ve put in a folder called Album A, then the playlist for that album must also be stored in folder Album A on the device.

Interesting enough though, when you want to select that playlist, it will show up in the devices Playlist folder.

Also, the playlist is simply an ASCII text file with a list of the songs you have in the folder. No extra header information is required. For example, 

Song_1

Song_2

Song_3

Make sure there is a carriage return after the last file in the playlist or that last song will not play.

As part of the investigation of my problem, Sandisk tech support sent me the following link to a batch file

https://www.dropbox.com/s/b610lke6tents7e/Playlist3.bat?dl=0

Simply put the batch file in your desired music folder, i.e., Album A, and run it.  The batch file with create a playlist titled Playlist.m3u in the correct format.  You can rename that playlist to Album A or whatever, and store it on your device.

Good Luck!

2 Likes

I think everyone who has struggled to understand how SanDisk players interpret m3u files will appreciate your effort to obtain and post the link to the SanDisk batch file for automatically compiling m3u Playlists.

I am taking the liberty of pasting the text contents of your cited text file: “Playlist3.bat” here:

@echo off
dir /o:n /b *.mp3 *.wma *.wav> Playlist.m3u

    One limitation of this simple method is that it does not allow for a playlist compilation of audio files from several subdirectories.   The software “mp3tag” can produce a slightly more complex m3u file that can point to audio files residing in multiple subdirectories inside the main Music directory.  The m3u file can be saved into the main Music directory or any subdirectory inside the Music directory.

1 Like

I am still inspired by the helpful contribution of member John-Z and his effort to resolve the basic syntax of m3u Playlists.

  I modified the simple batch file that John obtained from SanDisk Tech Support.

This version allows for the inclusion of multiple subdirectories in one m3u playlist file.

    I added the command  /s  to include all subdirectories below the current resident directory.

@echo off
dir /o:n /s /b *.mp3 *.wma *.wav> Playlist.m3u

The output file “Playlist.m3u” should be renamed as needed.

1 Like

I’m sorry, but this seems a bit ridiculous. I can’t do a simple sync or copy from a typical media player on windows and have playlists work? I’ve had older clips and haven’t had issues. I go and use media monkey and syncing the playlist fails. I transfer the playlist to the playlist folder. The music copies over and the playlist is empty. This is in addition to those same tracks already existing on my Clip. Yet the playlist is empty.

Having to jump through hoops, renaming tracks, placing in specific folders outside the norm seems to be a bit much. This isn’t 2003 on my original Rio Player. And this isn’t a first gen Sansa product. I only bought a Sport Plus out of necessity on vacation, and now I’m really regretting it and more mad I left my Shanling M1 at home.

I even copied the folder containing the songs and m3u file over to the music folder like the sandisk instructions recommend. And I still have an empty playlist. I can manually do a go list, but god forbid I forget one track. I can’t easily add it in and put it in its proper spot. Just frustrating. I should be able to be in WMP or MediaMonkey and just transfer a playlist and have it show up and be working. Going backwards makes no sense.

1 Like

Really sorry about your frustrations with the manual effort required to copy music subfolders into the main Music folder on your Clip Sport Plus.     Seems to me you are more than half-way to your desired result !!

     My suggestion for you is to try using the batch file idea as described above.

     Paste a copy of the simple batch text file (saved as Playlist.bat) into your copied music subfolder on your CS+.

     Then use Win File Explorer to double-click on the Playlist.bat file and it will automatically create a working m3u file.  

           (You should rename to a helpful name, like NewMusic1.m3u)

Maybe this is too tedious for you, but it really should work !!!

1 Like

The easier solution is to just return it. I’m not jumping through these hoops every time I want to make a playlist. It defeats the purpose of buying a new mp3 player in 2017. Besides, the Sport Plus is just ■■■■. It’s huge. The plastic is cheap. The card slot is gone. The UI is inconsistent. I’ve owned every generation until they started butchering the line, and they’ve gone downhill every generation leading up to this one. I don’t understand it. They haven’t really listened to what people wanted as the line evolved. And Chinese companies like Agptek and Shanling have created players that can possibly do it better. Well Shanling has, but you pay for it, which I did. Agptek is almost there.

Appreciate the help, but mine is going back to Best Buy when I leave the shore. Makes no sense to change the way they do things after so many years and frustrate many. Was on another forum with long time clip owners making the same complaints.

Just for reference…

https://www.amazon.com/AGPtEK-MG05W-Bluetooth-Portable-Supports/dp/B01MG31IBZ

https://www.amazon.com/Bluetooth-1-5-inch-Display-Lossless-Portable/dp/B071JV4QZW/ref=sr_1_2?s=electronics&ie=UTF8&qid=1503842308&sr=1-2&keywords=Agptek+clip+bluetooth

https://www.amazon.com/AGPTEK-Bluetooth-Player-Lossless-Supports/dp/B073P8JNKP/ref=sr_1_4?s=electronics&ie=UTF8&qid=1503842308&sr=1-4&keywords=Agptek+clip+bluetooth

The 6th and 7th gen ipod Nanos are nicer options if you can live in the Apple world. I had the Sport Plus next to my sister’s and was like, if I could Rockbox it, I’d take that over the Clip. Other companies get it. Sandisk does not.

1 Like

wow…have to love posts getting deleted. I’m guessing if you don’t have a hard on for the Clip, your post get deleted by mods. how lovely.

While I appreciate the attempt to help, tedious is not what I want to deal with when creating a simple playlist and transferring it over to my player. This is 2017. I’m not in my way back machine doing this on my Rio Carbon.t Which by the way had less fuss getting playlists on it. And this is what, the 7th generation Clip? Why are we taking steps backward to do simple things that should be effortless.

Then again, why do we have a bloated Clip that lost a card slot and only gained bluetooth? Why has this device needlessly grown over the years? Why has the choice in plastic gone on the cheap so it looks more like a Hasbro toy than an mp3 player? Why has the UI not improved?  Yet the price tag has grown right along with the player’s size.

Despite the market for mp3 dwindling, there is still a market for these small players. You can go upscale with the Shanling M1 like I did. You can make a mostly lateral move to the Agptek:

https://www.amazon.com/G05-Portable-Playback-Independent-Silicone/dp/B01I2LBZAM/ref=pd_sim_422_4?_encoding=UTF8&psc=1&refRID=HP6H1Y5YSESTC8GNGCZY

And deal with the quirks until their firmware gets ironed out. I have more faith in them than I do in Sandisk putting out a product I’d want to use at this point.

And the Agptek is half the price and sized in line with the smaller previous gen Clips.

Sport Plus 2.60 x 1.74 x 0.68 in
Agptek       2.32 x 1.42 x 0.63 in

Ridiculous how bloated the Clip has become. Mine is going back to Best Buy on my way home from the shore since my Shanling is waiting for me at home. Picture the Creative M300 meets the 6th gen ipod nano.

I honestly don’t know why people keep buying these when they do zero to innovate or even evolve the line.

1 Like

Hi, my SanDisk playlist is reading"empty". I don’t know what I’m doing wrong. Can someone guide me step by step how to convert and load songs on playlist. I’m using SD micro on a SanDisk

1 Like

Take a look at this message on the SanDisk Forum. This batch file method is the simplest way I have found to create m3u Playlists for my Clip Sport.

   http://forums.sandisk.com/t5/SanDisk-Clip-Sport/Simple-Batch-File-for-Playlist-of-Genre-Folders/m-p/359406#M3578

1 Like

I’m having a similar problem on my Sansa Clip Voice (a regional version of the Sport Plus). I have custom M3U playlists containing random songs from throughout my music tree, and certain seemingly arbitrary songs are missing from the playlist.

I could find nothing in common between these files myself, but somebody else on another forum solved the issue for me. They’re all songs that, somewhere in their tree, have a folder whose first few letters are identical to some other folder. For example, if I have two folders:

_Music\Soundtracks\Video Game Soundtracks\Final Fantasy VIII\OST-1_

and

_Music\Soundtracks\Video Game Soundtracks\Final Fantasy VII\Original Soundtrack_

then any MP3 files that are found in the first folder can’t be pointed to in a playlist. The reason is because the Sansa Clip looks under Video Game Soundtracks for the Final Fantasy VIII folder, finds the incredibly similar Final Fantasy VII folder, and decides to go down that path instead. It then, of course, can’t find the file it’s looking for.

The files are of course still accessible through all other means (Folder, Albums, Songs, etc.)

Please fix this in the next firmware update!

2 Likes

The reason the playlists are empty is because the instructions in the owner’s manual for creating a  playlist are INCORRECT!

It only took me about 8 hours to figure this out.

The instructions tell you to place all the mp3’s you want in your playlist into a folder on your computer , then drag it into Windows Media Player.  This is WRONG!  If you do this, an M3U file will be created that tells your player to go find the mp3 file on your computer, not on the mp3 player.  So, since it can’t find it, it says the playlist is empty.

Here are the correct instructions:

  1. Put all of your songs on the mp3 player in the Music folder.  It doesn’t matter if they are in folders, subfolders or no folders.
  2. Drag each song you want in your playlist from the player onto Windows Media Player on your computer.
  3. Click “Save as…” and save the playlist to anywhere on your computer (let’s say Desktop).  Make sure you select file type “M3U”.
  4. Find the M3U file on your Desktop and drag it to the Playlist folder on the player.
  5. That’s it.  You’re done!
6 Likes

Wow - that actually worked… finally.

Thanks JSW1735

Thank you JSW1735 for your simple and accurate step by step instructions!!!  Your solution worked after much frustration with the instructions in the manual as well as other posts about using a batch file. In addition, it certainly didn’t make sense (as per the manual) to copy all the music into another folder to create the playlist (unnecessarily duplicating) as all the songs were already on the player.

SanDisk, please, please update the manual with accurate and clearer instructions to prevent such frustration for future users!

See my post on pg 2 for a SIMPLE SOLUTION for empty playlists.

JSW1735 you are a freaking genius!!  I’ve been trying for AGES to make a functioning playlist and what you said finally worked!!  You are awesome, thank you!  :slight_smile:

Even easier way to do it…

I can’t believe how simple the solution is to this. I was about to give up with all this formatting bs and creating playlists in other software programs. Ready? Here’s how you create a playlist from your Windows PC:

1 - Plug your Sandisk in to your PC

2 - Go to My Computer

3 - Open the Sandisk drive

4 - Click the Playlists folder

5- Create a folder and name it whatever you want your playlist to be

6- Drag and drop any MP3’s you want in to your playlist folder from the ones saved on your PC

7- Click safely remove hardware and eject media on your bottom PC toolbar and select the Sandisk to eject (It always takes 2 tries with my PC for some reason)

8- Open your Sandisk up and use the Folder option at the base menu (Sport/Settings/Music/Radio/Books/Folder/Bluetooth) *Do NOT use the Music option)

9 - Scroll down to the Playlists folder and voila! The playlist is there, with all the MP3’s in the exact order, and same title as on your PC.

That’s it! Smiley LOL Smiley LOL Smiley LOL Smiley LOL Smiley LOL Smiley LOL Smiley LOL Smiley LOL Smiley LOL

1 Like

Thank you for your contribution to this discussion.

A few comments from my personal experience:

  1. You could have achieved the same results by starting with the Music folder on the Sandisk drive.

  2. Your description does not appear to involve the creation of a “m3u” playlist.

EXCELLENT JOB