musiccaps_details (view)
1 row where musiccaps_aspects contains "reverberant female vocal", musiccaps_aspects contains "sad", musiccaps_aspects contains "sad acoustic rhythm guitar chord progression" and musiccaps_aspects contains "soft rock"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Breathing Underwater - Metric (COVER) | The low quality recording features a sad soft rock song that consists of an acoustic rhythm guitar chord progression over which the reverberant female vocalist sings. The recording is very noisy and it sounds sad and emotional. | 2012-09-02T00:44:27Z | Hustlerae | greg's piano playing made it in the background of this video. thanks gary. http://www.youtube.com/watch?v=m2cDFU_Q5Z8 https://www.facebook.com/pages/Rae-Corcoran/202694913206278 | ["Country", "Acoustic guitar", "Music", "Steel guitar, slide guitar", "Strum", "Plucked string instrument"] | ["noisy", "low quality", "reverberant female vocal", "sad acoustic rhythm guitar chord progression", "soft rock", "sad", "emotional"] | 4 | w-YAUcPl-HU | 5225 |
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;