musiccaps_details (view)
1 row where musiccaps_aspects contains "poor audio-quality", musiccaps_aspects contains "synth pads", musiccaps_names contains "Grunge" 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 |
---|---|---|---|---|---|---|---|---|---|---|
All Shatter Chests With Full Forgotten King Duo | This song is in very poor audio-quality and seems to lag. A big pulsating synthesizer pad is creating tension along with some more single holding note, higher register synth pad. A riser effect tells us that this part of the song is about to break into another part that will bring relief from the created tension. A synthesizer pluck is playing a catchy repeating melody. The male voice sings/raps in the higher register a male backing voice is shouting in the background. This song may be played on a dj mix in a club. | 2014-06-15T01:15:18Z | Karl F | Pls fre itans Music: Smoke Weed Everyday (Hedegaard Remix) Hey Ho - Gin Wigmore | ["Music", "Grunge"] | ["rap/pop", "male voice rapping/singing", "synth pads", "riser sounds", "synth pluck", "poor audio-quality", "rising tension"] | 6 | aryufzYGhbM | 3580 |
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;