musiccaps_details (view)
1 row where musiccaps_aspects contains "e-guitar", musiccaps_aspects contains "female voice singing", musiccaps_aspects contains "medium tempo", musiccaps_names contains "Music" and musiccaps_names contains "Rhythm and blues"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Slow Train Soul - Tell Me Somethin' | This song sounds sensual, slightly erotic. The female voice is singing in the mid range and with delay and reverb on her voice. The bass is playing long notes with little changes. The drums are playing a rather complex groove. An e-guitar is playing single notes contributing to the rhythm while another guitar is playing an almost looped melody on top. This guitar has some effect on it and it sounds sensual and provocative. Synthesizer hits and keys are adding more little elements that are panned to the left and right side of the speakers. This is a very rhythmic song with its harmonic elements. This song may be playing at a nightclub for adults. | 2014-01-28T17:16:31Z | SlowTrainSoul Official | ["Afrobeat", "Music of Africa", "Music", "Reggae", "Rhythm and blues", "Hip hop music"] | ["soul", "e-guitar", "keys", "synthesizer", "e-bass", "female voice singing", "acoustic drums", "sensual", "erotic", "medium tempo"] | 6 | B7V_grbxflg | 1207 |
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;