musiccaps_details (view)
1 row where musiccaps_aspects contains "female voice singing", musiccaps_aspects contains "strings", musiccaps_names contains "Music" and musiccaps_names contains "Music of Asia"
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 |
---|---|---|---|---|---|---|---|---|---|---|
اغاني وطنية - غزل سلامة - لولا الوطن ما حبيت | This song contains a lot of percussive elements and instruments playing a fast paced rhythm with a simple e-bass underlining the drum hits. Strings are being played along with the melody and adding some extra spice. The female voice is singing along with a lot of female and male backing vocals. The voices are panned to the left and right side of the speakers. This song may be playing at a cheerful event while celebrating. | 2015-09-13T22:49:51Z | monir nassar | اغاني وطنية - غزل سلامة - لولا الوطن ما حبيت لولا الوطن ما حبيت غناء غزل سلامة كلمات والحان وتوزيع بو سيف توزيع موسيقي فادي فحماوي مكس ماسترينج استوديو مايسترو خدمات انتاجية سلامة الشلول أمير شكر خاص محمد صالح ابو حمور عاطف ابو حجر مطعم ريم البوادي فهد الزعبي المخرج: انطون نصار حازم عبيدات مساعد مصور انور المستريح مونتاج منير نصار تصوير واخراج محمد الزعبي | ["Music of Asia", "Music", "Middle Eastern music"] | ["oriental/pop", "strings", "acoustic drums", "e-bass", "percussion's", "female voice singing", "male and female backing voices", "uptempo"] | 6 | aWK9CcvOK9w | 3550 |
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;