musiccaps_details (view)
1 row where musiccaps_aspects contains "acoustic guitar", musiccaps_author = 7 and youtube_description = "It starts out beyond terrible, but gets MUCH more accurate. It's amazing how many beeps you can here in one song, and of course this is NO WHERE NEAR the most vulgar song, it's just the one I chose to do. Anyway, it's followed by the original version without the censors."
This data as json, CSV (advanced)
Suggested facets: 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 |
---|---|---|---|---|---|---|---|---|---|---|
Blink 182 "beep beep beep beep bleeping bleep" | This song is a male vocal harmony. The tempo is medium with banjo and guitar accompaniment. The song is merry, naughty, suggestive and harmless fun with the sound of stifled laughter in the background and with the expletives drowned with the sound of a beep. This song is Country pop/Country Folk. | 2008-06-20T19:33:44Z | LeChad256 | It starts out beyond terrible, but gets MUCH more accurate. It's amazing how many beeps you can here in one song, and of course this is NO WHERE NEAR the most vulgar song, it's just the one I chose to do. Anyway, it's followed by the original version without the censors. | ["Beep, bleep", "Music"] | ["male harmony", "country song", "medium harmony", "merry", "boys having fun", "stifled laughter", "giggling", "drunk singing", "banjo", "acoustic guitar", "censored lyrics", "beep", "laughing", "vocal harmony", "group singing", "naughty", "suggestive", "country folk", "country pop", "amateur recording", "home recording"] | 7 | iaDrtIon6FU | 4203 |
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;