musiccaps_details (view)
1 row where musiccaps_aspects contains "groovy acoustic rhythm guitar", musiccaps_aspects contains "groovy bass", musiccaps_names contains "Pop music" and "youtube_published" is on date 2015-03-25
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 |
---|---|---|---|---|---|---|---|---|---|---|
Khin Su Su Naing အားလံုးေငးေမာသြားမယ္ From Water Party 3 | The Pop song features a flat female vocal, supported by wide harmonizing background vocals, singing over groovy acoustic rhythm guitar, offbeat shimmering open hats, claps, offbeat synth keys chords and a simple "4 on the floor" kick pattern that perfectly complements the groovy bass. Sounds energetic and uptempo, like something you would hear in clubs, or on a radio. | 2015-03-25T11:27:51Z | kaw thaung thar | From Water Party 3 | ["Afrobeat", "Disco", "Music", "Pop music", "Rhythm and blues", "Dance music"] | ["pop", "4 on the floor kick", "offbeat synth keys chords", "groovy bass", "claps", "offbeat shimmering open hats", "flat female vocal", "wide background harmonizing vocals", "groovy acoustic rhythm guitar", "uptempo", "energetic"] | 4 | 1PKxdTlquCA | 266 |
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;