musiccaps_details (view)
1 row where musiccaps_aspects contains "ambient noise", musiccaps_aspects contains "people talking", musiccaps_aspects contains "poor audio quality" and musiccaps_names contains "Tubular bells"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Musical Crystal Glasses Like Never Before | The song is an instrumental piece. The song is fast tempo with a glass harpist playing an extremely intricate solo with no other instrumentation . The song is magical and mysterious. The song is a live performance with ambient sounds of people talking in the background. | 2008-02-14T01:47:31Z | Amplify | I've only seen this in dramatized situations (film, cartoon). This man is ridiculous. I bet he could satisfy a classroom of women all at once. | ["Tubular bells", "Glass", "Music"] | ["crystal glass harp solo", "glass harp", "live performance", "hissing tones", "people talking", "instrumental music", "mysterious", "adventurous", "magical journey", "instrumental music", "solo performance", "emotional", "passionate", "chromatic harmony", "fast tempo", "virtuoso glass harpist", "classic western music", "poor audio quality", "ambient noise"] | 1 | ew-7SwLcHBg | 3909 |
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;