musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic drums", musiccaps_aspects contains "video game theme" and musiccaps_names contains "Zing"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Flappy Bird Song // 10 Minuten | This is the comedic mashup used as a video game theme. There is a synth and an electronic drum beat playing the theme of "I'm a Barbie Girl". There is a male vocal and a female vocal singing in an automated fashion in the English language but with a German accent. They are singing the same tune as "I'm a Barbie Girl" but with different lyrics. There is an 8-bit sound effect related to the game. There is a sarcastic atmosphere in the piece, but it is also a bit bizarre in nature. | 2014-02-12T21:23:11Z | kevin21383 | I,m a Flappy Bird in a Super Mario World but now i,m dead and will never come back. | ["Music", "Rhythm and blues", "Zing"] | ["video game theme", "mashup", "male vocal", "female vocal", "automation-like singing", "synth", "electronic drums", "sound effects", "funny", "comedic", "sarcastic", "bizarre"] | 9 | P8nK4i8XscM | 2509 |
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;