musiccaps_details (view)
1 row where musiccaps_aspects contains "birds chirping", musiccaps_aspects contains "crickets" and musiccaps_aspects contains "spook 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 |
---|---|---|---|---|---|---|---|---|---|---|
Soul Eater (English Dub) Kishin Asura vs Shinigami-sama -2nd fight- | This clip is an instrumental. The tempo is fast with no harmony. There is a sinister synthesised music playing in the background to the sounds of a male voice screaming in pain, an airplane flying, crashing, exploding, blasts, tumbling and scraping and the sound of a bird or cricket . The sinister music incessantly plays in the background. The vibe of this audio is sinister, spooky, eerie, haunting, dangerous and destructive. | 2011-05-27T03:56:42Z | Raidtastic | Disclaimer: I don't own Soul Eater. Clip from episode 48 of the Soul Eater anime English dub. I didn't include the part where Asura eats Arachne's soul because I already made that part into a separate video. | ["Music", "Boom"] | ["instrumental", "fast tempo", "vocalisation", "fearful", "destructive", "exploding", "tumbling", "scraping", "incessant eerie background music", "spooky", "dangerous", "evil", "dark", "intense", "crickets", "birds", "crashing", "male voice screaming", "synthesiser arrangement", "sinister music", "danger", "airplane sound", "crashing", "falling", "birds chirping", "blasts", "spook music", "eerie"] | 7 | vQHKa69Mkzo | 5182 |
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;