musiccaps_details (view)
1 row where musiccaps_aspects contains "animated voice", musiccaps_aspects contains "keyboard harmony" and musiccaps_aspects contains "slow tempo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
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;