musiccaps_details (view)
1 row where musiccaps_aspects contains "harmonizing vocals", musiccaps_aspects contains "muffled music" and musiccaps_aspects contains "soul"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Jennifer Holliday-Heavy-DREAMGIRLS- part 3 | The low quality recording features a muffled soul song that consists of harmonizing vocals and passionate female vocals. It is too noisy, almost crushed - it is barely recognizable as a soul song. It seems it was recorded with an old phone. | 2008-03-02T05:17:53Z | summerholliday44 | Here's Effie acting every bit the diva on Heavy.Notice Michael Bennets genius the the set changes of this number(going from center stage.....to back stage.....to coming out of another "stage" alltogether.And the lighning fast costum changes. This was all unheard of folks at the time,Michael Bennet was truley revelutionary in his ideas.Nothing short of magic....you can tell by the audiences gasps and screams that they were blown away by the speed at which everything changed, and the sheer effortlessness in which it did. | ["Music", "Synthetic singing", "Inside, large room or hall"] | ["low quality", "muffled music", "noisy", "soul", "harmonizing vocals", "passionate female vocal", "crushed", "phone recording"] | 4 | TgCv5a22YUU | 2857 |
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;