musiccaps_details (view)
1 row where musiccaps_aspects contains "backing vocals", musiccaps_aspects contains "organ", musiccaps_aspects contains "synth lead" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Snap Crackle Pop (Tankypookins Remix) | The kick is playing on every beat along with a fast paced high hat and a snare sound. The digital bass is adding some spice and sounds overdriven. Pad sounds can be heard in the background while a synth lead sound is playing a simple repetitive melody. A male voice is rapping/singing. A lot of backing vocals with delay are adding energy to the mix. This song may be playing in a car. | 2011-12-02T03:59:40Z | Logan Smith | Ice Ice Ice Ice Cream Soda Pop, Let Me See Them Chains Drop! Trip to Norway, Dance team, and I decided to do a little Dubstep remix of the song they were using. The song is, though silly, about the Lord Jesus breaking chains off of our lives. Lemme hear an Amen if you've experienced THAT! You can download this track at http://tank2.bandcamp.com/track/snap-crackle-pop-tankypookins-remix. Thanks all! | ["Disco", "Music", "Techno", "Trance music", "Dubstep", "Dance music", "Hip hop music"] | ["techno/pop", "digital drums", "synth lead", "organ", "pad sounds", "male voice singing/rapping", "backing vocals", "fast tempo"] | 6 | -qcTD2o6I9s | 89 |
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;