musiccaps_details (view)
1 row where musiccaps_aspects contains "groovy bas slime", musiccaps_aspects contains "hip hop drumming rhythm", musiccaps_aspects contains "modern" and musiccaps_aspects contains "strong bass drops"
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 |
---|---|---|---|---|---|---|---|---|---|---|
01.10.11 Phase I - Ripping up track, removing scenery and Backdrop on the Socal Desert HO Layout | A male artist talks and makes drilling noises. The song is a modern hip hop song with male rap vocals, hip hop drumming rhythm, heavy bass drops and keyboard harmony. The track has ambient room noises and the music track is very faint. The audio quality is very average. | 2011-01-11T02:20:52Z | MonsterRailroad | Well here is Part 1 of a three part series to complete this "re-tracking" | ["Music", "Dental drill, dentist's drill"] | ["vocal male monologue", "drilling noises", "youtube tutorial", "medium tempo", "documentary soundtrack", "modern", "cool", "positive", "groovy bass line", "ambient room notes", "male rap singer", "memdium tempo", "groovy bas slime", "hip hop drumming rhythm", "syncopated rhythm", "groovy rhythm", "soft music background track", "documentary soundtrack", "poor audio quality", "strong bass drops", "keyboard percussive tones"] | 1 | 4HfU5OQUqq0 | 553 |
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;