musiccaps_details (view)
1 row where musiccaps_aspects contains "4 on the floor kick pattern", musiccaps_aspects contains "energetic", musiccaps_aspects contains "flat female vocal" and musiccaps_names contains "Singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
101.9 For Life launches new radio station jingle | The low quality recording features a live performance of a pop song and it consists of flat female and male vocal rapping over "4 on the floor" kick pattern and electric guitar melody. There are some crowd clapping and cheering noises in the background. It sounds exciting and energetic. | 2013-07-07T07:39:40Z | ABS-CBN News | FM radio station M.O.R. 101.9 For Life! Manila launched its official station jingle on "ASAP 18" on Sunday ahead of its launch on Monday, July 8, starting at 5 a.m. | ["Singing", "Music of Asia", "Music", "Pop music"] | ["low quality", "clapping", "crowd cheering", "pop", "live performance", "flat male vocal", "flat female vocal", "4 on the floor kick pattern", "electric guitar melody", "exciting", "energetic"] | 4 | HEhogaw0vUg | 1782 |
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;