musiccaps_details (view)
2 rows where musiccaps_aspects contains "slow tempo", musiccaps_aspects contains "ukelele" 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 |
---|---|---|---|---|---|---|---|---|---|---|
Standard Ukulele Tuning - GCEA (aka C-tuning) - uke | This music is instrumental. The tempo is slow with a ukelele melody. The musician plays two notes in monotone which sounds like the instrument is being tuned. This clip is a tutorial on how to tune a ukulele. | 2010-05-09T23:22:03Z | 989jer | GCEA notes for standard (C-tuned) ukulele (for soprano, concert, or tenor ukes). CC photo attribution to midnightcomm @ Flickr.com | ["Guitar", "Music", "Musical instrument", "Ukulele", "Plucked string instrument"] | ["instrumental", "slow tempo", "two notes", "ukelele", "stringed instrument", "ukelele tuning", "tuning lesson", "ukele tuning lesson", "ukelele tuning tutorial", "clear sound"] | 7 | 7JMN4DdhwsM | 829 | |
Uke Tuner | This music is instrumental. The tempo is slow with the musician plucking a single string of a ukelele. This audio is of a Ukelele being tuned. | 2012-12-19T20:59:49Z | yourukesage | Click on the | ["Music", "Electronic tuner"] | ["instrumental", "slow tempo", "monotone", "home video", "home recording", "amateur recording", "no accompaniment", "white noise", "static", "string instrument", "ukelele", "ukelele tuning"] | 7 | PqTPbZf44E0 | 2572 |
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;