musiccaps_details (view)
1 row where musiccaps_aspects contains "addictive synth lead melody", musiccaps_aspects contains "boomy kick" and musiccaps_aspects contains "laser synth riser"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Pok'Chop - What You Bout (ft. Solo, Sly) (NEW BAY ORDER!! 2011) | The Pop song features a filtered male vocal, alongside flat male vocal, singing over some claps, boomy kick hits, laser synth riser and addictive synth lead melody. There are also some male laughing sounds. It sounds addictive, groovy and exciting - like something you would hear in clubs. | 2011-11-04T04:27:10Z | WeLovePokChop | Free Download: http://hulkshare.com/yjvnoy3zwhl2 | ["Music", "Dance music", "Hip hop music"] | ["pop", "addictive synth lead melody", "filtered male vocal", "flat male vocal", "claps", "boomy kick", "laser synth riser", "energetic", "laughing", "addictive", "groovy", "exciting"] | 4 | on18CWdmxn8 | 4657 |
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;