musiccaps_details (view)
1 row where musiccaps_aspects contains "cello", musiccaps_aspects contains "enthusiastic drumming" and musiccaps_aspects contains "trumpet flourish"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Take Google Maps inside IKEA | This song is a spirited instrumental. The tempo is fast with enthusiastic brass harmony , with trumpet flourish, trombone and violins, cello and viola playing an upbeat melody along with vigorous drumming, piano accompaniment and cheerful, animated choral backup. The song is animated, vibrant, energetic and full of life. The sound of the hooves of horses and whistling indicates that this is Country music. | 2011-11-28T22:34:37Z | More info: http://maps.google.com/starthere Find your way around IKEA using Google Maps on your Android phone. The Google Maps indoor display details the store's layout, from one floor to the next. Figure out how to get from home furnishings to Swedish meatballs, right from the palm of your hand. To learn more, Start here. http://maps.google.com/starthere | ["Swing music", "Music"] | ["instrumental", "fast tempo", "brass band", "trombone", "brass band", "symphony", "country movie", "trumpet flourish", "choral harmonybright trumpet harmony", "orchestral music", "orchestra", "enthusiastic drumming", "sound of galloping horse", "cowboy", "violin symphony", "piano accompaniment", "whistling", "cello", "viola", "vibrant", "intense", "triumphant music", "violin", "engaging", "captivating", "spirited"] | 7 | kT0KMsfD4d8 | 4319 |
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;