musiccaps_details (view)
1 row where musiccaps_aspects contains "glitchy", musiccaps_aspects contains "groovy thin bass" and musiccaps_aspects contains "unbalanced stereo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
C418 - Chirp (Minecraft Song) | The low quality recording features an old video game song that consists of sustained synth strings melody, mellow percussions, groovy, thin bass and synth pad chords. The recording is very noisy and the stereo image is unbalanced as it is leaning towards the left channel. It sounds a bit glitchy and slightly detuned too. | 2011-10-29T18:30:30Z | stuntman9472 | Song made by C418: http://www.c418.org Minecraft made by Notch: http://www.minecraft.net Picture: http://PurpleKakashi.deviantart.com/art/The-Chicken-211411980 This is one of the 9 new songs released in the 1.9 update. | ["New-age music", "Music"] | ["low quality", "noisy", "unbalanced stereo", "detuned", "glitchy", "sustained synth strings melody", "mellow percussions", "groovy thin bass", "synth pad chords", "video game song"] | 4 | FE2kALvHjEU | 1626 |
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;