musiccaps_details (view)
1 row where musiccaps_aspects contains "bells chining", musiccaps_aspects contains "folk song", musiccaps_aspects contains "spanish" and musiccaps_aspects contains "upbeat"
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 |
---|---|---|---|---|---|---|---|---|---|---|
My Guinea-pigs ate the Christmas Tree... | A female vocalist sings this cheerful song. The tempo is fast with a peppy keyboard harmony, simple, march like drumming, steady bass line, acoustic guitar and bells chiming. The song is a foreign language but from the sound and vibe of it, it seems like a fun, happy, joyful, cheerful, warm hearted and popular folk song. | 2006-12-20T16:35:29Z | Havshexan | This may happen if you let the guinea pigs loose on a Christmas tree... Next day there was nothing left but some small peices of wood. The tree in the video is a Scandinavian spruce (picea abies) and it's not poisonous. There are other species of evergreens that are poisonous, like for exemple silver spruce. Don't give any branches to your guinea-pigs, if you aren't sure what they are! Even the spruce in the video contains etheric oils which could be harmful in large quantities. Some of the oils evaporate if you keep the brances a few day's before giving them to the piggies. Sadly, all the cute cavies in the video but one have gone to guinea pig heaven. Now there's only Olga left and she just turned 7 years (beginning of December 2011). Fortunatly she now has 3 new compagnions. | ["Music", "Happy music"] | ["female vocals", "fast tempo", "foreign language", "folk song", "regional song", "enthusiastic vocals", "energetic", "emphatic singing", "peppy", "spanish", "keyboard harmony", "bells chining", "steady bass lines", "enthusiastic", "fun", "happy", "cheerful", "upbeat", "enthusiastic", "perky", "march like drumming"] | 7 | ar4YQ_DOcyk | 3578 |
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;