musiccaps_details (view)
1 row where musiccaps_aspects contains "clarinet", musiccaps_aspects contains "groovy rhythm" and musiccaps_aspects contains "horn and string quartet"
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 |
---|---|---|---|---|---|---|---|---|---|---|
"Fade to Black" by Metallica, for clarinet, bassoon, trombone, and cello | The song is an instrumental. The song is in medium tempo with a cello playing percussively, a clarinet in melody and supported in harmony by a bass clarinet and a trombone. The song is a rock song cover played live. The song is engaging and rich in quality. | 2013-04-28T00:01:16Z | Ceylan Yagmur | From Ceylan Yagmur's Senior Recital, part 6/6 April 5, 2013 UCLA Popper Theater Audio / Video by Umberto Belfiore Arr. by Ceylan Yagmur Alexander Chay - bassoon Eunice Heo - cello Adam Korynta - trombone Ceylan Yagmur - clarinet | ["Brass instrument", "Clarinet", "Trombone"] | ["clarinet", "bass clarinet", "trombone", "cell player", "rich quality", "western classical quartet", "song cover", "rock music cover", "medium tempo", "clarinet melody", "horn and string quartet", "live performance", "groovy rhythm", "instrumental music", "melancholic music", "mysterious", "live audience"] | 1 | cSBRb4KF5xs | 3708 |
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;