musiccaps_details (view)
1 row where musiccaps_aspects contains "groovy", musiccaps_aspects contains "low quality" and musiccaps_aspects contains "weird arrangement"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Stand-Up Revolution Music Video performed by Ozomatli | The low quality recording features a funk song that consists of crowd cheering and crowd singing over punchy kick and snare hits, shimmering hi hats, brass melody and groovy bass. There is a shimmering bell glissando that serves as a transition into the next section. Overall it sounds funky and groovy. | 2013-02-08T00:23:37Z | Gabriel Iglesias | Stand-Up Revolution Music Video performed by 3 time Grammy nominated OZOMATLI! Director: Alex Ferarri http://alexferrari.com Want to see me live? Check out http://fluffyguy.com/tour-dates to see when I'm in your area! If you really want to take our relationship to the next level?!? Like me on Facebook. http://facebook.com/fluffyguy Subscribe on my YouTube. http://youtube.com/fluffyguy Add me on Google+ http://fluffyguy.com/googleplus and Follow me on Twitter. http://twitter.com/fluffyguy Website. http://fluffyguy.com Webstore. http://fluffyshop.com OZOMATLI Facebook: http://www.facebook.com/ozomatli Twitter: http://twitter.com/ozomatli Youtube: http://www.youtube.com/Ozomatli | ["Music", "Exciting music"] | ["low quality", "crowd cheering", "crowd singing", "funk", "punchy snare", "brass melody", "groovy bass", "shimmering hi hats", "punchy kick", "weird arrangement", "shimmering bells glissando", "funky", "groovy"] | 4 | xzU6sJot-Gk | 5374 |
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;