Text-based Playlists

Text-based playlists are pretty straight forward.

Each line in the text file should contain a URL to a media track.

Example:

http://www/path/to/track_1.mp3
http://www/path/to/track_2.mp3
http://www/path/to/track_3.mp3
http://www/path/to/track_4.mp3
http://www/path/to/track_5.mp3

 

To load a text-based playlist, simply set "data-media" to the URL to the text file.

Example:

<div data-media="myPlaylist.txt">

 

If the player's skin includes an "Info Display" control element, the basename of the file will be used.

For example, in our playlist above, the first track would appear within the "Info Display" area as:

"track 1"

NOTE: Underscore characters will automatically be replaced with " " spaces.