musiccaps_details (view)
1 row where musiccaps_aspects contains "electronic", musiccaps_aspects contains "rising-and-falling" 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 |
---|---|---|---|---|---|---|---|---|---|---|
How to Make a Shark Jaw Bone (Paracord) Bracelet by TIAT | This is a glitch music piece. There is a synth sound rising in pitch that resembles a triangle wave. There are granular synth samples being played randomly. A virtual percussive low-to-mid bell sound is playing a melody that resembles a marimba. There is an eerie feeling of flow. This piece could be used in the soundtracks of dystopian sci-fi movies. It could also be used in exploration sequences of video games. | 2011-09-03T23:10:58Z | TyingItAllTogether | Purchase Paracord As Seen In This Video Here: https://amzn.to/3yGWTSU [Instructional Book] Paracord Fusion Ties Volume 1: https://amzn.to/2VR8Arl The Shark Jaw Bone (SJB) is an innovative application of alternating overhand knots. With a pattern akin to the conveyor belt of teeth seen along the jaw bones of sharks (thus the ties name), the bar makes an awesome bracelet or decorative strap. And the tie is reversible! Both sides of the piece look just as clean and stylish as the other. | ["Music", "Sonar"] | ["glitch", "noise", "instrumental", "electronic", "synth", "granular", "bells", "flow", "rising-and-falling", "eerie", "uneasy", "robotic", "analog sounding"] | 9 | zzNdwF40ID8 | 5521 |
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;