Selected Ambient Works 85-92

Edit

By: Aphex Twin

  • Year: 1992
  • Genres: Electronic
  • Styles: Ambient, IDM, Techno
Tracklist
1Xtal4:54
2Tha9:06
3Pulsewidth3:47
4Ageispolis5:20
5i1:13
debug
page-type: entity
user: Guest (not logged in)
{:etype "master",
 :doc
 {:year 1992,
  :title "Selected Ambient Works 85-92",
  :genres ["Electronic"],
  :styles ["Ambient" "IDM" "Techno"],
  :artists [{:id "Ax7qR5", :etype :artist, :title "Aphex Twin"}],
  :tracklist
  [{:title "Xtal", :duration "4:54", :position "1"}
   {:title "Tha", :duration "9:06", :position "2"}
   {:title "Pulsewidth", :duration "3:47", :position "3"}
   {:title "Ageispolis", :duration "5:20", :position "4"}
   {:title "i", :duration "1:13", :position "5"}]},
 :schema
 [:map
  [:title [:string {:default "Album Title"}]]
  [:artists
   [:vector
    [:map
     [:id :string]
     [:etype [:= :artist]]
     [:title :string]
     [:catkey {:optional true} :keyword]]]]
  [:year [:int {:default 2024, :min 1900, :max 2100}]]
  [:genres {:optional true} [:vector :string]]
  [:styles {:optional true} [:vector :string]]
  [:tracklist
   {:optional true}
   [:vector
    [:map
     [:position :string]
     [:title :string]
     [:duration {:optional true} :string]]]]
  [:notes {:optional true} [:string {:default ""}]]]}