musiccaps_details (view)
1 row where musiccaps_aspects contains "groovy bass", musiccaps_aspects contains "in game sound effects" and musiccaps_aspects contains "video game sound"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Toy Story 2 Buzz Lightyear To The Rescue Gameplay Level 2 | The Video Game Sound recording features a lot of in-game sound effects of the main character and his surroundings, followed by background, jazzy music in the background. The music contains funky piano chord progression, groovy bass and uptempo drums. There are some man grunts sound effects, funny spring sound effects, some beeping sound effects and at the very end of the loop a gun reload sound effect. | 2008-11-02T15:51:13Z | David Miles | Level 2 from this classic Toy Story game on Playstation, N64, Dreamcast and GBC. Enjoy! | ["Music", "Buzz"] | ["video game sound", "groovy bass", "in game sound effects", "man grunting sound effects", "funky piano", "groovy bass", "jazzy", "saxophone", "uptempo drums", "background music", "weird beeping sound effect", "funny spring sound effect", "gun reload sound effect"] | 4 | On9epzZ_ceI | 2468 |
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;