musiccaps_details (view)
1 row where musiccaps_aspects contains "high pitched male vocal one shot", musiccaps_aspects contains "punchy "4 on the floor"" and musiccaps_names contains "House 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 |
---|---|---|---|---|---|---|---|---|---|---|
Dj Puppet - Street Classics Vol 2 - Chicago House Classics Mix Wbmx Hi Energy Italo Classics | The low quality recording features a Chicago house song that consists of a punchy "4 on the floor" kick pattern, some snare rolls, syncopated claps, shimmering hi hats, low echoing vocals, echoing toms and high pitched male vocals one shot. It sounds chaotic and energetic. | 2013-05-06T01:18:26Z | djmake | This is a mix by Dj Puppet. It is a follow in the Street Classics series. This is one of my favorite Classics mixes. I don't know why it took me so long to post this GEM!!! Contact Info: Djmake@sbcglobal.net - Email www.facebook.com/illtechnics - Crew page www.facebook.com/djmakemoney - Fan page | ["Sampler", "House music", "Music", "Drum machine"] | ["chicago house", "punchy \"4 on the floor\"", "low quality", "snare rolls", "syncopated claps", "shimmering hi hats", "low echoing vocal", "high pitched male vocal one shot", "chaotic", "energetic", "echoing tom"] | 4 | EsHXnkZ_W2c | 1596 |
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;