musiccaps_details (view)
1 row where musiccaps_aspects contains "bass guitar", musiccaps_names contains "Accordion", musiccaps_names contains "Flute" and musiccaps_names contains "Wind instrument, woodwind instrument"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Channa Sachi Muchi [Full Song] Channa Sachi Muchi | This is a Punjabi film music piece. At first, the melody is being played by the accordion. Then, it is being played by the flute. In the background, a bass guitar is playing. The rhythm is provided by the percussion. The atmosphere is vibrant. This piece could be used as an accompaniment piece for a folk dance course. | 2011-05-17T00:20:26Z | T-Series | Song - Channa Sachi Muchi Film - Channa Sachi Muchi Singer - Miss Pooja Lyricist - Romi Tahli Music Director - Jassi Bros. Artist - Miss Pooja, Goldy Sumal, Jas Dhillon, Rana Ranbir Music On - T-Series | ["Wind instrument, woodwind instrument", "Flute", "Accordion"] | ["punjabi film music", "no singer", "instrumental", "accordion", "flute", "bass guitar", "percussion", "vibrant", "lively", "folk dance"] | 9 | eWSA0xubW7I | 3871 |
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;