musiccaps_details (view)
1 row where musiccaps_aspects contains "bass sounds", musiccaps_aspects contains "droning sound", musiccaps_author = 0 and musiccaps_names contains "Didgeridoo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
The Didgeridoo Store, Didgeridoo Demo of six keys using Australian Eucalyptus Didgeridoos | This sound is produced on a didgeridoo. The song has a droning sound interspersed with sounds of bass notes. There is a rhythm to this droning and bass sound but there is no melody. This song has a tribal feel. This song can be played in a movie scene where a person is lost in a forest. | 2012-09-02T01:54:19Z | didgeridoostore | https://www.didgeridoo.store/hear-the-different-keys The most popular didgeridoo keys from highest to lowest are E, D Sharp, D, C sharp, C and B. These didgeridoos were crafted by Aboriginal artists Naiuwa from the East Coast of Australia near the Great Barrier Reef. Made from Eucalyptus trees that are naturally bored out by termites in the Australian bush. | ["Didgeridoo", "Music"] | ["didgeridoo music", "droning sound", "bass sounds", "no percussion", "no other instruments", "no voices", "tribal instrument"] | 0 | OTu_vWZV4QA | 2444 |
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;