musiccaps_details (view)
1 row where musiccaps_aspects contains "distorted electric guitar melody", musiccaps_author = 4, musiccaps_names contains "Electric guitar" and musiccaps_names contains "Mandolin"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Maxon BD10 Hybrid Bass Driver Demo by Mike Hermans | The low quality recording features a distorted electric guitar melody with an overdrive pedal on. It sounds cool and easygoing, even though the recording is a bit noisy. | 2015-03-31T20:00:00Z | GodlykeInc | Although the Maxon BD10 is designed specifically for Bass, Mike Hermans really takes it through the paces on both Guitar AND Bass! The BD10 features: -Overdrive designed specifically for Bass Guitar -Designed in cooperation with famous Japanese Bassist Masaki -Symmetrical clipping circuit yields heavy yet articulate distortion -Dedicated Clean Level knob with +6 dB max Boost -Dedicated Drive Level knob with +14 dB max Boost -Dedicated Drive knob to control amount of Distortion -Individual Bass and Treble knobs for precise tonal control -Buffered Bypass Switching For more information check out Maxonfx.com | ["Bass guitar", "Effects unit", "Electric guitar", "Music", "Mandolin", "Distortion"] | ["low quality", "distorted electric guitar melody", "rock playback instrumental", "noisy", "overdrive pedal", "cool", "easygoing"] | 4 | BWVovghBe2c | 1250 |
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;