musiccaps_details (view)
2 rows where musiccaps_aspects contains "children’s movie", musiccaps_aspects contains "instrumental" and musiccaps_aspects contains "keyboard harmony"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Panchatantra Hindi Animation Stories Cat and Monkey | This music is an animated instrumental. The tempo is fast with a playful trumpet harmony, trombone, synthesised sounds and sounds of glass shattering,punching and grunting. This music is a background score for an animated movie for kids. | 2013-10-07T07:37:09Z | sateesh kumar | ["Music", "Music for children", "Breaking"] | ["instrumental", "fast tempo", "animated music", "playful music", "funny", "comical", "children’s movie", "trumpet harmony", "trombone", "glass shattering", "punching sounds", "angry sounds", "keyboard harmony", "funky bass", "electronic sounds", "animated movie", "animated movie background score", "whistling"] | 7 | hVikKRODjbI | 4114 | ||
Kris Kyer as the voice of ROUBLARD in THE THREE LITTLE PIGS | This music is instrumental.The tempo is slow with a keyboard harmony, a male voice talking over the music and the sound of birds chirping. The music is playful, naughty, animated, simple and minimalist. The music style and dialogue indicate that this is an animated movie. | 2008-07-16T19:18:14Z | blakeburdette | Kris Kyer as the voice of ROUBLARD the Fox in the animated film The Three LIttle Pigs. | ["Wind instrument, woodwind instrument", "Shofar"] | ["instrumental", "slow tempo", "superimposed male voice", "ambient outdoor sounds", "cartoon", "animated movie", "children’s movie", "children’s show", "sinister music", "keyboard harmony", "minimalist", "animated voice", "playful", "birds chirping"] | 7 | pCW5ab3SNcQ | 4690 |
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;