musiccaps_details (view)
1 row where musiccaps_aspects contains "gospel feel", musiccaps_aspects contains "repetitive melody" and musiccaps_author = 0
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 |
---|---|---|---|---|---|---|---|---|---|---|
MAHALIA JACKSON Live during European tour late 1960's | This clip features a female voice singing the main melody. The backing instruments cannot be clearly heard due to the low quality of recording. The voice sings with a gospel feel. The bass plays ascending notes. The vocal melody is repetitive. Hand claps are played at random points. | 2007-02-25T04:38:59Z | elfeco | Elijah Rock This is how a true Diva gives a performance. She sings as if it will hurt her if she cant get it out,she is not a performer, she is a singer. Her vocal POWER has never been duplicated. Probably my favorite live performance | ["Singing", "Yodeling", "Music"] | ["amateur recording", "female voice", "gospel feel", "hand claps", "low quality recording", "bass notes", "uptempo song", "repetitive melody"] | 0 | XscK8V4Veac | 3230 |
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;