musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic open hats", musiccaps_aspects contains "punchy snare", musiccaps_names contains "Angry music" 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 |
---|---|---|---|---|---|---|---|---|---|---|
FaZeClan: Sniping with Style - Edited by FaZe Agony | The Rock song features harmonizing male vocals singing over punchy kick and snare hits, energetic open hats, wide electric guitar chords and distorted bass guitar. It sounds energetic and exciting. | 2011-07-15T16:59:24Z | FaZe Agony | Most of you guys probably have seen this on FaZeClan's channel, but we still want you guys to comment on like on the editing :) Please check out the second band used in this video (friends from school) http://www.facebook.com/prophetshc Thanks, Agony | ["Music", "Angry music"] | ["rock", "harmonizing male vocals", "punchy snare", "punchy kick", "energetic open hats", "wide electric guitar chords", "distorted bass guitar", "energetic", "exciting"] | 4 | z31iCbkqYyw | 5454 |
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;