musiccaps_details (view)
1 row where musiccaps_aspects contains "punkrock", musiccaps_names contains "Heavy metal", musiccaps_names contains "Musical instrument" and musiccaps_names contains "Sonar"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Decapitated - The Blasphemous Psalm to The Dummy God Creation - Drum Cover | A drum is playing a lot of crash hits with fast and accurate snare rolls along to a backing track that contains an e-guitar playing a riff in a lower key. This song may be playing at a studio practicing. | 2014-08-07T17:49:41Z | Kevin Paradis | I proudly endorsed TRICK DRUMS USA double pedals and trigger. Hi there ! I've opened a soundcloud profile, and you will find on it some Drums Only mp3 files. You will be able to download them ! I just ask you to put a link to my youtube channel/facebook artist page if you use my drums on a video. Hope it will will be useful ! Drums only : https://soundcloud.com/kevinparadisdrummer/decapitated-the-blasphemous-psalm-to-the-dummy-god-drums-only-cover https://www.facebook.com/kevinparadisdrumming | ["Cymbal", "Drum", "Drum kit", "Heavy metal", "Music", "Musical instrument", "Sonar"] | ["punkrock", "acoustic piano", "atmospheric sound", "e-guitar", "uptempo", "aggressive", "amateur recording"] | 6 | w5EbmsPfGSo | 5238 |
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;