musiccaps_details (view)
1 row where musiccaps_aspects contains "electro", musiccaps_aspects contains "mono", musiccaps_aspects contains "noisy" and musiccaps_aspects contains "punchy "4 on the floor" kick pattern"
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 |
---|---|---|---|---|---|---|---|---|---|---|
【石橋楽器店】初心者のためのDJ How to Setup! | The low quality recording features a flat male vocal talking over an electro song that consists of a punchy "4 on the floor" kick pattern, short snare hit and offbeat shimmering hi hats. In the second part of the loop, the electro song is being scratched by a DJ. The recording is noisy and in mono. | 2008-01-25T05:00:44Z | 1484tv イシバシ楽器公式 | <DJを始めてみたいけど「何か難しそうだな‥‥」と思っているアナタ!そんな事はありません!> このムービーでは、ターンテーブルの定番「Technics / SL-1200MK5」と、DJミキサーの定番「Technics / SH-EX1200」の基本的な特徴から、カートリッジの選び方やカートリッジの取り付け方法、さらには針飛び時の対処法まで伝授いたします。もちろんシステムのセットアップと接続方法も判りやすくご紹介しております。 https://www.ishibashi.co.jp/ | ["Scratching (performance technique)", "Music", "Musical instrument", "Speech"] | ["flat male vocal", "dj scratching sound effect", "electro", "punchy \"4 on the floor\" kick pattern", "short snare hit", "offbeat shimmering hi hats", "low quality", "noisy", "mono"] | 4 | pnh_C1w4yGc | 4735 |
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;