musiccaps_details (view)
1 row where musiccaps_aspects contains "encouraging song", musiccaps_aspects contains "live recording" and musiccaps_author = 3
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 |
---|---|---|---|---|---|---|---|---|---|---|
バグパイプ行進 -Drumtochty Highland Games- | This is a marching parade of hundreds of Scottish bagpipe players. They are all playing the same melody with the exact same pitch. The song itself feels somewhat encouraging and positive. | 2011-06-27T21:41:43Z | binbird12 | スコットランドはGlen of Drumtochtyで毎年開かれるハイランドゲームズではさまざまな競技の他に、バグパイプ隊の演奏が行われます。動画は、Lonach、Towieなど4つの町や区域の楽隊が合同で行進する様子。 | ["Bagpipes", "Wind instrument, woodwind instrument"] | ["live recording", "live performance", "marching parade", "scottish bagpipes", "bagpipe group", "encouraging song"] | 3 | b2XAPiRUoN4 | 3599 |
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;