Examples/Usage

Add the playlist with a single file:

{{jPlayerPlaylist>music_file.mp3}}

Add the playlist with several files:

{{jPlayerPlaylist>music_file1.mp3 music_file2.mp3 music_file3.mp3}}

You can use any white spaces as separators:

{{jPlayerPlaylist>music_file1.mp3
                  music_file2.mp3
                  music_file3.mp3}}

Instead of filenames, you can use namespaces

{{jPlayerPlaylist>my_music}}

Or combine any number of files and namespaces:

{{jPlayerPlaylist>my_music music_file1.mp3 some:other:music and:here:some:music_file.mp3}}