musiccaps_details (view)
1 row where musiccaps_aspects contains "brass section", musiccaps_aspects contains "hiphop/breakbeats", musiccaps_aspects contains "tambourine" and musiccaps_aspects contains "upbeat"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Stereo Mcs- The Runaway | This song contains a acoustic drums running through a filter playing along with a tambourine. A e-guitar is playing a short repeating melody. A e-bass is first playing with a effect and then clean when a brass section comes in. This song may be playing with headphones while running on a sunny day. | 2009-04-15T16:41:52Z | Brescianogb | This is a track form the Stereo Mcs "Hotplate" EP, released on 01.05.2008. I think this is their greatest work for the last 9 years! If you like it, buy it from here: https://www.beatport.com/en-US/html/content/release/detail/108456/Hotplate | ["Electronic music", "Music", "Scratch"] | ["hiphop/breakbeats", "e-bass", "e-guitar", "acoustic drums", "tambourine", "brass section", "upbeat", "uplifting energy"] | 6 | Yz1DrC54UGk | 3330 |
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;