musiccaps_details (view)
1 row where musiccaps_aspects contains "love song", musiccaps_aspects contains "male singer", musiccaps_aspects contains "no other instrumentation" and musiccaps_aspects contains "slow tempo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Spirits and the Melchizedek Children: "So Happy, It's Sad"(Official Music video | A male singer sings this emotional melody with a female backup singer singing chanting tones. The song is slow tempo with a guitar strumming gently and no other instrumentation. The song is emotional and romantic. The song is beautiful and lilting. | 2014-10-16T22:31:42Z | Chad Hess | Spirits and the Melchizedek Children: "So Happy, It's Sad"(Official Music video) Track: So Happy, It's Sad Album: So Happy, It's Sad Available on Vinyl, CD, and all Digital Outlets http://www.spiritsatl.com/ http://www.fallenarrows.com/ captured, directed and edited : Chad Hess http://www.chadhess.com/ Model - Lindsay Appel Make-up : Amy Walls | ["Music", "Sad music"] | ["male singer", "eclectic music", "slow tempo", "no other instrumentation", "dream sequence", "relaxing", "together forever", "never let go", "female chanting tones", "guitar strums gently", "erotic", "love song", "echo chamber", "vocal echoes", "romantic", "passionate", "making love", "acoustic love song", "sensual music"] | 1 | MIexFfOsuJs | 2254 |
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;