musiccaps_details (view)
1 row where musiccaps_aspects contains "keyboard harmony", musiccaps_aspects contains "meditative" and musiccaps_aspects contains "progressive rock"
This data as json, CSV (advanced)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
PROGRESSIVE ROCK Madrugada Reborn from "Madrugada" (1974) | This music is instrumental. The tempo is medium with atmospheric synthesiser, soft keyboard harmony and subtle bass lines in the background. The music is progressive with a lot of digital sounds giving it a psychedelic,meditative, trippy, trance like vibe. This instrumental is Synth Rock/Progressive Rock. | 2008-06-22T13:32:05Z | Otnip54 | Madrugada Reborn (Gianfranco Pinto) MADRUGADA: Gianfranco Pinto: Keyboards & Vocals Billy Zanelli: Bass & Vocals Pietro Rapelli: Drums & Vocals Madrugada (1974) new issue from BTF (2007) Buy at: http://amzn.to/1tlD1CJ Incastro (1976) new issue from BTF (2007) Buy at: http://amzn.to/1tlDZ23 More on: http://www.italianprog.com/a_madrugada.htm | ["Sampler", "Music", "Synthesizer"] | ["instrumental", "medium tempo", "indie rock", "experimental", "meditative", "pensive", "grimelectronic music", "atmospheric synthesiser", "surround sound", "intense", "psychedelic", "trippy", "halluciatory", "trance music", "keyboard harmony", "subtle bass", "rock", "alternative rock", "synth pop", "indie roc", "progressive rock"] | 7 | xb07gLlmkL8 | 5342 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE VIEW musiccaps_details AS select musiccaps.url as video, json_object( 'label', coalesce(videos.title, 'Missing from YouTube'), 'href', musiccaps.url ) as youtube_link, musiccaps.caption as musiccaps_caption, videos.publishedAt as youtube_published, videos.channelTitle as youtube_channel, videos.description as youtube_description, musiccaps.audioset_names as musiccaps_names, musiccaps.aspect_list as musiccaps_aspects, musiccaps.author_id as musiccaps_author, videos.id as youtube_id, musiccaps.rowid as musiccaps_rowid from musiccaps left join videos on musiccaps.ytid = videos.id;