musiccaps_details (view)
3 rows where musiccaps_aspects contains "jam", musiccaps_aspects contains "low-to-medium range", musiccaps_names contains "Didgeridoo" 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 |
---|---|---|---|---|---|---|---|---|---|---|
DIDJERIDU (DIDJERIDOO) | This is the amateur recording of an instrument showcase jam. There is a didgeridoo playing at low-to-medium range making various resonant sounds in the process. The atmosphere is ominous and tribal. The quality of the audio is quite poor. This piece could be played at a primary school music class to give the kids an impression of how a didgeridoo sounds like. | 2007-12-30T16:57:55Z | kaypacha | Didgeridus para la venta en julio 2007. http://www.kaypacha.com.ar Didgeridoos for the sale in July 2007. | ["Didgeridoo", "Music"] | ["jam", "no singer", "instrumental", "amateur recording", "poor quality", "single instrument", "didgeridoo", "low-to-medium range", "unfamiliar", "ominous", "tribal"] | 9 | 8KIoQ2HZ0Hg | 911 | |
DIdgeridoo Jam Track | This is a didgeridoo jam piece. The didgeridoo is playing tunes at a pitch varying from low to medium. There is a tribal sound to this recording. It could be used in the soundtrack of a movie/TV series with a jungle/primitive setting. It could also be sampled to be used in beat-making. | 2010-04-05T02:13:20Z | KindVapour | This is me and Grace doing what we do, playing for some friends. Didgeridoo (Grace, Eb) from- www.hallowedsounds.com | ["Didgeridoo", "Music"] | ["jam", "no singer", "instrumental", "live performance", "single instrument", "didgeridoo", "low-to-medium range", "unique", "eccentric", "tribal"] | 9 | Aky0DF507fw | 1165 | |
Hamburg Didgeridoo | This is an instrumental didgeridoo piece performed on the street. The didgeridoo is played at a low-to-medium range while the player is performing a simple rhythmic pattern with the use of percussion at the same time. The atmosphere is eccentric. This recording can be used in the soundtrack of a movie that has a tribal setting. | 2007-09-24T19:32:37Z | PinselRoB | Eines Tages ging Ich mít der Cam durch Hamburg................ | ["Didgeridoo", "Music"] | ["jam", "no singer", "instrumental", "street performance", "didgeridoo", "low-to-medium range", "percussion", "bell", "eccentric", "tribal"] | 9 | qRLRLp-KTFs | 4785 |
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;