musiccaps_details (view)
1 row where musiccaps_aspects contains "boomy", musiccaps_aspects contains "percussive shoe tapping", musiccaps_aspects contains "shimmering shakers" and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Solo Thomas Marek Tap Dance | The low quality recording features a percussive shoe tapping over hip hop beat playing in the background. The beat consists of shimmering shakers, hard 808 bass and punchy snare. At one point the shoe tapper gets a little bit sloppy. It sounds a bit muffled, boomy and reverberant. | 2008-06-20T10:12:27Z | Thomas Marek | Thomas Marek´s Solo in his production "about_tap vol no 2" live at Kampnagel Hamburg, Germany 2006 | ["Music", "Tap"] | ["low quality", "hip hop", "shimmering shakers", "hard 808 bass", "punchy snare", "percussive shoe tapping", "reverberant", "muffled", "boomy"] | 4 | We-bFXFjWaM | 3117 |
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;