musiccaps_details (view)
1 row where musiccaps_aspects contains "experimental", musiccaps_aspects contains "noise snare" and musiccaps_names contains "Techno"
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 |
---|---|---|---|---|---|---|---|---|---|---|
M.A.N.D.Y. - Gizmo | This song contains a synth melody that sounds a little in the background slowly coming more into focus. This sound is full of reverb. Other synth sounds are playing pads and experimental pluck sounds. A glass sound is being played as a hi hat and a noise snare sound takes a lot of space with sounds panned to the left and right side of the speakers. This song may be playing in a club. | 2015-01-19T11:50:17Z | Get Physical Music | Listen / Download: https://getphysicalmusic.lnk.to/GPM291 We are excited to announce yet another EP from the duo so dear to Get Physical's heart. M.A.N.D.Y.’s 'Gizmo' provides a selection of powerful tracks made especially for getting physical, M.A.N.D.Y. style. It all starts with the EP's eponymous 'Gizmo', a thrusting, tech-y creation with a delightfully catchy synth phrase that deviates into a groovy kick towards the end, leading us on to the quirky-named Montagsmachine, with its authentic ivories and subdued atmosphere complete with toy hi-hats and a certain air of wound-up tension. From in your face to creeping up, Gizmo EP has a little of both worlds and a lot of the MANDY magic we love. Until that moment we're all thinking of, this will definitely do quite well. www.getphysicalmusic.com | ["Music", "Techno", "Zing"] | ["electro/techno", "synth sounds", "rhythmic glass", "noise snare", "uptempo", "experimental"] | 6 | 3Wdxjm-h36w | 475 |
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;