musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "happy" and musiccaps_names contains "Saxophone"
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 music is a lively instrumental. The tempo is fast with a drum beat introduction, saxophone solo, piano solo, followed with lively harmony of the tenor sax and march like drumming. This piece is the song introduction. It is a lively, cheerful, happy, celebratory and youthful Western Classical. | 2015-02-14T15:30:19Z | stbs44 | 本物の演奏ではないので、その点はご了承ください。 マーチ「プロヴァンスの風」の木管楽器中低音域と打楽器のパート別動画です。 ⑪0:00~ アルトクラリネット ⑫3:27~ テナーサックス ⑬6:55~ 木管低音(バスーン・バスクラ・バリサク) ⑭10:22~ ティンパニ・シロフォン・グロッケン ⑮13:50~ 打楽器 ◆全パート、一部箇所にピアノの補助演奏があります。 ◆スネアドラムのrimショットがうまく再現されていません。 コメント等バンバン書きこんでいってください。 | ["Brass instrument", "Saxophone"] | ["instrumental", "fast tempo", "tenor sax", "energetic drumming", "wind of provence", "classical music", "western classical", "lively", "cheerful", "happy", "celebratory", "youthful", "emphatic solos", "piano accompaniment", "march like drum beat", "wind band repertoire", "lively", "energetic", "enthusiastic"] | 7 | 0u4gY1bBUwQ | 220 |
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;