Discovery (French 2LP)
By: Daft Punk
Master: Discovery
- Label: Virgin Records - 7243 8 10252 1 8
- Format: Vinyl (2xLP, Album, Gatefold)
- Country: France
- Released: 2001
- Genres: Electronic, House
- Barcode:
724381025218
debug
page-type: entity
user: Guest (not logged in)
{:etype "release",
:doc
{:format-details "2xLP, Album, Gatefold",
:format "Vinyl",
:catalog-number "7243 8 10252 1 8",
:barcode "724381025218",
:genres ["Electronic" "House"],
:title "Discovery (French 2LP)",
:released "2001",
:label {:id "Vr4pS9", :etype :label, :title "Virgin Records"},
:artists [{:id "Dp9xZ2", :etype :artist, :title "Daft Punk"}],
:master {:id "Dc6jU2", :etype :master, :title "Discovery"},
:country "France"},
:schema
[:map
[:title [:string {:default "Release Title"}]]
[:master
{:optional true}
[:map
[:id :string]
[:etype [:= :master]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:artists
[:vector
[:map
[:id :string]
[:etype [:= :artist]]
[:title :string]
[:catkey {:optional true} :keyword]]]]
[:label
{:optional true}
[:map
[:id :string]
[:etype [:= :label]]
[:title :string]
[:catkey {:optional true} :keyword]]]
[:catalog-number {:optional true} [:string {:default ""}]]
[:format [:string {:default "Vinyl"}]]
[:format-details {:optional true} [:string {:default ""}]]
[:country {:optional true} [:string {:default ""}]]
[:released {:optional true} [:string {:default ""}]]
[:genres {:optional true} [:vector :string]]
[:styles {:optional true} [:vector :string]]
[:tracklist
{:optional true}
[:vector
[:map
[:position :string]
[:title :string]
[:duration {:optional true} :string]]]]
[:barcode {:optional true} [:string {:default ""}]]
[:notes {:optional true} [:string {:default ""}]]]}