musiccaps_details (view)
1 row where musiccaps_aspects contains "energetic", musiccaps_aspects contains "repeated theme" and musiccaps_names = "["Electric piano", "Keyboard (musical)", "Piano"]"
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 |
---|---|---|---|---|---|---|---|---|---|---|
Kis-My-Ft2 - SHE!HER!HER! 弾いてみた! | This is an instrumental cover of a J-pop music piece. There is no singer in this piece. The melodic background consists of the keyboard and the bass playing a repeated theme. There is a synth solo with an electric guitar sound being played as the lead. In the rhythmic background, there is a fast tempo electronic drum beat. The atmosphere is danceable and energetic. This piece can be used in the soundtrack of a car racing video game. It could also be used in the soundtrack of an anime during competitive scenes. | 2012-02-15T09:13:54Z | るるる | 3月21日発売キスマイの3rdシングルを弾いてみました。 チャンネル移転しました。今後はこちらで投稿していきます。 https://www.youtube.com/channel/UCEvafWR0r3HI3jgxGBjquwg?feature=watch たくさんのコメントありがとうございます。 一部のコメントや質問に関しまして、ドラムやベースからすべて私の打ち込みです。CDなしで弾いてくださいというコメントがありますが発売前ですし動画内でCDは一切使用しておりません。 ドラム含めて私自身の演奏ですのでご理解ください。 | ["Electric piano", "Keyboard (musical)", "Piano"] | ["j-pop", "cover", "no singer", "instrumental", "electric guitar sound", "guitar solo", "keyboard", "synth", "bass", "electronic drums", "repeated theme", "danceable", "energetic"] | 9 | Sa3Ky5sJshU | 2777 |
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;