musiccaps_details (view)
1 row where musiccaps_aspects contains "orchestral rock", musiccaps_aspects contains "slow tempo" and musiccaps_names contains "Chant"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Disturbed - The Sound of Silence [Live in Dawson Creek, BC, Canada] | This is the live performance of an orchestral rock piece. There is a male vocalist singing melodically in the lead. The piano is gently playing the main tune of the song. The tempo of the piece is slow. There is a profound, melancholic atmosphere. This piece could be used in the soundtrack of a drama movie/TV series. It could also be playing in the background at a rock/metal bar. | 2016-02-23T20:05:43Z | Disturbed | Recorded on February 19, 2016 at Encana Events Centre in Dawson Creek, BC, Canada. Download "The Sound of Silence" now: http://smarturl.it/immortalized Watch the official music video for "The Sound of Silence" - http://smarturl.it/disturbedtsos On tour now: http://disturbed1.com New album 'Evolution' out now: https://disturbed.lnk.to/evolution Connect with Disturbed: Official Website - http://disturbed1.com Facebook - http://facebook.com/disturbed Twitter - http://twitter.com/disturbed Instagram - http://instagram.com/disturbed Spotify - http://smarturl.it/disturbed.spotify Disturbed - The Sound of Silence [Live in Dawson Creek, NC, Canada] | ["Chant", "Music"] | ["live performance", "orchestral rock", "male vocal", "melodic singing", "piano", "sentimental", "melancholic", "profound", "slow tempo"] | 9 | 2o1p83UjJFA | 407 |
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;