Skip to content

177 - Playlist

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

maml
{
  name: "Disney Essentials"
  curator: "Dr. Marta Stanton"
  public: true
  tracks: [
    {
      title: "Pony Time"
      artist: "Aubrey Jast"
      album: "venio denuo"
      duration: "5:06"
    }

    {
      title: "Superstar"
      artist: "Ira Boehm"
      album: "cura"
      duration: "3:47"
    }

    {
      title: "Bohemian Rhapsody"
      artist: "Alexander Abernathy"
      album: "anser"
      duration: "4:18"
    }

    {
      title: "Lose Yourself"
      artist: "Mr. Adrian Bruen"
      album: "vesica"
      duration: "4:12"
    }

    {
      title: "Stay (I Missed You)"
      artist: "Miss Virginia Robel"
      album: "acquiro paulatim tantillus"
      duration: "5:21"
    }

    {
      title: "Love Child"
      artist: "Oscar Windler"
      album: "vespillo corrupti"
      duration: "3:01"
    }

    {
      title: "The Joker"
      artist: "Ms. Janet Walsh"
      album: "vinculum templum"
      duration: "2:59"
    }
  ]

  total_duration: "46min"
}

See Also