musiccaps_details (view)
1 row where musiccaps_aspects contains "adventures", musiccaps_author = 6 and musiccaps_names contains "Music"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Sonic: Reach for the Stars (Full Version) Music Video [With Lyrics] | This audio contains an acoustic drum set playing fast snare rolls and then adding in a kick on every beat along with some crash hits. A synthesizer is playing a fast lead melody in the upper register. Then the song breaks into the next part and a brass/string section is playing a melody changing note on every beat together with the kick. This song may be playing for a fast paced video-game. | 2010-11-13T23:00:37Z | StormRedDesert | Start of video 0:29 Finally. Yay! I got Sonic Colors! I'm so happy. The song is "Reach for the Stars" by by Jean Paul Makhlouf and Alexander Makhlouf from the band, Cash Cash. The clips are from: Sonic Colors, Sonic the Hedgehog, Sonic the Hedgehog 2, Sonic the Hedgehog 3, Sonic 4, Sonic 2006, Sonic CD, Sonic the Hedgehog: The Movie, Sonic Adventure, Sonic Adventure 2, Sonic Heroes, Sonic Riders, Sonic Riders: Zero Gravity, Sonic Free Riders, Sonic Unleashed, Sonic: Night of the Werehog, Sonic and the Black Knight, Sonic & Sega All-Stars Racing, Sonic X. Copyright: Sonic the Hedgehog and related characters and indica © and ™ 1991 - 2006 (e.g. presnt) SEGA, Sonic Team. Sonic X is, respectivly, produced and animated by SONIC TEAM, TMS, 4Kids Entertainment and Jetix. Sonic X © 2003-2006 Project SONIC. No copyright infrigment intended. | ["Music", "Exciting music"] | ["synth rock/pop", "acoustic drums", "drumroll", "synth lead sound", "brass/string section", "fast tempo", "adventures"] | 6 | 3UHHjbO0ThM | 472 |
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;