musiccaps_details (view)
1 row where musiccaps_aspects contains "creepy", musiccaps_aspects contains "male singer" and musiccaps_author = 7
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 |
---|---|---|---|---|---|---|---|---|---|---|
SAW DRUM AND BASS REMIX | A male uses a vocal phrase to the rhythm of background music. The tempo is fast with vigorous drumming, keyboard arrangements and muffled sounds of blasts, people screaming and shooting. This song is aggressive, sinister, creepy, mysterious and spine-tingling. This song is an Electro Pop/Rock. | 2008-02-19T15:43:42Z | mrDOTstretch | saw film drum and bass remix | ["Drum and bass", "Electronic music", "Music", "Boom"] | ["male singer", "fast tempo", "enthusiastic drumming", "people screaming", "shooting", "muffled background sounds", "spine tingling", "mysterious", "psychotic", "electro pop", "electro rock", "keyboard arrangement", "booming sounds", "blasts", "deep vocal riff", "sinister", "eerie", "creepy", "thrilling"] | 7 | RZmH4hGiYBg | 2711 |
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;