musiccaps_details (view)
1 row where musiccaps_aspects contains "relaxing" and "youtube_published" is on date 2008-10-07
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 |
---|---|---|---|---|---|---|---|---|---|---|
صوت البوق اليهودي "الشوفار" يذكر العالم ان شاليط ما زال في ا | The low quality recording features a suspenseful synth pad playing in the background and echoing breathy flute melody playing over it. It sounds intense, mellow and relaxing. | 2008-10-07T14:13:17Z | infolivetvarabic | شلومو غرونيخ الموسيقي الاسرائيلي اطلق امس مقطع موسيقي من البوق اليهودي "الشوفار" خلال اجتماع حاشد في ميدان رابين بتل ابيب حيث احتشد الالاف لطلب المغفرة جلعاد شاليط. انفولايف تيفي يعرض لكم مقاطع من الشوفار والتي نجحت في كسر الصمت القاتل ، وتوصيل الرسالة بان جلعاد شاليط ما زال أسيرا في غزة | ["Wind instrument, woodwind instrument", "Shofar"] | ["low quality", "mono", "noisy", "suspenseful synth pad", "echoing breathy flute melody", "intense", "mellow", "relaxing"] | 4 | FI_Dl0Cmd38 | 1634 |
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;