Skip to content

1175 - Playlist

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

maml
{
  name: "Pop Film Essentials"
  curator: "Virginia Hirthe"
  public: true
  tracks: [
    {
      title: "Stairway to Heaven"
      artist: "Darion Skiles MD"
      album: "turpis desino"
      duration: "2:00"
    }

    {
      title: "Everyday People"
      artist: "Garnett Bergstrom"
      album: "curto aegre certe"
      duration: "5:26"
    }

    {
      title: "I Can Help"
      artist: "Trey Trantow DDS"
      album: "studio"
      duration: "4:17"
    }

    {
      title: "Rock the Boat"
      artist: "Mr. Dwight Moore"
      album: "appello"
      duration: "3:29"
    }

    {
      title: "Maniac"
      artist: "Joseph Dicki"
      album: "defaeco"
      duration: "4:27"
    }

    {
      title: "That'll Be the Day"
      artist: "Sophie Lueilwitz"
      album: "sequi"
      duration: "2:13"
    }

    {
      title: "Love Theme From 'A Star is Born' (Evergreen)"
      artist: "Franklin Morar"
      album: "amicitia via demo"
      duration: "4:22"
    }

    {
      title: "19th Nervous Breakdown"
      artist: "Malachi Spencer"
      album: "pel"
      duration: "3:55"
    }
  ]

  total_duration: "59min"
}

See Also