musiccaps_details (view)
1 row where musiccaps_aspects contains "playful", musiccaps_aspects contains "squeaking", musiccaps_aspects contains "trumpet" and musiccaps_author = 9
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 |
---|---|---|---|---|---|---|---|---|---|---|
SkylanderDude VS the big green fat pig angry birds space | This is a jazz piece played in the background of a video game. A trumpet plays the main melody while a xylophone and a bass guitar is supporting the tune in the background. A playful jazz drum beat carries the rhythmic background. Occasional electric guitar fills in the form a strum can be heard. There are a lot of sound effects related to the game such as squeaking, chewing and explosions. | 2012-07-30T19:33:03Z | SkylanderDudeFilms | ewww. over cooked popcorn | ["Music", "Oink"] | ["jazz", "trumpet", "acoustic drums", "xylophone", "electric guitar", "bass guitar", "sound effects", "squeaking", "chewing", "explosions", "playful", "jovial"] | 9 | BkOfrw3c3EE | 1284 |
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;