Skip to content

179 - Playlist

A music playlist with tracks and metadata. This is an example of a MAML document.

maml
{
  name: "Roots Reggae Mix"
  curator: "Derek Trantow"
  public: true
  tracks: [
    {
      title: "Sugar Sugar"
      artist: "Marsha Tillman"
      album: "suppono"
      duration: "2:51"
    }

    {
      title: "To Sir, with Love"
      artist: "Francis Borer V"
      album: "adfectus confugo"
      duration: "2:21"
    }

    {
      title: "Pick Up the Pieces"
      artist: "Angelica Orn-McDermott"
      album: "atavus labore"
      duration: "2:47"
    }

    {
      title: "Rock Around the Clock"
      artist: "Stewart Becker"
      album: "ullam quibusdam ipsum"
      duration: "2:45"
    }

    {
      title: "Don't Let the Sun Go Down On Me"
      artist: "Joel Erdman"
      album: "conventus magni"
      duration: "4:05"
    }
  ]

  total_duration: "66min"
}

See Also