musiccaps_details (view)
1 row where musiccaps_author = 6, musiccaps_names contains "Accelerating, revving, vroom" and musiccaps_names contains "Music"
This data as json, CSV (advanced)
Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)
video | youtube_link | musiccaps_caption | youtube_published | youtube_channel | youtube_description | musiccaps_names | musiccaps_aspects | musiccaps_author | youtube_id | musiccaps_rowid |
---|---|---|---|---|---|---|---|---|---|---|
FIA ERC GEKO Ypres Rally 2014 - Sound & Music | This audio contains a song with a bass playing a repeating melody along with a digital drums being in the background and a synth pad sound in the higher register. Towards the end the song is getting louder. In the foreground you can hear motor racing sounds. This song may be playing for a youtube video. | 2014-06-20T21:05:28Z | FIA European Rally Championship | ["Music", "Accelerating, revving, vroom", "Race car, auto racing", "Exciting music"] | ["backround music", "amateur recording", "electronic/rock", "synth pad", "bass", "digital drums", "motor racing sounds", "uptempo"] | 6 | pIE-3sIPlvY | 4698 |
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;