musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality", musiccaps_aspects contains "plucked harp melody" and musiccaps_aspects contains "uplifting"
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 |
---|---|---|---|---|---|---|---|---|---|---|
FALLOUT FAIL, A Fallout Series Parody In a Nutshell | The low quality recording features a groovy orchestra percussions, sustained strings melody and shimmering hi hats. In the second half of the loop, there is a wind sound effect, followed by loud metallic impact. It sounds glorious, epic, uplifting and like a sync sound for a video game. | 2015-12-04T18:11:46Z | Gonzossm | I may have overdone it this time I dont know. I really like Fallout, and I always end up just playing the games this way. Nothing beats playing like a savage in the wasteland. Fallout is owned by Bethesda, check out the new game its pretty fun. - Become a Patreon, Help support future content like this! https://www.patreon.com/Gonzossm?ty=h Want to stay informed, Follow me on Facebook! https://www.facebook.com/Gonzossm/ - DO NOT RE-UPLOAD, EDIT, DUB OR TAKE CLIPS WITHOUT EXPLICIT PERMISSION. - Credits: Animation, Art, Writing, Directing, A few voices, etc etc Gonzossm https://www.youtube.com/user/Gonzossm Music Arrangements Pavel Zuk https://www.youtube.com/user/pavelzuk Animation & Coloring Assistance. Quito https://www.youtube.com/user/GonzaChannel Lip syncing Assistance TheAnimouth https://www.youtube.com/user/TheAniMouth Raiders Lord Rochard https://www.youtube.com/channel/UCNzlQNt9v2k0pDrQmJ2EYIw Ghoulie TopHatMcFenBury https://www.youtube.com/channel/UCwGl75-J8htu4hQhPk-bROA - If you liked the video Share it around on Facebook or whatever is popular these days. Anything helps! Thanks! - | ["Music", "Boom"] | ["low quality", "uplifting", "sustained strings melody", "groovy orchestra percussions", "shimmering hi hats", "loud metallic impact", "plucked harp melody", "wind sound effect", "glorious", "epic"] | 4 | H_5wh4aMQe0 | 1816 |
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;