musiccaps_details (view)
1 row where musiccaps_aspects contains "dramatic", musiccaps_author = 6 and musiccaps_names contains "Oink"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Custom Angry Birds Animation: Pig Factory | You can hear birds chirping along with pig-sounds. Then a full orchestra with strings, bell sounds and a choir comes rising in tension. This song may be playing in a dramatic, epic movie scene. | 2012-07-10T20:17:52Z | Dave77748 | The pesky pigs are up to no good again and this time they are after the white bird's eggs. But after a thunderstorm cuts power to their factory, the pigs find themselves in the midst of a frightful flock. This animation features a couple of music tracks from Kyle Gabler's excellent game World of Goo, as well tracks from Sonic CD and Portal 2. I have a new animation out: "Custom Angry Birds Space: Uber Pig" along with a contest in its description. Now you can possibly be a part of one of my animations! Check it out! Contest expires 08/24/13. | ["Music", "Oink"] | ["cinematic/orchestra", "animal noises", "dramatic", "epic"] | 6 | YwUa3OS92ZQ | 3324 |
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;