musiccaps_details (view)
1 row where musiccaps_aspects contains "chord melody", musiccaps_author = 8 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 |
---|---|---|---|---|---|---|---|---|---|---|
OOOTS: "All Gummed Up Inside" - An Adventure Time Cover! | virtuosic solo ukelele playing a chord melody in free time. | 2012-10-17T07:19:05Z | gabebondoc | "... it's like this feeling is gonna consume me if I keep waiting for this thing to start..." Oh, how I love Adventure Time. So silly... yet, so profound. Hoping you enjoy. Peace, love and lol. PS! Shoutout to "Koaloha Ukulele" for creating such an amazing little instrument. - http://koaloha.com :) ---------- Album available on iTunes! http://bit.ly/TimingLPiTunes http://bit.ly/TimingLPiTunes http://bit.ly/TimingLPiTunes Hope you enjoy, fam. Peace, love and lol. ---------- iTunes! http://bit.ly/TimingLPiTunes Twitter! http://twitter.com/gabebondoc Facebook! https://www.facebook.com/gabebondocmusic Tumblr! http://gabebondoc.tumblr.com/ BigCartel! http://gabebondoc.bigcartel.com/ ---------- "The Loar" - LH600 Archtop Guitar... such an incredible look and sound. Please take a moment to check them out. I'm sure you'll love 'em! - http://theloar.com ---------- Need recording gear? Apogee Digital is the BEST! (Try the Duet, ONE and/or GiO!) Check them out! Click, click, click! - http://apogeedigital.com | ["Music", "Musical instrument", "Ukulele", "Plucked string instrument"] | ["solo ukelele", "chord melody", "virtuosity", "free time"] | 8 | vukJyd8xt0I | 5218 |
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;