musiccaps_details (view)
1 row where musiccaps_aspects contains "muddy", musiccaps_aspects contains "punchy kick" and musiccaps_aspects contains "vocals"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Hot Chelle Rae and Demi Lovato - Why Don't You Love Me - Acoustic Christmas 2011 | The low quality recording features a live performance of a song that is barely audible due to distorted sound, loud cheering crowd and female screams. There is definitely at least a boomy bass, punchy kick and snare hits and energetic cymbals, alongside some vocals singing over it. It sounds messy and muddy, but also emotional and energetic. | 2011-12-04T22:58:33Z | bonesrulz13 | Hot Chelle Rae and Demi Lovato performing their song "Why Don't You Love Me" live for the first time on 12/2/2011 at 107.5 The River's Acoustic Christmas event in Nashville, TN at the TPAC War Memorial Auditorium. no copyright infringement intended, just my video from the show for others to see. | ["Singing", "Music", "Yell"] | ["low quality", "crowd cheering", "female screams", "live performance", "punchy snare", "boomy bass", "energetic cymbals", "muddy", "messy", "loud", "distorted", "punchy kick", "vocals", "emotional", "energetic"] | 4 | sTcaIARuemA | 4952 |
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;