musiccaps_details (view)
1 row where musiccaps_aspects contains "repeated melody", musiccaps_author = 3 and musiccaps_names contains "Musical instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Demo of Chad Butler Didj in key of D | This is a live recording of an instrumentalist playing a didgeridoo. The melody is rapid and bouncy. | 2008-10-01T23:11:18Z | didjeriduj | This is a really killer didj. The word that comes to mind when I think of this Didj is Balance. everything is at such ideal levels, volume, bass, backpressure, clarity, harmonics are all working with each other to deliver such a well rounded sound. it is almost perfectly straight with a nice taper and good sized bell. I think D is a great mid-range key and to have such great stats backed by the key it is in makes this didj the total package. Check this didj out at www.bhumsiva.com My debut Album "Sound Triggers Memory" Available at www.laoutback.net info, photos, and more songs at www.myspace.com/albanydidjeridu | ["Didgeridoo", "Music", "Musical instrument"] | ["live recording", "didgeridoo", "rapid melody", "repeated melody"] | 3 | pte5jvRKwsA | 4740 |
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;