musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_aspects contains "calm female vocal", musiccaps_aspects contains "nursery rhyme" and musiccaps_names contains "Steel guitar, slide guitar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
ABC Song - "I Love My ABC's!" - Alphabet Song | This clip features a nursery rhyme. The singer plays the guitar and sings in a calm and gentle tone. The singer misses some notes on the guitar - playing with some mistakes. The quality of the audio recording is low. | 2011-11-07T00:39:15Z | ILoveLearningABCs | Sing your ABC's as you watch lovely clouds float by! Visit http://www.i-love-learning.com for more kids educational videos, or visit our channel. On our website we have many more ABC songs, nursery rhymes, and other fun videos for kids. A fun, and easy to sing ABC song. Wonderful kids songs and song for children: phonics, pronouncing letters, letter sounds... Watch more videos on Mati's website: http://www.i-love-learning.com . JOIN QUIZGROUP PARTNER PROGRAM: http://join.quizgroup.com/ . | ["Acoustic guitar", "Music", "Music for children", "Steel guitar, slide guitar", "Song"] | ["low quality audio", "acoustic guitar", "calm female vocal", "muffled recording", "missed guitar notes", "nursery rhyme"] | 3 | CzHZNJEV-3o | 1423 |
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;