musiccaps_details (view)
1 row where musiccaps_aspects contains "dubstep", musiccaps_aspects contains "fuzzy", musiccaps_aspects contains "loud" 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 |
---|---|---|---|---|---|---|---|---|---|---|
[DRUMSTEP] Bright As Gold (Original Mix) // Free Download | This is a drumstep piece which is a mixture of the genres drum & bass and dubstep. There is a fuzzy and aggressive synth bass sound playing the melody with the use of a vocoder. An electronic drum with a sound similar to a 909 kit is playing a simple beat in the rhythmic background. The song is mid tempo, but it still has a danceable aura. It could be used in sportswear advertisements or could be playing in the background of a nightclub. | 2013-01-27T14:54:53Z | Marian Klose | A remastered version of this song was released as part of my 'Gold Dust' mixtape. Available on all platforms including Spotify and Apple Music. www.marian-klose.de | ["Sampler", "Drum and bass", "Music", "Rapping", "Dubstep", "Drum machine", "Hip hop music"] | ["drumstep", "drum & bass", "dubstep", "electronic drums", "synth bass", "fuzzy", "loud", "dance", "mid tempo"] | 9 | 7pdrGzdWMzI | 886 |
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;