musiccaps_details (view)
1 row where musiccaps_aspects contains "minimal instruments", musiccaps_aspects contains "moderate tempo" and musiccaps_names contains "Trombone"
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 |
---|---|---|---|---|---|---|---|---|---|---|
WMB-14-002 ルパン三世のテーマ'78(トロンボーン・ソロ) | This jazz song is an instrumental song featuring a trombone playing the main melody. The trombone is accompanied by a piano playing chords using jazz rhythms. The tone changes at the end to an uplifting mood. There is no percussion in this song. This song can be used in a highway driving scene in a movie. | 2014-02-28T03:40:24Z | めちゃモテ・シリーズ | ★管楽器プレイヤーのための新しいソロ楽譜"めちゃモテ"シリーズ ~トロンボーン~ 演奏:前田大輔 編曲:前田大輔、小林真人 大野雄二によって作曲された、モンキー・パンチ原作のテレビアニメ「ルパン三世」の主題歌。数多くのテーマがある中で最も親しまれている「ルパン三世TV第2シリーズ」で使用されたヴァージョンとなっています。 原曲の雰囲気を生かしたアレンジになっており、誰でもカッコ良く演奏できる一曲です。 演奏に使われている楽譜の購入はコチラから ↓伴奏CD付楽譜 http://brass.winds-score.com/?pid=71753227 | ["Brass instrument", "Trombone"] | ["jazz song", "trombone", "piano", "no percussion", "no voice", "instrumental", "minimal instruments", "moderate tempo", "repetitive melody", "uplifting mood"] | 0 | AlVr7-ntuqw | 1166 |
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;