musiccaps_details (view)
2 rows where musiccaps_aspects contains "synth" and musiccaps_author = 2
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 |
|---|---|---|---|---|---|---|---|---|---|---|
| CARBOROBOT Steam distill.mp4 | The music excerpt features a synth sound playing a melody. In the background, accompanying this melody is another synth sound that plays long chords and thus provides harmonic structure. A bass guitar can be heard alternating between regular playing and string slapping. A light rhythm is being played by a pair of congas. A metallic percussive sound can be heard from time to time. | 2011-12-04T21:23:18Z | CARBOROBOTbio | CARBOROBOT Steam 80Bio info@carborobot.com Biomass steam boiler heated distillery at Nyírtass Hungary Biomassza gőzkazán a nyirtassi pálinkafőzőben Schnapsbrennerei: Dampfkessel, Brennerei Автоматический паровой Био котел для дистиллятора Винокуренные заводы | ["Background music", "New-age music", "Music"] | ["congas", "synth", "bass guitar", "metallic percussive sound"] | 2 | QtfIj5cJzYw | 2646 | |
| Tilahun -Kobele Funny Ethiopian Music | The music features for the most part an instrumental, however, towards the end of the music excerpt a female voice sings a short melody. The passage starts off with a synth sound playing a melody that's doubled in unison by the bass guitar. After that a sampled brass sound plays a repeating melody. Throughout the music one can hear a drum set taking an active part in shaping the pulse and flow of the music. | 2014-11-20T20:19:56Z | Habesha Comedy | ["Afrobeat", "Music", "/t/dd00032"] | ["synth", "bass guitar", "female voice", "sampled brass", "drums"] | 2 | oZScu7DU5qk | 4642 |
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;