musiccaps_details (view)
1 row where musiccaps_aspects contains "excited", musiccaps_aspects contains "vocoder" and musiccaps_names contains "Harmonic"
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 |
---|---|---|---|---|---|---|---|---|---|---|
More Bounce To The ounce Rendition | A male singer sings this vocals with a vocoder. The song is medium tempo with a groovy techno drumming rhythm and keyboard accompaniment. The song is passionate but an amateurish production. The audio quality is very poor. | 2007-11-24T00:35:38Z | TalkBoxerDX | Me playing the talkbox first run! This is shout out to all my talk boxers out there! and to TRCP my dads band! also wanna give a special shout out to curbswirvin if it wasn't for him i wouldn't be doing it! | ["Singing", "Music", "Harmonic"] | ["vocoder", "male singers love performance", "poor audio quality", "jam session", "amateur jazz musician", "medium tempo", "amateur musician", "jazz musician", "keyboard accompaniment", "groovy music", "techno drumming rhythm", "poor audio quality", "people talking", "unimpressive", "excited", "energetic", "passionate", "ambient room noises"] | 1 | xL7Krm6FSWE | 5320 |
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;