I have found many threads on how to make custom playlists work and I have tried many solutions. Yet everytime I check my new SanDisk Clip Jam, the playlist shows up empty.
I have tried to place the .m3u file both in the Music folder and Playlists folder. I have tried renaming the .mp3 files moving in and out of folders but to no vail.
Currently I have placed a file called test.m3u in the Music folder and I have a file called test.mp3 in the same folder.
test.m3u content:
#EXTM3U #EXTINF:1024,test.mp3 test.mp3
Can somebody please help me figure out what I am doing wrong?
I tried your solution, but it still says the playlist is empty.
I have created the m3u files with both Mac (using TextEdit with the Plain Text format) and Windows (using Notepad++). Maybe the softwares create a problem with LF/CR line endings?
I’ve made a dozen custom playlists using the batch file & found it to b the easiest method yet.
Just edit the resulting file in note pad to make a playlist containing what you want, do a save as with descriptive name & copy to playlist subdir & it works fine.
You do have to remove the drive letter & colon from each line but its still pretty fast to create, couple minutes depending on how many tunes in playlist…
I am pleased to read that another Clip Jam user is having success using the Batch File method to create Playlists. I have used this method for at least 18 months with good results with my Win 10 PC. I have not found any need to remove the drive letter and colon from each line of text in the m3u files. I think the Clip Jam and Sport can ignore that bit of text.
I struggled many months trying to get the batch file method to work using my 2012 Mac Mini (OSX Yosemite). OSX creates incompatible line endings in simple text files. The resulting m3u files do not work for Playlists on my Clip Jam & Sport.
I think the PC program Notepad++ has a helpful setting (under New Document -> Windows (CR LF).
(For really persistent souls, I could try to explain how I use the Wine app to execute the Batch file method with OSX.)
I finally found out where the error was. The original code I posted was usable with one exception. I had to jump a line after test.mp3. I’ll explain more in case other users read this.
So this is correct:
#EXTM3U #EXTINF:1024,test.mp3 test.mp3
This is NOT correct:
#EXTM3U #EXTINF:1024,test.mp3 test.mp3
This can be made with Mac if using for example TextMate which allows to choose which line ending to save in.
DFELD2005’s batch file code also worked of course. So I could simply save the file using TextMate as
D:\Music\Testing\test.mp3
Gonna look for a freeware for Mac which allows to choose line endings. Suggestions are appreciated