Interact with the directive through this demo page.
Keep track of this demo playlist in real-time
You can drag songs in this table, to re-order them!
# | Src | Type |
---|---|---|
[[ $index+1 ]] | ...[[ song.src | limitTo:-50 ]] | [[ song.type ]] |
Just click any of those sample songs to get added to your interactive playlist
# | Artist | Title |
---|---|---|
[[ $index+1 ]] | [[ song.artist ]] | [[ song.title ]] |
mediaPlayer = {
playing: [[ mediaPlayer.playing ]]
currentTrack: [[ mediaPlayer.currentTrack ]]
tracks: [[ mediaPlayer.tracks ]]
volume: [[ mediaPlayer.volume ]]
formatDuration: [[ mediaPlayer.formatDuration ]]
duration: [[ mediaPlayer.duration ]]
currentTime: [[ mediaPlayer.currentTime ]]
formatTime: [[ mediaPlayer.formatTime ]]
loadPercent: [[ mediaPlayer.loadPercent ]]
};