How To Create Your Own Digital Playlist by Alex Cosper
You don't have to be a rocket scientist to create a playlist on your computer or on a web page.
All you need to know is basic HTML, which is a one day class. You can program
a sequence of songs to play song after song until it completes the list or you can program the
playlist to repeat over and over again.
STEP 1: Open a new text file document and "save as" the name of your playlist with a .m3u extension.
STEP 2: On the text file type in the path of an audio file (example: Sonic Rain.mp3).
STEP 3: Hit return and on the next line type another path of an audio file, hit return and continue building your playlist.
STEP 4: If you want to add comments to the playlist type "#" and then type in a comment.
STEP 5: Save the document.
STEP 6: In the HTML of the web page add this code inserting your own playlist name for .m3u files:
|