musiccaps_details (view)
1 row where musiccaps_aspects contains "male voice sample", musiccaps_aspects contains "melodic pad" and musiccaps_names contains "Disco"
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 |
---|---|---|---|---|---|---|---|---|---|---|
House Music Dugem ~ Dj Devi | This is an electronic house music piece. There is a melodic pad playing a repeated tune for the melody. The strong bass and the loud electronic drums are playing as the essential backbone of the house music genre. There is a male voice sample that repeats the same word. There is a female voice sample that speaks occasionally. The atmosphere is energetic. This piece could be playing at nightclubs or dance clubs. | 2013-02-18T22:52:17Z | devi aZ | R.E.M.I.X Final Countdown Vs Anastasia | ["Disco", "Electronic music", "House music", "Music"] | ["electronic dance music", "house music", "melodic pad", "repeated theme", "strong bass", "loud electronic drums", "male voice sample", "female voice sample", "energetic", "danceable", "club music"] | 9 | fpbtmY9VfCw | 3980 |
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;