musiccaps_details (view)
1 row where musiccaps_aspects contains "chaotic", musiccaps_aspects contains "repetitive organ keys chords" and musiccaps_names contains "Psychedelic rock"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Skip & The Creations - Harlem Shuffle | The low quality recording features a rock song that consists of flat male vocal singing over punchy snare, soft kick hits, repetitive organ keys chords, shimmering hi hats and groovy bass. It sounds messy, loud, muddy and chaotic, since the frequencies are clashing with each other due to a bad mix. | 2010-06-21T19:30:48Z | Anhalter Udo | This version of "Harlem Shuffle" is relative unknown - but for me the best what I've heard ( sorry Stones Fans ). The song is on Skip & The Creation Alb. "Mobab" (Orig. 1966) & also on Sampler "The Best Of Justice Records" This powerful band was from Virginia. | ["Country", "Music", "Punk rock", "Psychedelic rock", "Song", "Rock and roll"] | ["low quality", "muddy", "messy", "rock", "flat male vocal", "punchy snare", "groovy bass", "repetitive organ keys chords", "soft kick hits", "shimmering hi hats", "chaotic", "loud"] | 4 | Bgsy5UpXx8I | 1275 |
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;