musiccaps_details (view)
1 row where musiccaps_aspects contains "sustained low droning buzz" and musiccaps_author = 3
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 |
---|---|---|---|---|---|---|---|---|---|---|
[Portal 2 SDK] Paint, Button, Sound and Light Test | The two main elements in this clip are a futuristic sounding synth arpeggio melody being repeated. There's a laser gun sound effect being fired off repeatedly. There's also a low droning synth sound that's sustained throughout the clip. This clip could feature in a spacey video game. | 2011-05-15T10:41:56Z | CaptainMcMarcus | heck that a lot of stuff to test at once xD, in this test I be checking my paint spawner as well as whether my button works. Also testing out my test chamber lighting as well. I have also fixed up the entrance door and the textures around it so that looks nicer now. Looks like i'm almost ready to start creating a test chamber out of all this. | ["Keys jangling", "Music"] | ["video game laser gun sounds", "futuristic synth arpeggio playing", "spacey synth arpeggio", "bright high pitched synth", "sustained low droning buzz"] | 3 | iVBNoH6XgW4 | 4193 |
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;