musiccaps_details (view)
1 row where musiccaps_aspects contains "children choir", musiccaps_aspects contains "keyboard harmony" and musiccaps_names contains "Child singing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Holy Ghost music takes over secular show.. Kids singing old time Black Gospel | A children’s choir sings this devotional melody. The song is medium tempo with a steady bass line, drumming rhythm and clapping percussion. The song is black gospel choral music played in front of a live congregation. The audio quality is very poor. | 2010-01-10T20:27:36Z | JoeDH | Had this on an old video, the tape is a litle worn, but found it going through some old tapes. I remember loving this so much, so thought I'd share it with everyone. God will get his word out someway to the secular world. Don't know where these kids are now, but they have a great talent and Anointing. hope you enjoy!! | ["Music", "/t/dd00003", "/t/dd00004", "Child singing"] | ["gospel music", "poor sound quality", "children choir", "medium tempo", "black gospel music", "distorted sound quality", "meditative", "devotional", "inspiring", "motivational", "christian contemporary music", "steady drumming rhythm", "groovy bass line", "keyboard harmony", "retro christian songs"] | 1 | -8C-gydUbR8 | 20 |
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;