This drives me nuts.
Show Image(http://geekhack.org/attachment.php?attachmentid=10883&stc=1&d=1276117122)
I don't use Windows or OSX (or even Linux) and don't have software capable of creating M3U playlists. I read about M3U format and tried to manually create a playlist in a text editor, but it doesn't work. I read that the Sansa Clip expects paths to be in Windows format with backslash and need Windows linefeed to work properly. There must be something else in the format I'm missing.
All I need is for somebody to post a piece of a playlist known to work in the Sansa Clip+ so I can see what I'm missing.
aaron@ant:/media/0123-4567/MUSIC/Contrived - Pursuit Of Plots$ for f in * ; do echo $f >> contrivedplaylist.m3u;done &&cat contrivedplaylist.m3u
01 - Contrived - Concentric.mp3
02 - Contrived - Expletive Deleted.mp3
03 - Contrived - Ultimatum.mp3
04 - Contrived - For Matt.mp3
05 - Contrived - Get To Your Stations.mp3
06 - Contrived - This Is It.mp3
07 - Contrived - A Reason To Live.mp3
08 - Contrived - Silhouette.mp3
aaron@ant:/media/0123-4567/MUSIC/Contrived - Pursuit Of Plots$
Contrived - Pursuit Of Plots\01 - Contrived - Concentric.mp3
Contrived - Pursuit Of Plots\02 - Contrived - Expletive Deleted.mp3
I don't use Windows or OSX (or even Linux) and don't have software capable of creating M3U playlists. I read about M3U format and tried to manually create a playlist in a text editor, but it doesn't work. I read that the Sansa Clip expects paths to be in Windows format with backslash and need Windows linefeed to work properly. There must be something else in the format I'm missing.
All I need is for somebody to post a piece of a playlist known to work in the Sansa Clip+ so I can see what I'm missing.
I can't read!!! (http://geekhack.org/showthread.php?p=191631&do=comments&highlight=amiga#post191631)
That pretty much sums up the experience here in GH.Show Image(http://geekhack.org/attachment.php?attachmentid=10883&stc=1&d=1276117122)
However, I have had luck moving the playlist up a directory, so it resides in the parent and appending a relative path (windows '\', not POSIX '/', path standard). So the playlist resides in "MUSIC" and looks like:Code: [Select]Contrived - Pursuit Of Plots\01 - Contrived - Concentric.mp3
Contrived - Pursuit Of Plots\02 - Contrived - Expletive Deleted.mp3
so on and so forth...
hope that helps.
discovered the problem: the M3U file must be using Windows1250 charset.
aaron@ant:/media/0123-4567/MUSIC$ file -bi contrivedplaylist.m3u
text/plain; charset=us-ascii
Code: [Select]
aaron@ant:/media/0123-4567/MUSIC$ file -bi contrivedplaylist.m3u
text/plain; charset=us-ascii
not the case for me.