musiccaps_details (view)
1 row where musiccaps_aspects contains "marimba orchestra", musiccaps_aspects contains "positive vibe" and musiccaps_names contains "Marimba, xylophone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
In the Jungle (Marimbas) | A lot of marimbas are being played with the same melody. Along with a bass marimba playing low notes as bassline. Maracas are providing the rhythm. This is an amateur recording. The audio-quality is not the best. This song may be playing for a live concert. | 2009-03-11T22:47:40Z | Dana Holle | Sunset View Elementary school's 5th grade Rugare Marimba Ensemble. These kids travel the Northwest to play for other schools and private groups. Their teacher is amazing and talented and inspiring. He invests a lot of time and care into these students. One of the best experiences our family has had! | ["Music", "Musical instrument", "Marimba, xylophone", "Percussion", "Steelpan"] | ["marimba orchestra", "maracas", "bassmarimba", "uptempo", "positive vibe", "amateur recording"] | 6 | 6Q5N1DfzGj0 | 753 |
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;