musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_names contains "Christmas music", musiccaps_names contains "Humming" and musiccaps_names contains "Vocal music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Mercado Kids Singing Christmas song Mary Did You Know by Mark Lowry | This low quality audio features a child singing the main melody. This is accompanied by other children's voices singing vocables in the background in harmony. An acoustic guitar strums chords. There are no other instruments in this song. This song has a holiday mood. This song can be played in a Christmas movie. | 2014-01-01T03:51:21Z | MercadoFamilyMusic | Hey all! This is our first YouTube upload. We are a sibling group from North Carolina. We love music, performing and most of all we love our Lord and Savior, Jesus Christ. We hope that you enjoy what we have to share. God bless! ~The Mercados Jeremiah 1:5-9 Please like, comment, subscribe and share! Be looking for more videos from us. mercadofamilymusic@gmail.com | ["Christmas music", "Singing", "Humming", "Music", "Choir", "Vocal music", "Child speech, kid speaking"] | ["amateur recording", "low quality audio", "child's voice", "vocables backing", "acoustic guitar", "no percussion", "no other instruments", "holiday song", "slow tempo"] | 0 | Ve6Zy1BXBbY | 3015 |
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;