musiccaps_details (view)
1 row where musiccaps_aspects contains "drum machines", musiccaps_aspects contains "groovy bass line" and musiccaps_names contains "Drum and bass"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Moskvin - ragga dub & enei - deep dnb "use your fingers" live looping mix (Drum pads 24 & korg kp3) | The song is an instrumental. The song is medium with a strong bass line, steady techno drumming rhythm, various percussion hits and a synth horn melody. The song has mismatched tempos and is amateurish in production. The audio quality is poor. | 2015-04-01T21:14:12Z | Moskvin | Moskvin - ragga dub & enei - deep dnb "use your fingers" live looping mix (Drum pads 24 & korg kp3) Download Drum Pads 24: Windows Phone Store: http://bit.ly/DrumPads24WP Google Play: https://play.google.com/store/apps/details?id=com.paullipnyagov.drumpads24 App Store: https://itunes.apple.com/app/id667945907 ------------------------------------------------------------------------------ Drum Pads 24: https://www.facebook.com/Drumpads | ["Drum and bass", "Music", "Reggae", "Dubstep"] | ["home studio", "dj", "turntables", "synthesisers", "poor audio quality hissing tones", "medium tempo", "synth modules", "drum machines", "rhythm mismatch", "dance music", "electronic dance music", "synth horn melody", "groovy bass line", "techno drumming rhythm", "dance tune", "hissing tones", "instrumental music"] | 1 | 8XBsesSEbbU | 925 |
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;