musiccaps_details (view)
1 row where musiccaps_aspects contains "mixed harmonized vocals", musiccaps_names contains "A capella" and musiccaps_names contains "Funk"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Glee - Saving All My Love For You (Acapella) | The low quality recording features a mixed harmonized vocals singing over quiet instrumental playing in the background. It is noisy and in mono, as it sounds heartfelt and emotional. It seems like it is a recording of a karaoke session, considering the volume balance between the vocals and instrumental. | 2012-05-10T04:52:49Z | Niampatani | Glee - Saving All My Love For You Credit to FGBR | ["Funk", "Music", "A capella"] | ["low quality", "mixed harmonized vocals", "quiet instrumental", "noisy", "mono", "heartfelt", "emotional", "karaoke"] | 4 | A4vwbziwPm8 | 1066 |
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;