musiccaps_details (view)
1 row where musiccaps_aspects contains "entertaining", musiccaps_aspects contains "fast tempo", musiccaps_aspects contains "groovy" and musiccaps_aspects contains "passionate"
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 |
---|---|---|---|---|---|---|---|---|---|---|
中村たかし 情熱大陸 「誰かに聴かせたくなるウクレレ・ソロ」 | The song is an instrumental. The song is medium tempo with a ukulele played with a fast strumming technique. The song is groovy and melancholic. The song audio quality is poor but is very relaxing to listen to. | 2011-05-15T09:24:54Z | ttcafelele | 中村たかし 情熱大陸(サンプル動画) 「誰かに聴かせたくなるウクレレ・ソロ」 タブ譜付きスコア 「誰かに聴かせたくなるウクレレ・ソロ」ドレミ楽譜出版社 映画・TV・CM主題歌集〜模範演奏CD付き 中村たかし編 2625円(税込み) | ["Music", "Musical instrument", "Ukulele", "Plucked string instrument"] | ["live performance", "ukulele player", "instrumental music", "relaxing", "casual", "fast tempo", "technique and expertise", "ukulele online lessons", "poor audio quality", "ukulele strummed fast", "lovely", "entertaining", "passionate", "groovy", "no other instrumentation", "youtube music video", "live demo", "youtube cover", "melancholic", "emotional"] | 1 | PaQGXIh94uc | 2546 |
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;