musiccaps_details (view)
1 row where musiccaps_aspects contains "haunting", musiccaps_aspects contains "punchy kick", musiccaps_names contains "Dubstep" and musiccaps_names contains "Sonar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Poseidon - Nuclear (HD) | The Dubstep song features a punchy kick and snare hits, groovy hi hats, aggressive synth bass and mellow bells melody played in the beginning. It sounds energetic and haunting. | 2011-09-06T17:01:19Z | paulvannimwegenmusic | Some tune. Soundcloud finally up! Help us out - http://soundcloud.com/ officialposeidondubstep Official Facebook: http://www.facebook.com/pages/PoseidonDubstep/152837891451175 Official Channel: www.youtube.com/poseidondubstep OFFICIAL POSEIDON BASS MUSIC Copyright © Paul van Nimwegen & Daniel Ovens 2011. All rights reserved. | ["Electronic music", "Music", "Sonar", "Dubstep"] | ["dubstep", "punchy kick", "punchy snare", "groovy hi hats", "aggressive synth bass", "mellow bells melody", "haunting", "energetic"] | 4 | tPVsTFGWU5Q | 5034 |
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;