musiccaps_details (view)
1 row where musiccaps_aspects contains "female child vocal", musiccaps_aspects contains "male voice" and musiccaps_aspects contains "spoken word"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Kaitlyn Maher singing in Santa Paws 2: The Santa Pups | This is a Christmas themed jingle piece. There is a little girl singing sentimentally at a medium-to-high pitch. In the melodic background, treble strings play the tune while the cello holds the bass notes with rhythm. There is also a passing section of wind chimes. A male voice makes a brief comment over the girl's singing. This could be used in Christmas themed social media content. | 2012-11-13T19:50:46Z | Sheenasa | Two year ago i uploaded a video of Kaitlyn when she was in The search for santa paws, This is Kaitlyn singing in Santa paws 2 This clip is from the end of the movie. Kaitlyns voice has grown so much over the years.. I just had to share this :D This video is for entertainment purposes only, no copyright infringement intended... Enjoy! | ["Music", "Child singing"] | ["female child vocal", "jingle", "strings", "cello", "wind chimes", "male voice", "spoken word", "emotional", "christmas"] | 9 | 4q6e_ZDFOZI | 609 |
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;