musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "seagull sound effect", musiccaps_aspects contains "video game" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Wii Sports Resort Table Tennis vs. Rin @ Level 2500 [ 11-0 ] | The low quality recording features a sound from a video game that consists of sea sound effects, seagull sound effects, ping pong sound effects and weird, short, pitch bend riser sounds. In the beginning of the loop, there is a short snippet of some music playing in the background. The instrumental consists only of drums - wide kick hits, shimmering cymbals and some manic snare hits. There is a short echoing effect on drums that serves as a transition to the in-game sounds. | 2012-04-11T20:03:52Z | Tag401k | Wii Sports Resort Table Tennis vs. Rin @ Level 2500 [ 11-0 ]. Perfect Game. Enjoy! | ["Music", "Ping"] | ["low quality", "manic snare hits", "wide kick hits", "shimmering cymbals", "echoing", "sea sound effects", "seagull sound effect", "ping pong sound effect", "weird short pitch bend riser", "video game"] | 4 | CkgzMSbE68M | 1398 |
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;