musiccaps_details (view)
1 row where musiccaps_aspects contains "low quality audio", musiccaps_aspects contains "moderate tempo" and musiccaps_aspects contains "timpani"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Pulse Percussion 2014 - That Which Confines Us | This is low quality audio and all instruments are not heard clearly. The main melody is played on a marimba. This is accompanied by a timpani. Another drum set is used to play percussion with the focus on the snare and hi-hat. After the marimbas pause, one marimba plays a soft melody. This song does not feature any vocals. This song can be played in a fantasy sequence in a movie. | 2014-04-14T02:57:52Z | Jason Choo | All credit goes to Pulse Percussion and WGI. This video is for educational purposes only. This video is covered for copyright infringement under the Fair Use Act. | ["Traditional music", "Music", "Percussion"] | ["low quality audio", "marimba melody", "timpani", "percussion", "no voices", "moderate tempo", "fantasy mood"] | 0 | 2kY_ZG78V-g | 403 |
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;