musiccaps_details (view)
1 row where musiccaps_aspects contains "afghan song", musiccaps_aspects contains "ambient sounds" and musiccaps_aspects contains "dhol"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Afghan song Pashto music Zarsanga beautiful song | A female vocalist sings this lilting Folk song in a foreign language. The tempo is slow with an Oud accompaniment, violin harmony, tabla and dhol rhythm. The performance is live with ambient sounds. The song is simple, sweet, charming and lilting. | 2009-01-14T16:53:16Z | Muhammad Bashir | دوى څومره زوره وردي هريو کاريې دى په وس کې ياران له ما بهتر دي ځکه ښکار يې دى په وس کې ها ښکلې جادوګره کرشمې لري منګول کې اقرار يې دى په لاس کې او انکاريې دى په وس کې رمې رمې ښکلا يې په سازونو کې ده نغښتې شپونکى يار مې اتل دى يکه زار يې دى په وس کې څپې د سين به سپيني وي خو داترې کمه نه ده څارونکى بختور دى چې دا څار يې دى په وس کې Baby girl just look at me And then you'll see How much you mean to me I want only you BooBee... I dream that i could hold you now I would do anything but i dunno how I hope that you'll be mine again Cuz i wanna erase forever that pain. Its too bad that you cant see In spite of everything i tell you How i need you next to me And how much i love you | ["Traditional music", "Music"] | ["female vocalist", "slow tempo", "foreign language", "live performance", "ambient sounds", "lilting melody", "afghan song", "afghan music", "simple", "percussive instruments", "dhol", "tabla", "rhythmic oud", "violin harmony", "classical", "folk song", "folk music", "middle eastern music", "middle eastern influences", "charming"] | 7 | 5FbQu7QTme0 | 647 |
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;