musiccaps_details (view)
1 row where musiccaps_aspects contains "buzzy manic synth bass", musiccaps_names contains "Drum and bass" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Battlefield 3 "My Life - JJ" Electronic Dubstep Music Remix 1080p | The low quality recording features a dubstep song that consists of buzzy, manic synth bass, punchy kick, slapping claps and high pitched laser riser. At the end of the loop, there is a short snippet of a much calmer section that consists of mellow claps, stuttering hi hats and arpeggiated dark piano melody. Overall it sounds aggressive and energetic. | 2011-10-19T06:19:04Z | fantasypills | (Drop @ 0:40) This song has been created using sounds from the "Battlefield 3 My Life Trailer", found here: http://www.youtube.com/watch?v=TfrrAp1blaM Music: http://soundcloud.com/animateme/battlefield-3-my-life-jj Picture: http://cache.gawkerassets.com/assets/images/9/2011/05/battlefield_3_mobile.jpg | ["Drum and bass", "Music", "Trance music", "Dubstep"] | ["dubstep", "low quality", "buzzy manic synth bass", "high pitched laser riser", "punchy kick", "slapping claps", "stuttering hi hats", "mellow clap", "arpeggiated dark piano melody", "aggressive", "energetic", "calm section"] | 4 | oxZjkE984Uo | 4669 |
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;