musiccaps_details (view)
1 row where musiccaps_aspects contains "electric bass", musiccaps_aspects contains "polyrhythms", musiccaps_aspects contains "south asian" and musiccaps_aspects contains "thunderous drums"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Anna Vissi - Travma | Full band playing a complex arrangement, possibly south asian or middle eastern. The music features odd meters and polyrhythmic full band melodies played by electric bass guitar, synthesizer, flute, and a female vocalist singing an eastern scale with female background harmonies. The drum ensemble is thunderous and fiery with percussion from finger cymbals and tambourine. | 2009-10-25T08:23:26Z | AnnaVissiVEVO | Music video by Anna Vissi performing Travma. (C) 1997 Sony Music Entertainment (Greece) A.E. | ["Music", "/t/dd00032"] | ["south asian", "middle eastern", "eastern scale", "fiery", "finger cymbals", "odd meter", "electric bass", "polyrhythms", "complex arrangement", "full band melodies", "tambourine", "thunderous drums", "synthesizer", "female lead vocalist", "female background harmonies", "flute"] | 8 | L9j9fCHHPeg | 2155 |
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;