Sort on title
Sort on title - reverse
Sort on date
Shuffle - order will change each time player/page loads
Sort - none - manually setting the player to "don't sort"
Sort - nothing set (displays in the same order as the source playlist)
- <!-- title -->
- <div data-wimpyplayer data-sort="title" data-media="playlist-sort-test.xml"></div>
- <p>Sort on title</p>
-
-
-
- <!-- title, reverse -->
- <div data-wimpyplayer data-sort="title" data-sortreverse data-media="playlist-sort-test.xml"></div>
- <p>Sort on title - reverse</p>
-
-
-
- <!-- date -->
- <div data-wimpyplayer data-sort="date" data-media="playlist-sort-test.xml"></div>
- <p>Sort on date</p>
-
-
-
- <!-- shuffle -->
- <div data-wimpyplayer data-sort="shuffle" data-media="playlist-sort-test.xml"></div>
- <p>Shuffle - order will change each time player/page loads</p>
-
-
-
- <!-- none -->
- <div data-wimpyplayer data-sort="none" data-media="playlist-sort-test.xml"></div>
- <p>Sort - none - manually setting the player to "don't sort"</p>
-
-
-
- <!-- nothing set -->
- <div data-wimpyplayer data-media="playlist-sort-test.xml"></div>
- <p>Sort - nothing set (displays in the same order as the <a href="playlist-sort-test.xml" target="_blank">source playlist</a>)</p>