musiccaps_details (view)
1 row where musiccaps_aspects contains "atmospheric", musiccaps_aspects contains "high pitched" and musiccaps_aspects contains "ominous"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Twilight Score: The Skin of a Killer | Ambient music full of textures. Present are a slow descending glissando from a high-pitched metallic screech, a bowed string bass, atmospheric reverb. The mood is foreboding and ominous. Good for an unsettling horror soundtrack. | 2009-02-13T22:05:18Z | TwilightScore17 | The Skin Of A Killer by Carter Burwell from the Twilight Score. This is played as Bella tells Edward that she knows his secret, and that she's not afraid. Then Edward runs with Bella on his back "up the mountain, out of the cloud bank" So she can see him in the sunlight. No copyright infringement intended. | ["Music", "Scary music"] | ["atmospheric", "ambient", "texture", "slow descending glissando", "unsettling", "horror soundtrack", "high pitched", "bowed string bass", "foreboding", "ominous", "metallic", "screech"] | 8 | _VmCPixy9GQ | 3473 |
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;