Releases 4
| Discovery (French 2LP) | Vinyl | France | 2001 |
| Discovery (Japanese Edition) | CD | Japan | 2001 |
| Discovery (Original French 2xLP) | Vinyl | France | 2001 |
| Discovery (US CD) | CD | US | 2001 |
debug
page-type: entity
user: Guest (not logged in)
{:etype "master",
:doc
{:year 2001,
:title "Discovery",
:genres ["Electronic" "House"],
:styles ["French House" "Disco"],
:artists [{:id "Dp9xZ2", :etype :artist, :title "Daft Punk"}],
:tracklist
[{:title "One More Time", :duration "5:20", :position "1"}
{:title "Aerodynamic", :duration "3:27", :position "2"}
{:title "Digital Love", :duration "4:58", :position "3"}
{:title "Harder, Better, Faster, Stronger",
:duration "3:45",
:position "4"}
{:title "Crescendolls", :duration "3:31", :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 ""}]]]}