musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "easy listening", musiccaps_aspects contains "guitar solo" 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 |
---|---|---|---|---|---|---|---|---|---|---|
10 Footballers Who Didn't Fulfil Their Potential | This jazz song features a guitar solo. This is accompanied by percussion playing a simple beat. An acoustic guitar strums chords on each count of the bar. The bass plays the root notes of the chords. There are no voices in this song. The song has a happy mood. This song can be played in a coffee shop. | 2014-10-14T16:41:19Z | talkSPORT | Every Tuesday we bring you a sporting top 10. Disagree with our list? Get stuck in with a comment! Check out http://talksport.com for more sport entertainment SUBSCRIBE to get more funny videos delivered right to your subscription feed: http://bit.ly/Hu3sIN FOLLOW us on Twitter and tell us what else you want to watch on talkSPORT's YouTube channel: http://bit.ly/IiA1t2 LIKE us on Facebook to join the world's best sporting debates: http://on.fb.me/HAm7Gn | ["Music", "Ukulele"] | ["jazz song", "acoustic guitar", "guitar solo", "bass guitar", "instrumental", "no voices", "percussion", "moderate tempo", "easy listening", "happy mood"] | 0 | iBH5X5SKirU | 4164 |
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;