Selected Ambient Works 85-92
By: Aphex Twin
- Year: 1992
- Genres: Electronic
- Styles: Ambient, IDM, Techno
Tracklist
| 1 | Xtal | 4:54 |
| 2 | Tha | 9:06 |
| 3 | Pulsewidth | 3:47 |
| 4 | Ageispolis | 5:20 |
| 5 | i | 1:13 |
Releases 4
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 ""}]]]}